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

Resolved! Problems with complex object result in plugin

Hi folks, I'm new to neo4j plugin development as until today I came through every task with cypher and apoc for the last nine years. Anyway - right now I've got stuck mapping a response from neo4j within Java an iternate through the nested lists. My...

Why doesn't neo4j has a scala driver yet?

I have tried working with neo4j-java-driver but trust me it is really painful. You end with a boilerplate spaghetti of code that is dedicated only to conversion between Scala futures and java concept of futures. This makes adoption of neo4j by scala ...

Simple example using the python driver?

Is there a simple example of working with the neo4j python driver? How do I just pass cypher query to the driver to run and return a cursor? If I'm reading for example this it seems the demo has a class wrapper, with a private member func I pass to t...

D_C by Node Clone
  • 1417 Views
  • 6 replies
  • 1 kudos

Convert stream of records to JSON in Python driver

I am trying to convert the result of a query to JSON using the Neo4j Python driver. However, there are serialization issues with records. What is the correct way to convert a stream of records to JSON? I had a look at similar question But I don't see...

Get Query Results as JSON programmatically

I am pretty new to Neo4J and currently using the neo4j-java-driver with bolt for accessing the DB and sending (possible) results back to a frontend. This API will obviously be written in Java and provide REST endpoints with JSON as payload. Now, shou...

BairDev by Node Clone
  • 1398 Views
  • 2 replies
  • 0 kudos

How to optimize findById

FindById works as expected but is very slow, is there any way of optimizing it? Running the query several times in Postman slightly improved performance.

Using DynamicLabels in Neo4jRepository SaveAll

Hi there, I am trying to insert/update nodes with Neo4jNodeRepository SaveAll function and add labels with the @DynamicLabels annotation. All nodes are inserted into the database but without the labels. When I use the Save function the dynamic Label...

Resolved! 10k writes taking around 4 minutes. Is this the limit?

I'm using Pyingest script to read 10 CSV Files with 10k columns and 7 rows each. The best result I had so far was using a Chunk Size of 10000. My PC has 16gb of RAM and a 4c/8t CPU. The first two always take about 1~2 minutes, then it grows a bit and...

Resolved! Error: Node model already contains property

I'm using Quarkus with Neo4j-OGM to store Maven-Data gathered within a Jenkins-Run (the maven-plugin gathers data sends it via REST to the Quarkus service, which writes to Neo4j). Quarkus 1.10.3.Final neo4j-ogm Driver 3.2.11 Neo4j DB 3.5.14 Lately I ...

'flow' isn't currently enabled ../type.js file

Hello am a newbie with "web dev". Try to follow along the example code from graphql/examples/neo-push at master · neo4j/graphql · GitHub repository. I changed everything from typescript to javascript. Renamed all the files to *.js and removed any ty...

anyuruf by Node
  • 1128 Views
  • 1 replies
  • 0 kudos

Resolved! Repository could not be registered

Hello everyone! I have some problem with my Kotlin Spring application. I made controllers, services and repositories. When I am starting my app I catch this error The bean 'moviesRepository', defined in xxxx.xxx.MoviesRepository defined in @EnableNe...

3X_f_9_f996e8ca21bcb6a2131cc6d7e6ed257986135c7a.png 3X_f_b_fbee16d5a02abaa026ab30a8b331b2ec5df6d9bf.png 3X_7_8_7849b0578825075dbbb1bf05a110fcf6015c38b0.png