I can't find the category, I post here. And I am newbie. I want to use use Neo4j embedded in Java applications, like desktop app or mobile. is it necessary to do user and password to secure the database? if it is, how?
We develop multiplayer online game. For client side maybe I can use embedded. If the use is not big maybe I can use for server too, considering performance maybe. I want to use Neo4j for game data, not user data. For bigger use I want Neo4j for deskt...
Maybe my question is not clear. So I am going to try to answer my own question. Firstly, I've never try this https://neo4j.com/download/, I only try this https://neo4j.com/docs/java-reference/current/java-embedded/ . Consider this post Integrating Au...