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

Neo4j migration from 2.3.7 to 4.x

I am currently trying to upgrade my neo4j from 2.3.7 to 4.x so that I can use GDS and a few other libraries. According to Long upgrade path 2.1.x -> 3.5 the supported upgrade path is Looks like you can go from: 2.1.4 -> 2.1.latest then 2.1.8 -> 2.3.1...

thuojb by Node
  • 606 Views
  • 4 replies
  • 0 kudos

Correct syntax for GDS call in Python

Hi, I'm trying to replicate some of the working browser GDS code into Python script for automation purposes. I am working on basic graph create functionality. Within browser this works: CALL gds.graph.create.cypher( "self_cite", "MATCH (n:pat...

Resolved! Correct syntax for where clause

Hi, Working on refine a query. Here is the starting point. match (a:cpc) where a.art contains "ALD" or a.art contains 'atomic layer deposition' return a.subgroup, a.art Which returns this: a.subgroupa.artC23C16/45525Atomic layer deposition [ALD]C2...

Print query result on terminal. (3.5 version)

Hello everyone, i am working on an older version of neo4j community ed. (3.5.4) and I am trying to experiment a bit with JVM. I've noticed that if i print this: System.out.println(inner.execute( query, parameters, context, true )); in ExecutionEngi...

Can't get local DB to spin up in Neo4j Desktop

I'm trying to create a test Neo4j database via Neo4j Desktop. However, while I can create the db just fine, when I click on Start, I get the attached error message: I'm using Neo4j Desktop 1.4.8 and the local databases I'm having trouble with are bl...

3X_b_6_b651ec5d7ab455e92a2b731af19139ddff87cd49.png

Resolved! Hide properties from being returned by neo4j

I'm automatically adding system properties to nodes and edges which are only relevant to the system but shouldn't be returned to the user during a Cyper match query. These properties start with '$', so it would be possible to filter them by property ...

chrszrkl by Node Clone
  • 1048 Views
  • 4 replies
  • 0 kudos

Google Firestore to Neo4j

Our open source initiative is populating a Google Firestore from an XML data source. Afterwards we'd like to program a way to setup a Neo4j database and synchronize the data across the two databases. Mainly we just want to see how the data transfer a...

brent1 by Node Link
  • 660 Views
  • 1 replies
  • 0 kudos