I am very new in Neo4j and graph database.I just installed Neo4j server , but i am not able to understand where i create a database, where fire query, where create a table for my database.please help me its very urgent.

thanks ravi

link|improve this question
feedback

1 Answer

The Neo4j server will create a database for you on the first startup. Have a look at the server documentation. And for firing a query, you'd use the REST API, or to fire a query manually have a look at webadmin.

Neo4j is a graph database, it doesn't have tables. You can start reading here for an introduction to the topic of graph databases.

link|improve this answer
Your data for example is stored in the installation directories data/ folder. I.e. /usr/local/neo4j/current/data. Your actual data is in the folder data/graph.db/ So for example you can copy this directory or delete it if you wanted to start afresh. – Emile Jan 12 at 11:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.