See this blog post about how to get a JGraphT graph object as a
result from a Neo4j Cypher query:
https://murygin.wordpress.com/2015/06/25/neo4j-cypher-jgrapht/
JGraphT is a free Java graph library that provides mathematical graph-theory
objects and algorithms.
- Daniel
--
You received this
ok, this works now.. thx for quick response !
reg koen
2015-06-30 16:13 GMT+02:00 Michael Hunger
:
> No
>
> data/graph.db
>
> Is the correct location
>
> Von meinem iPhone gesendet
>
> Am 30.06.2015 um 16:03 schrieb Koen Kleingeld :
>
> Hi, this is my import command
>
> Neo4jImport.bat --into
>
No
data/graph.db
Is the correct location
Von meinem iPhone gesendet
> Am 30.06.2015 um 16:03 schrieb Koen Kleingeld :
>
> Hi, this is my import command
>
> Neo4jImport.bat --into
> C:\neo4j-community-2.2.3-windows\neo4j-community-2.2.3\data --nodes
> nodes-header.txt,nodes.txt --relationshi
Hi, this is my import command
Neo4jImport.bat --into
C:\neo4j-community-2.2.3-windows\neo4j-community-2.2.3\data --nodes
nodes-header.txt,nodes.txt --relationships
relations-header.txt,relations.txt
IMPORT DONE in 1s 962ms. Imported:
2 nodes
1 relationships
4 properties
this is the config f
Which directory did you provide for --into ? You have to change your
neo4j-server.properties to point to that directory
Von meinem iPhone gesendet
> Am 30.06.2015 um 15:42 schrieb koen :
>
> Hi, i just started playing around with the new import tool (through windows
> command line) and after
Hi, i just started playing around with the new import tool (through windows
command line) and after importing some nodes / relations i receive a
message from the importer saying that it has successfully created some
nodes relations and properties.. now i start the server and open the neo
brow