Am 18.01.2014 um 23:01 schrieb Sakura <[email protected]>:

> Hi, 

Best is to take a small step at a time, I think with all these requirements you 
overwhelm yourself.
> 
> i'm facing some problems with neo4j, i don't understand how to deal with it ! 
> i need to insert some data ( The Matrix for example i did it by cypher but 
> don't know how access to these data in eclipse ) in neo4j and generate a file 
> RDF to do some request by SPARQL. 
> 
> 1- i create the graph of the Matrix example by cypher ( I installed the 
> server )
> 2 - how can I get informations about this graph in eclipse
connect to the server and then execute cypher statements,
e.g. with the jdbc driver: https://github.com/neo4j-contrib/neo4j-jdbc/tree/2.0 
or the java-rest-binding: 
https://github.com/neo4j/java-rest-binding/tree/2.0-labels-and-indexes
> 3 - can i create a graph i can see in  localhost/7474 by eclipse ? how  ?
> 4- how can i generate a file RDF with these data 
What is your RDF format?
> 5 how to get data by a request SPARQL 
Look at either the sparql plugin: 
https://github.com/neo4j-contrib/sparql-plugin you have to install it in your 
server.
Or the Tinkerpop Sail Ouplementation: 
https://github.com/tinkerpop/blueprints/wiki/Sail-Ouplementation
> 
> I'm working in xubuntu , is there any solution to do this without using maven 
> , because i'm not familiar with it . 
No, but maven is integrated in eclipse, so it should work if you import maven 
> 
> thank you in advance
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to