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

Maven Build Error - Neo4j-embedded Python

I'm attempting to build the latest Embedded Neo4j Python bindings, cloned from https://github.… Read more Maven Build Error - Neo4j-embedded Python

How To Import A Networkx Graph To Neo4j?

I have a graph created with networkX and I am using neonx to import it to neo4j on localhost. I hav… Read more How To Import A Networkx Graph To Neo4j?

Neo4j / Py2neo -- Cursor-based Query?

If I do something like this: from py2neo import Graph graph = Graph() stuff = graph.cypher.execute(… Read more Neo4j / Py2neo -- Cursor-based Query?

No Results From Load2neo Bulk Load -curl Postcomand

I'm trying to insert a lot of data into my neo4j db. After reading some opinions I've decid… Read more No Results From Load2neo Bulk Load -curl Postcomand

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

Python Networkx And Persistence (perhaps In Neo4j)

I have an application that creates many thousands of graphs in memory per second. I wish to find a … Read more Python Networkx And Persistence (perhaps In Neo4j)