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

@RelationshipEntity binding issue

Okay, so I have an entity called Schedule and it has an attribute which is a list of Volunteer entities called "volunteers". The Volunteer entity is annotated with @RelationshipEntity. I have been trying to retrieve a list of Schedule entities thru a...

Create different number noder when run same code

Hi, I run the same code multiple times in WSL(ubuntu 18.04), but the results are not consistent each time. The Code is package main import ( "fmt" "log" "github.com/neo4j/neo4j-go-driver/neo4j" ) func main() { driver, err := neo4j.NewDriver("bo...

2X_b_b4823459644f24e851bc86586d9571af6d2134e6.png 2X_8_8b4adfb620086d213ed87872ea45603b14fb74ae.png

Issues with auditing while using Spring Data Neo4j

Has anyone had success using the @EnableNeo4jAuditing annotation in SDN? I setup the auditing as outlined in the reference documentation here, but the auditing information was not being updated on save. I did some investigating with the debugger, and...

Neo4j - python driver, Service unavailable

Am using neo4j on python 2.7.6 application using neo4j-driver(1.7.0b3). Am facing service unavailable using proper credentials. Is there something that needs to be done to get it connected. In [7]: graph_utils.get_neo4j_connection().session().run('Ma...

Py2Neo Tutorial: Converting Movie Example

Hello! I made a fun tutorial (largely for my own benefit, to become familiar with the library), as such it may be incorrect, erroneous or be missing obvious information. Others may find it useful, and correction and improvements (pull requests are ve...

2X_b_b65ee8030f41ec3d20a4664fc52290769ae57b57.jpeg
elena by Node Clone
  • 3171 Views
  • 2 replies
  • 2 kudos

About findBy depth

i use session.load(clazz,id;depth) to query relation,id is relation id,if i set the 0 depth, throw org.neo4j.ogm.exception.core.InvalidDepthException: Cannot load a relationship entity with depth 0 i.e. no start or end node, why can't query? 0 depth...

Resolved! Is 'id' a reserved property name for Neo OGM?

I found this statement from February 2018 in a Neo OGM Github issue: If you want to use custom ids the attribute should have a @GeneratedValue annotation. Additional keep in mind that the name id is reserved for OGM internal id handling. Please ...

2X_0_0caf350a783dc57bde06ec8987a2683b13a5255d.png
jhyot by Node Link
  • 1204 Views
  • 1 replies
  • 0 kudos

Resolved! Unauthorized to query neo4j with Ajax

I have created a geohash graph for NYC Cabs data, now the next step is to plot it within a map, for that i choosed to use Leaflet as a javascript mapping library. my problem is getting data from Neo4j database to JavaScript code. i found in stackov...

Undefined method defaultStringLength()

Hi, i want to use Vinelab/Neoeloquent package with laravel project. Earlier, i used MySql for storing my data. Now I want to use neo4j for that purpose. I added "vinelab/neoeloquent":"1.4.7" in composer.json , in database.php 'default' => env('DB_CON...

2X_a_aa970891f87281d2ecd9dc01564f794431379ded.png 2X_a_a0b4188037013847591b695bac60d691705814f0.png

Building and running seabolt

Hi Nigel, could you double check the instructions for building and running seabolt on OSX Mojave? I figured out one addtional step necessary to build: open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg but I cann...