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
  • 943 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Delete csv file after import to neo4j

I have imported csv file into neo4j by using java import that provide methods on this.[https://neo4j.com/docs/cypher-manual/current/clauses/load-csv/] I have been trying to create web-based app where people can automatically import csv into neo4j. An...

Create Users procedure error

I'm trying to create a new user on a neo4j CE database using the following: CALL dbms.security.createUser('username', 'password', true); Following these instructions from the Neo4j manual: https://neo4j.com/docs/operations-manual/current/reference/u...

Matt by Node
  • 1011 Views
  • 0 replies
  • 0 kudos

Limiting the amount of edges specifically

Good day, I would like to know if there is a easy way to limit the total number of out going nodes from another node (hope that makes sense) MATCH (a:Instance) WITH a LIMIT 10 MATCH (a)-[r]-(b) WHERE b.count <> 0 AND b.count IS NOT NULL WITH a,r,b OR...

werner by Node Clone
  • 890 Views
  • 0 replies
  • 0 kudos

Rapid data ingest : 1 min intervals

Good day [ Insert name here ], I am looking for an effective way of bulk loading data into neo4j in 1 min intervals (so far I am just loading in from csv's but not sure how to set up a 1 min ingest trigger , should I use a python script) neo4j versio...

werner by Node Clone
  • 1157 Views
  • 5 replies
  • 1 kudos

The time attributes

Hello ,i want to ask a question, do you add time attributes when building maps? After all, some relationships will change with time, such as a customer connecting to a mobile phone number, but after a year, this user may cancel this number, this num...