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

Retrieve all post of a user

We have 2 nodes @Node("User) public class User { @Id private String id; private String name; } @Node("Post") public class Post { @Id @GeneratedValue(generatorClass = GeneratedValue.UUIDGenerator.class) private UUID id; p...

alxxyz by Node
  • 449 Views
  • 1 replies
  • 0 kudos

Will seabolt support 4.3?

I would like to create a new language driver for 4.3. seabolt hasn't been updated recently, are there any alternative projects? GitHub neo4j-drivers/seabolt Neo4j Bolt Connector for C. Contribute to neo4j-drivers/seab...

3X_7_0_704e948aa19bca5f23b99a7e5a64ba0db6f7f846.png
koji by Ninja
  • 759 Views
  • 1 replies
  • 0 kudos

Py2Neo export to Networkx

Hi, is it possible connect with Neo4j with py2neo and export the graph with relationships to Networkx? I'd like use the networkx with pyvis to create a view vis.js. Can anyone help me? Thanks.

Resolved! For each merge

Hi there guys i was asking is there a way to implement create multiple relationships at a go in grand stack lets say you have a product that you want to add to multiple categories?

Resolved! File upload Grandstack

I think the grandstack should add away to implement file upload with graphql either implement away to help us add a custom resolver to do that along side a specific neo4j-graphql-js endpoint especially on multiple files. Or anyone who has managed to ...

Resolved! Relations being overwritten using OGM (Kotlin/Micronaut)

I have a data model like this: import org.neo4j.ogm.annotation.Id import org.neo4j.ogm.annotation.NodeEntity @NodeEntity class Parent { @Id lateinit var name: String constructor(name: String) { this.name = name } lateinit var hasChildren...

deepak by Node Clone
  • 675 Views
  • 3 replies
  • 1 kudos

Neo4j and FastApi concurrency

Hi! I am trying make a fastapi app using the neo4j python driver (4.2.0) to connect to neo. I am not very successful, as queries from one user block the queries from other users and I cant figure out why. Any helpful suggestions? My code looks someth...

kaptenh by Node Clone
  • 1671 Views
  • 2 replies
  • 0 kudos