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
  • 976 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
  • 1199 Views
  • 1 replies
  • 1 kudos

Mass importing/uploading of data

I have ~40 GB worth of genetics CSV data in HDFS that I'm attempting to load, which will (roughly) end up creating ~1.2 B nodes and 3x as many relationships. I'm starting with a - relatively - empty graph and I've pre-created the indexes for the node...

massung by Node Clone
  • 1701 Views
  • 3 replies
  • 0 kudos

Failed to restart neo4j after conf ip address backup

Hi all, I host my own neo4j db (version 3.4.9 - Edition entreprise) . It's running on CentOS Linux release 7.5.1804 (Core) I running backup from a separate server (https://neo4j.com/docs/operations-manual/current/backup/standalone/#backup-standalone...

dimitri by Node
  • 2597 Views
  • 4 replies
  • 0 kudos

Accessing to Amazon EC2 instance

I am connected to my EC2 instance using Chrome browser, wanted to clarify, when using the two methods of accessing the Neo4j deployed the database, if using any browser (Chrome, Firefox, Safari, etc...), one does not need to download and install the ...

Resolved! Match vs comma separated values

Why do these two queries produce different results? I thought having the comma separated statements in the match clause were equivalent to using another match statement. And yet the former returns actors with Keanu Reeves in the mix while the latter ...

rcfro2 by Node Clone
  • 4461 Views
  • 14 replies
  • 4 kudos

Continuous query with Neo4j

I have a requirement on my system to support subscriptions to parts of a graph, based on cypher queries. Basically, if a user wants to get all nodes related to a specific relationship, the query MATCH (n)-[r:my_relationship]->(p) RETURN p will give t...