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
  • 978 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
  • 1199 Views
  • 1 replies
  • 1 kudos

Resolved! Why does my cypher query suddenly stop working?

I have been using this cypher function to retrieve all indexes from the graph and it has been working all well for a long time. neo4j_driver = GraphDatabase.driver(self.uri, auth=(self.username, self.password), encrypted=False) with self.neo4j_driver...

lingvisa by Graph Fellow
  • 423 Views
  • 1 replies
  • 1 kudos

New4j Cluster Stuck in discovery

Hi All, To keep it crisp. I have an application with a three node cluster and Neo4j DB is running on two of them. It was a working setup before an interruption caused both nodes to go into a FOLLOWER role. I restarted the services on both nodes and s...

Magic incantation to move data to another drive

I've been working lately with huge graphs (~50GB) and hence, i would like to move them to another drive, where i have more space. In Neo4j Desktop (Windows 10), under Settings, there is this nice option But...it does not do what it's supposed to do...

3X_d_c_dc733cc674ffee0e4572cbf6c358655e5d696cc0.png 3X_1_8_189fd8d720cf0d12391a27ba6c0ec80e3909a671.png

Get all nodes and the relations of all nodes

Hi, I am new in neo4j, so I have a basic question. I use the movie example database. What I need is a query with following result: get all nodes and for every node (source) all connected nodes (with properties) and the relation between the source nod...

Variable edge properties

I am constructing a graph in Neo4j like this. First, I create the nodes with an array property. Then I check if any two nodes have common elements between the arrays (using apoc intersection call) and if so I create a relationship between the nodes. ...

kasthuri by Node Clone
  • 3089 Views
  • 6 replies
  • 0 kudos

Connecting neo4j database to structr

Hi, neo4j community, I´d like to know if there is a procedure to connect a neo4j database to structr. Do you know if the user and password must have the default parameters (user:neo4j/password:neo4j) to avoid issues during the connection?

Resolved! Neo4j Browser improvement suggestions

Hello there Lag I think there is a major issue with Neo4j browser 4.2.6 or Neo4j Desktop 1.4.4 I'm using a Linux mint box mini pro computer. While writing Cypher code, it's always laggy even if it's the only thing my computer is doing. It makes it al...