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

Save data with spring take too much time

Im using neo4j spring data for save node,by using saveall method based on org.springframework.data.neo4j.repository.Neo4jRepository Im trying to work with batch of 2000 entity per each saveall operation ,for the firsts operations it take aroung to 10...

Graphql-ogm with nodejs

I am trying to build an app using graphql-ogm with nodejs. Can I use merge node for existing node with the unique property?

Java driver issue

Hi, I have read jdbc driver issue before, right I have the same issue. Here is the example I copied from neo4j website, it runs with jdbc error. import org.neo4j.driver.*; import static org.neo4j.driver.Values.parameters; public class SmallExample {...

jzhou002 by Node Link
  • 3016 Views
  • 14 replies
  • 2 kudos

Resolved! When calling save on node entity causes stackoverflow error

Hi. I am working on implementing a simple social media user follow functionality. However, when I add a new follow relation and call save on the node entity it causes a stack overflow error. I am relative new to neo4j so i am not sure what exactly is...

nihal by Node
  • 1181 Views
  • 2 replies
  • 0 kudos

Resolved! Spring Data Neo4j does not return Relation Properties

Hi! I've read documentation several times. I've looked throught tickets but i didn't find an answer. I'm trying to extract Relationship Properties using @RelationshipProperties, but I get empty List every time Here my code Dependencies <parent> <g...

3X_d_7_d7356f73903ea4026b88c987ab4815feeedc5310.png
Evyuel by Node
  • 1428 Views
  • 4 replies
  • 2 kudos

GraphQL Architect Boolean issue

Trying to use GraphQL Architect with a remote DB (neo4j 3.5), I get two errors: 'Boolean cannot represent a non boolean value: "true"', and the same for "false". GraphQL Architect wouldn't even start. There are no strings "true" or "false" as propert...

Very slow connecting

Hello all, i think i have a connection problem from my local Apache-Server to my local Neo4j-Server. The connection always takes about a second. Can this be a configuration problem? I use the default configuration from Neo4j in version 3.4.1 and PHP...

Michka by Node
  • 3367 Views
  • 6 replies
  • 0 kudos