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

About the Drivers & Stacks category

All applications using Neo4j depend on drivers to execute statements to update or query data. Neo4j drivers are mostly built on the binary Bolt protocol. Official drivers exist for Java, JavaScript, .Net, Python, and Go and more. Other languages (R, ...

yolande by Community Team
  • 606 Views
  • 0 replies
  • 0 kudos

Installing NewRelic APM fot neo4j

Good day. Does anyone know how I can configure newrelic to monitor neo4j, which properties should be configured in the neo4j.conf file? CentOS Linux release 7.8.2003 (Core) neo4j 3.5.14 Thanks a lot.

NoSuchMethodError deep inside BoltDriver

Hi I'm developing an app using Neo4j 3.5.14 database and Neo4j-OGM. Whilst developing the POC i hand crafted the CRUD operations using Cypher and the java driver 1.7.5. It worked fine. Now as we move to formalising the app we want to exploit Neo4j-og...

2X_7_70a1368c7d25785dd5e3cf0cde363f50e6857f64.png 2X_b_b17054973f2374bed7d48b6628410fcd7caa54a4.png

Creating generic graph model by Java API

Hi, I want to create app in which can be possible to create graph based on putted configuration. For now it's on very beginning, I had two nodes(Child,Parent), and two hard coded relations in this nodes, and can create simple graph. but for now I don...

Resolved! Several passwords issues

Hey ! newbie here. Thx for stoping by I got several issues with the passeword : I've read here and there, we just have to enter neo4j/neo4j at the beginning, delete a files into dbms or change something into conf But, first it has never asked for th...

math by Node
  • 606 Views
  • 2 replies
  • 1 kudos

Casting a Node to a c# object

Hey Neo / C# units... Now that Neo4JClient is obselete (hasn't been updated in over a year) I assume new devs like me are using bolt 4.0. I'm looking for a nice way to cast a node or relationship into one of my c# objects and this is the best solu...

2X_e_e77cb015bbebd5793df065312046cbb45092704d.png

Neo4j seems to hang while testing my Spring Boot app

Hi all! I use Neo4j in my Spring Boot application. For testing, I run Neo4j runs from the official neo4j:latest Docker image, with the port 7687 for Bolt. Locally, when I run unit & integration tests, everything is fine. All tests finish under 4 minu...

Update node with new relationship using spring neo4j

Hi, Im using neo4j spring And I was wondering on how to efficiently update an existing node with a new relationship. Currently Im doing the following: var mydto = repository.findById(theid); var newrelationship = new SomeRelationship(); newrelationsh...

iprins by Node
  • 1114 Views
  • 0 replies
  • 0 kudos

Resolved! NotInTransactionException in Neo4j 4.0.3 embedded

Breaking transactions in chunks leads to this Exception in Neo4j 4.0.3 embedded in java application: Exception in thread "main" org.neo4j.graphdb.NotInTransactionException: The transaction has been closed. Example, exception occurs at line #7: 1 ...

Neo4j-graphql-java translator

Hi all, I'm trying to use neo4j-graphql-java to translate graphql queries into cypher statements, using the movie example. My schema.graphqls: type Query { hello: String! person(name: String): Person } type Movie { title: String! released: Int taglin...

java.lang.RuntimeException

Hi when I connect java application created database with neo4j theh getting following exception please have a look Exception in thread "main" java.lang.RuntimeException: Error starting database server at C:\Users\ns.Neo4jDesktop\neo4jDatabases\databa...