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

Spring Data Neo4j - Auditing @CreatedDate

Hi, I'm trying to use spring-data-neo4j 5.2.4.RELEASE, and in particular the Auditing @createdDate functionality @NodeEntity public class Person { @Id private Long idSubject; @CreatedDate private long dtInsert; @LastModifiedDate...

What's missing from the documentation?

Today I discovered that the @neo4j_ignore schema directive exists. This is a great thing, but this isn't documented on grandstack.io which is the canonical source of documentation. What else is missing from the documentation? At a bare minimum we nee...

Multi Tenancy

Hello! Is there a way to do Database Selection via configuring the new SDN/RX spring driver? I cannot find a property to facilitate this. Presently the only way I can to perform database selection is to build a SessionConfig and pass that to the Driv...

scott2 by Node Link
  • 1887 Views
  • 8 replies
  • 2 kudos

Resolved! How to get full the schema of GraphQL

Hi all, I need to get all the schema that I push on Neo4j database, I'm using 'CALL graphql.schema()' but it doesn't fit my desire. This procedure just return all the Node and Relationship schema, and I need ENUM and MUTATION also. Are there any ways...

Requesting Neo4j database with java application

Hello, I am new with neo4j, i will use the community version. I want to know how can i request the database within a java application, i don't want to create nodes/relationships (the database is created in another project ) but i want to connect to t...

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