I want to write a java application which gets the values and information from user and creates the graph database with neo4j,my question:
how should I create a neo4j graph database within my java application?
what tools should I use?
I read neo4j tutorials,but they were about creating a database first and query it from the application.
Thanks in advance.