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.

sachinchandorka
Node Link
since ‎09-04-2019
‎06-01-2022

User Statistics

  • 9 Posts
  • 1 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

My JS object looks like this payload: { userId: string, event: { id, name, attributes: [ { id, name, options: [ { id, name }, {id, name}]} ] } so basically, event -> attributes -> options What Cypher can allow me to Match the user ID and create nodes...
Neo4j 4.1 enterprise fails to start on AWS EC2 with Neo4jStreams root@ip-172-31-0-156:/home/bitnami# tail -100f /var/log/neo4j/debug.log at com.neo4j.dbms.database.MultiDatabaseManager.forSingleDatabase(MultiDatabaseManager.java:134) at com.neo4j.dbm...
Neo4J 4.1.1 fails to start on AWS EC2, but don't see any errors. Here's the debug log 2020-07-22 10:30:58.187+0000 INFO [c.n.s.e.EnterpriseNeoWebServer] ======== Neo4j 4.1.1 ======== 2020-07-22 10:31:00.051+0000 WARN [o.n.k.i.JvmChecker] The dbms.mem...
Hello! I need help with forming a Cypher query For a graph with 2 types of nodes :User and :Event and 2 types of relationships :OWNS and :PARTICIPATES_IN, I want to get a list of all events that a user participates in along with the owner of that eve...
Kudos from