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

Neo4j-driver not generating proper cypher queries

EDIT: solved... my database version was 3.0 and it worked when I switched it to 3.2 instead Hi, I'm running the basic neo4j-driver example in node. In my database i'm running the example movie graph provided by the browser console. this is what my ty...

2X_3_3b3704222adbe1359bf2d692d04f7fa421ac2a6a.png
aqureshi by Node Link
  • 1203 Views
  • 1 replies
  • 0 kudos

Can Neo4J OGM handle loading and saving a sub-graph?

I would like to load a sub-graph from Neo4J database and use OGM for automatic mapping into entities. After that I wish to change content of some of the entities, and finally the entities should be mapped back into an updated sub-graph that should be...

Spring Boot + SDN + Depth Feature | Not Working

I would like to use the depth feature while fetching the nodes from the Neo4J database. It works as expected on repository.findAll(depth) API. But the repository.findAllByIds(ids, depth) API - always returns json with current depth 0. I use spring bo...

prem by Node Link
  • 1570 Views
  • 2 replies
  • 0 kudos

SDN + Spring Boot + Partial Response in REST API

Hi - We have a springboot application using SDN to access data from Neo4J. We already have APIs that would retireve the node information from Neo4J and present them in JSON format to the clients. We would like to implement "partial response" in the e...

prem by Node Link
  • 2996 Views
  • 4 replies
  • 0 kudos

About the ruby-maintainers category

(Replace this first paragraph with a brief description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters. Until you edit this description or create topics, this category won't appea...

Neo4j Interface Survey

Hi everyone! To help us shape our driver roadmap, we'd like to find out how you all use Neo4j. Please take a moment to vote below, letting us know your primary interface into Neo4j. And after you've voted, please share this poll with others you know ...

Resolved! How py2neo handle an "empty" MATCH

Hi Community I'm developing a CLI Terminal app in python 3.6 with: macOS 10.4 neo4j-community-3.4.4 neo4j-driver==1.6.1 py2neo==4.1.0 I need an empty list or a False response when I do query="MATCH (n:Node) WHERE n.name = '"+value+"' RETURN n" return...

Same Label Relationship returns NULL

Neophyte to GraphQL here... Using GraphiQL, when I try to search on a node with relationships to other nodes with the same label, it returns NULL. For example, this is the Cypher query to return all the nodes using the "REFERENCED_BY" relationship fo...