Skip to content Skip to sidebar Skip to footer
Showing posts with the label Neo4j

Is Py2neo Caching Burning Me?

I am running this code: c = ''' match(r:XX) optional match(r)-[]-(m) with count… Read more Is Py2neo Caching Burning Me?

Short Incremental Uinque Id For Neo4j

I use django with neo4j as database. I need to use short url based on node ids in my rest api. In n… Read more Short Incremental Uinque Id For Neo4j

Service Unavailable Error Using Neo4j Driver For Python

I am new to neo4j and trying to execute the demo project(Movie search) provided in neo4j website. W… Read more Service Unavailable Error Using Neo4j Driver For Python

Neo4j & Jpype Installation Issue

I use Ubuntu 10.10 and before continuing with the installation, I installed JPype and openjdk-6-jdk… Read more Neo4j & Jpype Installation Issue

Allow Parameters For Depth In Cypher Query

I'm using Neo4j Bolt Driver 1.7 for Python to extract paths from a specific database, here'… Read more Allow Parameters For Depth In Cypher Query

Query Writing Performance On Neo4j With Py2neo

Currently im struggle on finding a performant way, running multiple queries with py2neo. My problem… Read more Query Writing Performance On Neo4j With Py2neo

How To Get Automatic Node ID From Py2neo?

I'm using py2neo 3.1.2 version with Neo4j 3.2.0 and I have a question about it. At Neo4J's … Read more How To Get Automatic Node ID From Py2neo?

Neo4j: How Do I Delete All Duplicate Relationships In The Database Through Cypher?

I have a huge database with a ton of nodes (10mil+). There is only one type of relationship in the … Read more Neo4j: How Do I Delete All Duplicate Relationships In The Database Through Cypher?