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

Exceptions for creating driver in Jersey Application

I am creating a servlet application with Jersey 2.32, running in Tomcat 9. Jersey provides an Application class and I want to create an instance of a Neo4J connection or driver there, which should be used for all sessions and transactions in the reso...

BairDev by Node Clone
  • 724 Views
  • 1 replies
  • 0 kudos

Neo4j in Django project with multiple databases

Hello everyone! I am creating a Django project and I want to store user data in a relational database and all my resources in a neo4j database using django-neomodel (https://github.com/neo4j-contrib/django-neomodel). The documentation states that the...

Errors when starting Grandstack.io starter project

I just tried to get started with the Grandstack,io starter project and seem to be running into errors during the installation procedure. Has anyone else experienced this? I noticed that there have been changes recently to make the install easier, but...

Dynamic query

Hi, I would need to generate dynamic queries, to add some filters on conditions. Let say that my app handle Books and Authors. Books concerns one or more Theme. User can filter by Theme. So a query could be : MATCH (b:Book)-[w:WRITEN]-(a:Author) MATC...

Question on using generic classes

I am getting primary label errors when I try to use a generic class in my model @Transient open class PropNode<T> ( open var value: T? = null, open var deletedValue: T? = null, @DynamicLabels open var labels: Collectio...

Storing Geometry coordinates in neo4j

Hi, I'm loading data to neo4j DB using python script via py2neo api. I have a use case where I have a 'Geometry' field which is going to be populated as a pair of numbers which will corresponds to Latitude and Longitude, like: 'Geometry':[48.965, 7.4...

"message": "No such field: formatted",

It would appear that suddenly I am unable to use the formatted property for _Neo4jDateTimeInput fields. What changed? I'm pretty sure I've been able to do this in the past without issue. (see below please) I've seen another thread here: https://githu...

jonathan by Node Clone
  • 726 Views
  • 1 replies
  • 0 kudos

Resolved! Get ID for each node

Hi, I want to get ID for each node. I am using movie data from neo4j database. In Neo4j desktop, i get the output i want. But when i using the same cypher query in Python, i dont get the same output as in No4j. Below is my code in Python. result = t...

2X_2_2ee2d3eea4866d17fd37eb9376cb11e78cd03c8a.png 2X_9_9b978fabdf74bb2d2ccb1964dd75a1ce0a05e4c2.png
rosdiana by Node Clone
  • 2301 Views
  • 2 replies
  • 0 kudos