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

Pyneo Inserts Limited Amount of Edges

Hello, I am new to this forum, and hope this is the right place to post this.For a university project I am using Neo4j together with flask and pyneo for a shift scheduling algorithm. On saving the scheduled shifts to Neo4j I realized that relationshi...

Resolved! Best way to index a datetime field

hi, i'm working on an app with the neo4jGraphQL, in its scenario we need to work a lot with datetimes, so we want to index on the fields with the datetime type which are not really unique so we coudnt use @unique ,but what is the best way of indexing...

Resolved! Parsing responses neo4j-driver

Hi, I'm using the V4.4.2 version of the driver and trying to execute the query below but i'm having a hard time parsing the responses. Query: MATCH (n:Invoice), (n)-[:HAS_INVOICE_LINE]->(line), (n)-[:HAS_BILLING_ADDRESS]->(bill_addr), (n)-[:HAS_COMPA...

3X_4_9_49fc52af117b15d32470c8a1cabd963ec419b118.png 3X_2_1_21a11f0aa95ddbec51571f338bca0faf54d6bbfe.png

Can I use dynamic properties mapping in SDN?

I'm wondering if it is possible to use dynamic mapping of node properties in current version of Spring Data Neo4j? I've seen some posts from 2018-19 that used that feature, but It seems like there have been some changes that removed i...