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
  • 856 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
  • 1118 Views
  • 1 replies
  • 1 kudos

neo4j Google map

Hi , Hello Team, I have got the shortest path between 2 nodes using Dijkstra algorithm and populated the same on Neo4j Dashboard, now while showing all the path between 2 nodes on map, i would also like to include this shortest distance query as well...

Audit logs in Neo4j

Looking for more information on creating auditing inside neo4j to track all changes to Nodes, relationships, properties, etc. Are there any new approaches compared to those referenced below? Is there any plans for Neo4j to ever support auditing nativ...

boris by Node
  • 3679 Views
  • 4 replies
  • 2 kudos

Resolved! Columns to rows with count()

I have 3 sets of data linked to Producers: Name Variants, Career Steps and Life Events and I want to display the number of nodes for each of them.The following code produces a nice table with columns, see attachment:   MATCH (p:Producer)-[r:HAS_NAME_...

guido by Graph Buddy
  • 1372 Views
  • 5 replies
  • 3 kudos

getting error while installing neo community edition

Hi, I am getting below error while installing neo4j community edition. pod is not starting up. It is in back-off loop. I get below error in the pod logs   Configuration override prefix =  /helm-init/init.sh: line 77: ${NEO4J_SETTINGS[]}: bad substitu...

Resolved! Python Unable to read Data

I'm trying to read data from python. Here an example  cypher = """ MATCH ()-[r:HAS_INVOICE {invoiceId: toInteger($invoice_id)}]->() RETURN r { .*} as invoice """ row = tx.run(cypher, invoice_id=id).single() then I receive this error in from_ordina...