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
  • 1005 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
  • 1217 Views
  • 1 replies
  • 1 kudos

How to find route with gtfs and neo4j

n result, i want that the first trip that start at 6:00 and end at 7:36 from (JR Nara station → Kansai International Airport(KIX)) But shortest path algorithm return any randome trip start at 15:00 and end at 16:36 (any radome) I can't add < conditio...

2X_9_9fcfd009c9aa0a59719c1801861e6d73c8def51b.png

Why Do Similar List Queries lead to different List Output?

Hello, I am using Neo4j 3.5.4, macOS/Unix version, in the cypher-shell. I would like to get some help in understanding why these queries create list results that are formatted differently. I ask because I’ve written many queries that return list res...

jose by Node
  • 1039 Views
  • 3 replies
  • 0 kudos

Resolved! Need help with reduce function

I have the following query MATCH p=(a:Ne{Entity_ID:"365::RKE6110"})-[r:ROUTE*1..20]-(z:Ne{Entity_ID:"267::FTWAYNE6110"}) WHERE all(x IN relationships(p) WHERE (type(x) = "ROUTE" and x.Route_Type = "OPT" and x.Route_Rate="OC3")) WITH p with (reduce(...

CSV import error

I am trying to import a csv file using following script: LOAD CSV WITH HEADERS FROM 'file:///import.csv’ AS line CREATE (n:Node {ID:line.ID, Name:line.Name, Definition:line.Definition, DeviceOS:line.DeviceOS, Service:line.Service, Section: line.Secti...

w_zhang by Node
  • 1837 Views
  • 1 replies
  • 0 kudos

Resolved! Parallel deletes with apoc.periodic.iterate

Running Deletes on parallel apoc.periodic.iterate calls results in a high number of java.lang.NullPointerException errors. E.g., CALL apoc.periodic.iterate( "MATCH (n { foo: 'bar' }) RETURN n", "DETACH DELETE n", { batchSize: 1000, parallel: t...

How to write the document for the modeling using neo4j?

I want to use neo4j in my project, but I'm not clear how to write the document. For the document, I mean that the mapping from the real world entity/rlt to the neo4j's node/rlt/prop etc. What kind of tools should I use? What's the usual procedure of ...

Unable to expand the nodes in neo4j graph browser

Hi, I am unable to expand the nodes of the newly installed version image of neo4j desktop on linux OS. It involves graph version (Neo4j Distribution) - 3.5.3 and Neo4j browser version - 3.2.19. Please help as nothing expands on clicking on the expand...

sucheta by Graph Buddy
  • 791 Views
  • 0 replies
  • 0 kudos