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
  • 924 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Multiple match queries

I am trying to extract the count of all accounts having conversation Below is the query match (PS:PrdSer)<-[:HAS_PS]- (PR:Product)-[H:HAS_PRODUCT]-(A:Account)-[:HAS_ORDER]-(O:Order),match (A:Account)-[:HAS_CONVERSATION]-(C:Conversation) where A.eDate...

uprav by Node
  • 4927 Views
  • 3 replies
  • 0 kudos

Unable to access the values of objects

Hi, I am using the neovis library to run the cypher query on the browser using javascript browser. I visualisation of is visible on the browser. But the problem is I need to show the labels of nodes and relationship at the side of the visualisation a...

Resolved! Pipeline null error when trying to use Graphware

I'm using David Allen's article here to get the NLP plugin through graphware up and running locally. https://medium.com/neo4j/using-nlp-in-neo4j-ac40bc92196f Failed to invoke procedure ga.nlp.annotate: Caused by: java.lang.RuntimeException: No pipeli...

2X_0_0277723e133153060e767fa3d688ac934dc28756.png 2X_8_8d8f8c4e9bb2cf2eb59cbdc5f7ac4f7d86c6c79c.png 2X_a_adf22cbde5a7f09f45cdbd69d5382378f66f3f1b.jpeg

Importing json list into neo4j using python

Hi Everyone, I am facing some issues while working with JSON list . Please find my piece of code for reference. list_json = [{json1}, {json2}.......] query_q = ''' WITH ''' + list_json + ''' as value UNWIND value as node ...

12kunal34 by Graph Fellow
  • 2855 Views
  • 5 replies
  • 0 kudos