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
  • 988 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Param Sytax error

Dear Everyone, I literally copy paste the following from the help file and got a syntax error. Am I missing something? :param name => 'Stella' MATCH (n:Person) WHERE n.name = $name return t Here is the error message Syntax error at line 2 col 0: ...

tideon by Graph Buddy
  • 887 Views
  • 3 replies
  • 1 kudos

Validation of the shortest path query

I have the network with (n:Nodes) and (r:Roads) with [:STARTS] and [:ENDS] rels (without any properties). The reason of this structure is adding objects like bridges, overpasses etc. to the r:Roads as another type of nodes. Because of that all of roa...

2X_0_086706205df2312341ad2f446a330874acbcec5a.png 2X_4_4a572e2df0a729e7186cb4c02c008ef48e2b332f.png

Error trying to use the export procedure

Hi All: I get the following message when I try to use the Apoc. Export procedure Invalid input 'P': expected 'l/L' (line 1, column 2 (offset: 1)) "APOC.export.file.enabled=true" Can anybody help me. I checked and my Apoc pluggin is 'installed' and I ...

Data Source Concept in neo4j

Good Evening, I need understanding on Data source concept in Neo4j. lets suppose there are five application which is using same data base how we can monitor the database for all application if any of them is creating problem. Is it possible to alloca...

Resolved! Blank screen on Neo4j over WIndows10

Hi Community, I have a developer machine with Windows 10. I've installed Neo4j Desktop, and it worked well. After some days, when I launch the client, it shows a blank screen. The app tittle shows "Neo4j Desktop - - application offline" Platform: Win...

mminoli by Node
  • 4859 Views
  • 13 replies
  • 0 kudos

Apoc export csv

have been experimenting with apoc export option. The following code keeps giving an error for which I have no clue what to fix CALL apoc.export.csv.query("MATCH (t:Toy) WHERE t.ProductName IS NULL","nameless.csv",{}) YIELD rows RETURN rows The erro...

tideon by Graph Buddy
  • 608 Views
  • 1 replies
  • 0 kudos