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

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1953 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 553 Views
  • 0 replies
  • 0 kudos

Graph Modeling: Labels

This article is the latest in a series on advanced graph modeling; the other articles in the series deal with keys, relationships, super nodes, and categorical variables.Today we’re going to talk about labels in Neo4j, what they are, how to use them,...

greta by Graph Fellow
  • 835 Views
  • 1 replies
  • 0 kudos

Resolved! Index creation

CREATE INDEX ON:employee(p_id)     i am getting error Invalid create index syntax, use `CREATE INDEX FOR ...` instead. (line 1, column 1 (offset: 0)) "CREATE INDEX ON:employee(p_id)"

Resolved! Free Enterprise edition trial ending

I signed up for a free trial of the Neo4j Enterprise Edition with my company email address, which is ending today. I am unsure if I am supposed to sign out or delete my account or similar to prevent any charges that might incur. Could someone kindly ...

Find alternative paths between nodes

Hello Neo4j Community,How do I find multiple distinct short paths between 2 nodes in a graph with 7.5M nodes and 20M relationships?We want a feature similar to how google maps shows other alternative routes.problems with:Dijkstra, shortestPath and al...

Return list of Nodes and Relationships from HTTP API

Is there a way to return the result of query as list of Nodes and Relationships ?e.g.{    "relationships":[ {} , {} , {} ] ,    "nodes":[ {} , {} ]}I noticed this parameter:resultDataContents = "graph"  //, "rows"But this still returns long list of r...

Locked up database with query in the "Closing" status

We have a strange problem with writing into Neo4J database. Reading works fine at all times. After certain time of operation, our database will get into the state, where writes are not possible anymore. Any query "MATCH ... SET ... RETURN" hangs indi...

nepto by Node
  • 381 Views
  • 1 replies
  • 0 kudos

Resolved! undefined variable error in WITH

I'm stuck and confused. "WITH collect(s) AS newSymbols, size(newSymbols) AS nodeCount" throws an undefined variable error for "size(newSymbols AS nodeCount". I've seen this pattern in examples and I can "RETURN newSymbols, size(newSymbols)" with no p...

jmrepka by Node Link
  • 732 Views
  • 4 replies
  • 3 kudos

Neo4j graph visualization in JupyterLab

Hi ladies & gents, I've just been discovering Jupyter(Lab) notebooks on one side (new need in my day to day's official job) and playing with Neo4j for few months on the other side. Within my local test&crash sandbox (Debian VM with Docker running in ...

2X_5_514e2eb5035f66f6cfb3b2c68508e201e7c15b94.png