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
  • 992 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
  • 1209 Views
  • 1 replies
  • 1 kudos

Resolved! Dumping in Community edition

I'm using community edition of neo4j and trying to export my db using dump command of neo4j-admin: neo4j-admin dump --database=neo4j --to=/export/00001.dump but neo4j says: The database is in use. Stop database 'neo4j' and try again. I tried to st...

Difference from Graph and Text table results

Hi, I have this model: Nodes: LESSON - Properies: Title TEACHER - Properties: Name Relationship: TEACHER->LESSON relationship named SPEAKER - Properties: Years (example: [2011,2012,2013]) Situation: The same LESSON can have different TEACHER in diffe...

Resolved! Websocket issue with neo 4.1 browser

Hi, I seem to have an issue connecting the the browser of 4.1 I keep running into the Websocket error. I had some luck connecting to the default db both via browser and cypher-shell by changing the config of the connectors (just by uncommenting some ...

2X_6_61feacc7507d3e4a91acbdf6065aef8553cff7cb.png

py2neo.database.status.TransientError: Query Help

I am running neo4j batch query where I have a bunch of nodes that are already in db and are having two relations with the target node. The relations are like this Target_Node- [is_followed_by]->Friend_Node Target_Node- [is_friend_with]->Friend_Node ...

Resolved! Can it give a message when a query fails?

MATCH (h: team{ID: '0d9f723aa13d3a4b6da1a82d9c983a62'}) MATCH (t: team {ID: '077a5594f0b980e874cef0938e431263'}) MERGE (h) - [:sameAs{_类型: 'sameAs'}] -> (t); For example, when this query didn't insert anything into the graph, it doesn't give any mes...

lingvisa by Graph Fellow
  • 572 Views
  • 3 replies
  • 0 kudos

triangleCount Error

Hi, Working my way through gds library (version 1.1.1 is installed) First: the documentation does not list the algorithm as alpha. It is giving me an error about triangle Count being an unknown output. The documentation does show it as result. Unknow...