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

Resolved! Unique index for a child node

I have this relationship Node1 ---- HAS ----> Node2 I want to make sure that the "name" property in Node2 is unique within it's parent node - Node1. Is it possible to enforce that using Neo4J-OGM? Or do I have to make a separate get call before calli...

Sdn neo4j @Labels dont return default label

Hello, I am using spring-boot-starter-data-neo4j to model my graph and i have : @NodeEntity("App") public class ApplicationEntity { @Id @GeneratedValue Long id; String name; @Labels List<String> nodeLabels; @Relationsh...

madiskou by Graph Buddy
  • 350 Views
  • 1 replies
  • 0 kudos

Configure Vue CLI Apollographql Server

I'm trying to get a Vue CLI app with Apollographql Server to connect to Neo4j. I've used neo4j-graphql-js and the app can sucessfully connect to the Grandstack Server I have setup. grand-stack\api\src\index.js const driver = neo4j.driver( process.en...

Py2neo or neo4j

Should I use Neo4j driver or py2neo to read and write neo4j databases in Python?What's the difference?

joylix by Node
  • 1908 Views
  • 1 replies
  • 0 kudos

Golang Driver EOF ERROR

Hi! I use github.com/neo4j/neo4j-go-driver/neo4j. And I work with stack go-graphQl-neo4j. If I send query to NEO4J from queryResolver and from mutationResolver-it's ok. But when I use custom Resolver and I send simple query to neo4j (even "Return 1")...

How to use a precise cypher request in GRANDstack starter?

I started learning GRANDstack and I'm using the GRANDstack starter. I have connected my Neo4j database to this starter.I would like to do something like this: Here I displayed titles of articles having the community id 996. What I would like to do i...

2X_8_86debc08d595ad0f4a92ef3e95537eb6da5e6fe4.jpeg
LJRB by Graph Buddy
  • 841 Views
  • 7 replies
  • 0 kudos

Python session terminated

Hi I use Ne4j 4.1 with Python. Have to upload nodes from a complex text file. can't create a CSV since the file will be too complex. I set in Python the timeout to 200S but anyway the upload is stopped after 100 new nodes, and then the session waits ...