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

@Properties

Hi all, the doc states that one can annotate a map Map<String,Object> with @properties in order to do dynamic attribute mapping for nodes. Does somebody have a working example / snipped to read a node via session.load(Class myclass,Long id) and fills...

Trouble connecting to sandbox using grandstack

Hello, I've been developing with the grandstack for awhile now using my desktop neo4j db. I'm now attempting to push to production, so I'd like to use a neo4j database that is not local for the production app. I am attempting to use a neo4j sandbox d...

Return list of nodes with neo4j-driver Javascript

Hello, I was wondering if there was a native way with the driver to return a list of nodes, rather than looping through the data and flattening it out myself. There are also unneeded fields such as identity and labels for me. I could simply do result...

Keydex by Node
  • 885 Views
  • 1 replies
  • 1 kudos

Separation of query/message layer from transport layer

Hi there, we are currently exposing a GraphQL layer ("BFF") on top of a universal REST layer (both for queries and mutations) while using PostgreSQL as our standardised data store in the backend. At the same time, we do realise the implicit differenc...

CRM for GRANDstack - integrate vs Salesforce?

Hi We're currently building a new stack for content management and need a CRM. Does anyone know of any CRM projects working on neo4j or with grandstack? Searching the forums I found 1 post - Modeling a CRM integration Does anyone have views on whet...

Graphi by Node
  • 997 Views
  • 2 replies
  • 0 kudos

SDN/RX labels are removed on node save

Hi, Is there option do not remove old labels when node is saved(merged) ? Example: We create specific node with DynamicLabels @Node("property") @Getter @Setter @Builder public class DaeDomainPropertyNode { @Id @Property("DaeId") private S...