cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 922 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1164 Views
  • 1 replies
  • 1 kudos

Trigger Blocking further writes / Infinite Loop

Hi All, Sincere apologies if this doesn't make sense I created the below trigger CALL apoc.trigger.add('increase_followings_and_followers', 'UNWIND $createdRelationships AS rel WITH rel, STARTNODE(rel) as follower, ENDNODE(rel) AS followed WITH rel,...

sai1 by Node Link
  • 438 Views
  • 0 replies
  • 0 kudos

Resolved! CASE(x) WHEN containts Y THEN replace(x, z, c) error

Hey, I just started learning neo4j and I'm facing one small error. Therefor, I want to CREATE a "table" from a csv file but my csv file containts back slashes and forward slashes. I know that these characters are escape characters but I tried to repl...

Neo4J Browser: WebSocket connection to 'wss://neo4j.domain.com:7687/' failed: Error in connection establishment: net::ERR_CERT_DATE_INVALID

WebSocket connection to 'wss://neo4j.domain.com:7687/' failed: Error in connection establishment: net::ERR_CERT_DATE_INVALID After struggling with this error, like many other mates, I found that for me the solution is easy, after I note that curl fa...

2X_b_bbd667be37069239436bf6542129071fb91eca17.png

How to scramble the DB data?

Suppose I have my existing Neo4J and I want to scramble the data inside, so I can run tests against it but I don't want the DB to have the real data, although to have the same amount of data as the "real" one. What would be the best way to do that? I...

Check the status of Neo4J via Docker?

I set up my Neo4J db via Docker and I can access Cypher-Shell fine using docker exec --interactive --tty <container_id> bin/cypher-shell However, when I try to check whether Neo4J is running using this command: docker exec --interactive --tty <conta...

Showing Virtual Relationships properties in Bloom

Hi, Using a simple cypher query to create virtual relationships. In the desktop browser I can set the property key, num, as the displayed label and this works. I am moving the query to Bloom and can run the query and the relationships show up using t...

2X_e_e19d47a8b8d2b2c1f7a410a73aeda1326690e418.png 2X_8_80854d3f586879aaa13d6e9959cef35fa5b23581.png

Resolved! Use properties of relationship in Cypher query

Hello. I'm doing a neo4j project. I'm trying to use the avg() function in a property of a relationship This is my query: MATCH (E1:ENTITY)-[C:CONTRACT]->(E2:ENTITY) WITH C.price as contractPrice MATCH (E1:ENTITY)-[C:CONTRACT]->(E2:ENTITY) WITH colle...

Bloom does not display some properties

I have a node that looks like this: { "identity": 9898, "labels": [ "Concept" ], "properties": { "name": "cell", "iri": "http://purl.obolibrary.org/obo/CL_0000000", "definitions": "Anatomical structure that has as its parts a maximally connected cell...

2X_0_0111f4843d4c229f7ea3fff4e7fedbff1b8c7098.jpeg