--
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 neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is there an efficient way to work with Neo4j without an internet connection?
--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/6AZCpYJ4B6c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+un...@googlegroups.com.
Hi,
You can download a Neo4j tar from neo4j website, install it and run it locally on your machine. Any querying can be done over the REST api locally, or if you prefer, using it in embedded mode with your app.
You need an internet connection if you are trying out Neo4j on some db provider like Graphene DB. Otherwise, with a local installation, it isn't required.
Hope this answers your question
- Regards
Mahesh
Is there an efficient way to work with Neo4j without an internet connection?