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
  • 1918 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
  • 550 Views
  • 0 replies
  • 0 kudos

Resolved! Creating nodes and setting up relationships

Greetings! I have a newbie cypher question on creating nodes and relationships. As a simple example I want to create a db with the following commands: Create (:Person{Name:"Robert Plant"})-[member_of]->(:Band{Name:"Led Zeppelin"}) Create (:Person{Nam...

State-of-the-art graph viz in browser?

We are starting to prepare for an overhaul of our software. Up to now, we have used Sigma.js to render the graphs in the browser. This has served us well, but the Sigma.js library has not seen any updates for more than two years. Building new dashboa...

2X_6_6b908ea2b8be3140de1ce5efdfeb538376ddb6ce.jpeg
aerugo by Node Link
  • 496 Views
  • 1 replies
  • 0 kudos

Dian-Indonesia

I am new to neo4j database. I am working with php,and mysql database since 2016. Now I am interested in learning graph databases.

Resolved! Chaining MATCH expressions

Hello I'm trying to get Project nodes and their status, type, department and tag. This is my query: MATCH (p:Project) MATCH (p)-[IS_STATUS]->(status:ProjectStatus) MATCH (p)-[MEMBER_OF]->(type:Group)-[IS_TAG]->(GroupTag {slug:"type"}) MATCH (p)-[MEM...

munshine by Node Clone
  • 966 Views
  • 4 replies
  • 0 kudos

Failed to create child event loop in springboot

we are connecting neo4j through spring boot using neo4j java driver....we just execute a simple get query to retrive data from neo4j db now for less concurrent users the result was good when i try to increase my concurrent user( above 500) it gives ...

Classic logical paradox in Neo4j

Hi all, I love the theory of language and also the theory of graphs. In this article I talk about the liar paradox and of the paradox of Epimenedes and I created my version of the graph in Neo4j. linkedin.com The liar par...

2X_d_dcdcb2339b2de04587c0b99a44cfe38cac67cd38.jpeg

MS SQL Server Logical E-R Model in Neo4j

Hi all, sometimes we need the Logical E-R model of SQL Server as a reference. I have created SQL Scripts to extract those information and create a visual representation in Neo4j database. dominickumar.com SQL Server Database En...

Release Your Inner Graph-Nerd at NODES 2020!

Yes, it’s true. Graph-nerds from around the globe come together once again!The Neo4j Online Developer Expo & Summit (NODES 2020) is the largest virtual graph conference ever. With 9-hours of content, across 6-tracks (50+ hours of total content!), you...

2X_8_8e29184228b74f92ea8f59d6684c2ad401d1af3b.png 2X_8_8b7556955f64085f4fba1cd37d27d8044b095974.jpeg 2X_b_beb0422e8c91a6f503664d6f58bfbce269a19f77.png 2X_c_c7d36ab47a5ba91745ffe837dfc1832c95adbb6f.jpeg
greta by Graph Fellow
  • 476 Views
  • 0 replies
  • 0 kudos

Having Trouble Opening a Database

I have reinstalled Neo4j multiple times and I am having trouble opening the default Movie database project. I use to have a working version of Neo4j but I believe after an update things have become wonky. Below are the logs whenever I try to start th...

Limit to saved scripts (browser favourites)

Hi all, I am trying to save a some scripts in my neo4j browser (using version 4.1 and on firefox). However, after I have saved it and reload the page to check it has been saved the script is missing. I already have quite a few scripts saved and am wo...