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.

amelia_monicad
Node Clone
since ‎05-02-2019
‎06-01-2022

User Statistics

  • 16 Posts
  • 0 Solutions
  • 27 Kudos given
  • 2 Kudos received

User Activity

Hi all, I have a dataset for ratings , that has ratings from 1 to 5, with different count of ratings on each ratings. Sample file - sample.txt (102 Bytes) Product 1 2 3 4 5 Total Toyota 10 15 22 40 55 142 BMW 9 91 19 12 11 142 Audi 10 9 15 20 95 ...
Hi All, Is it suggestable to host Production Neo4j database in Docker / Kubernetes ? Can anyone share their experience ? @mark.needham @david.allen
Hi all, I want to sync few data from dev to prod, without performing a full database export and import, because, the production data has existing data in it. Also, the application saves inserts production data into production database which would not...
Hi all, I have a dataset like this below - id, seq,quotes q1,1,a1 q1,2,a2 q1,3,a4 q1,4,b5 q2,1,a1 q2,2,a2 q2,3,a4 q2,4,b5 I want to create a graph with grouped relationship with nodes. like (q1)-[:FIRST]->(seq:1)-[:quotes]->(a1) (seq:1)-[:NEXT]->(se...
Env - Neo4j 4.0 enterprise OS - Linux Plugins - GDS and apoc I have a data in neo4j like below - CREATE (a:hotel {hotel_id:'A'}), (b:hotel {hotel_id:'B'}), (c:hotel {hotel_id:'C'}), (d:hotel {hotel_id:'D'}), (e:hotel {hotel_id:'E'}), (f:hot...