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
|
feedback
|
|
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. | |||
feedback
|