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
  • 981 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
  • 1203 Views
  • 1 replies
  • 1 kudos

Conditional parts of query

HI, I'm a bit stuck building a query. I need to find all nodes that are connected to certain other nodes. this is the query I have currently build: match (rec:Mutation) where rec.cntn_pk in [ 88, 6256, 28551, 28894, 32298, 78073, 96890, 108773, 48338...

Passing paramters to query

beginner with ne4j from Python win 10 64 latest neo from neo4j import * https://neo4j.com/docs/api/python-driver/1.7/ uri = "bolt://localhost:7687" d = GraphDatabase.driver(uri, auth=("neo4j", "")) def do(cypher): with d.session() as session: session...

drskuce by Node
  • 2567 Views
  • 1 replies
  • 0 kudos

Neo4j and java

Hi, I am trying to connect java and neo4j (community version 3.5.9) on windows. I have pasted the code and the errors. Appreciate if you could help me out to fix this. code: package neo4jconnection; import org.neo4j.graphdb.GraphDatabaseService; impo...

JSON-stat from census bureau's API

Hi everyone! Do you know if anyone has mentioned importing and working with endpoints providing JSON in the form of JSON-stat for statistical data? See https://json-stat.org/ for some heavy open data providers and the presentation and https://www.sli...