I have just installed Neo4J, is up and running beautifully. I am looking for a very simple tutorial (few command lines actually) where I will be able to:
- Create some data (at least 2 nodes and one relation between them);
- Query and see the data recently created;
- Update properties of this sample data;
- Delete the created data; The sample code can be in Cypher and/or Gremlin, to run in the web admin console, in the default empty database.
I have looked a lot on the official site, its docs, books and tutorials and they all seem to be quite complex: some even drive me to create an Java application (I don't even work with Java). Just like a SQL beginner, I want to test the most basic database operations, from the most basic interface, the admin panel. Don't understand why, this thread has been closed for not being constructive (!?).
thanks a bunch in advance.