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
  • 983 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
  • 1204 Views
  • 1 replies
  • 1 kudos

Error Message with PERIODIC COMMIT

I am new to Neo4j and trying to build a graph database from a couple of CSVs. I am getting this error: <Neo.ClientError.Statement.SyntaxError: Invalid input 'S': expected 'n/N' (line 16, column 2 (offset: 846)) "USING PERIODIC COMMIT 10000"/> Not sur...

arc2226 by Node
  • 1317 Views
  • 1 replies
  • 0 kudos

Add database with user to Neo4j

Hi, I am attempting to create a platform where each user gets his/her own db. However, I have been unable to find (in the docs or the forum) an explanation on how to add a new DB and then assign a user (only) to this db. So the user should only be ab...

Breadcrumb string of parent/child node relationships

Hi, there. I've been struggling with this for a bit, so I thought I'd ask here. How can I get a breadcrumb-like string of the parent/child relationships of nodes in a nested structure? I basically have a hierarchical group structure that I'm trying...

gluft3 by Node Link
  • 3407 Views
  • 2 replies
  • 0 kudos

Resolved! Geohash Roll up Graph (level 5) from (level 7)

I am trying to create a geohash graph with level 5 of zoom from an existing one with level 7. i tried this code : FROM GRAPH mergedGraph MATCH (from)-[via]->(to) CASE WHEN substring(from.geohash,0,5)=substring(to.geohash,0,5) THEN CONSTRUCT CRE...

2X_5_58b206773cf7d4f30727a796aea286a31cd3820a.png 2X_e_ee1034066c60d4137205877d8192fd6b9756706f.png

Configurations in Desktop

Hi, Do we have a such below mentioned configurations in our Desktop Version as we have for Browser? I want them to display in NodeJS and Angular app using Neovis.js Neo4j Browser: https://10-0-1-208-34867.neo4jsandbox.com/ Direct Neo4j HTTP: http://5...

sucheta by Graph Buddy
  • 1193 Views
  • 1 replies
  • 0 kudos

Server not responding for x seconds

We are experiencing some interruptions in requested handled by one of our servers (our primary master). It looks like the server just stops responding for a few seconds. The logs don't show any message, but we can see it happen in the security.log Re...

Variable Path Relationships with Start Nodes

These 2 queries seem to be somewhat similar thought they return very different results. match (fof:Person)-[:HAS_CONTACT*2]-(p:Person{name:"Tom Hanks"})-[:ACTED_IN]->(m:Movie) where fof<>p with collect(distinct fof.name) as f return f, size(f) vs mat...

rcfro2 by Node Clone
  • 937 Views
  • 1 replies
  • 0 kudos

Removal of stopwords using text file

I loaded CSV file in neo4j successfully and now i want to remove stop words in the data set. i have separate stop words list in a text file.I found an example code using stop words.But i want to replace it with my stop words list.How do i need to pro...

2X_c_c70f90aba0a64f904426e2358e5b8f32135d6bca.png
st118307 by Node Link
  • 2088 Views
  • 3 replies
  • 3 kudos