Neo4j as we know is a Graph Based NoSql Database. But sometimes we decide to use Neo4j in our application but find out that it creates more problems than solving them. How Should we design the neo4j database that it would be a good use?
To start with:
- Prefer to use Neo4j while your structure is more Graph Based, like Social Networking.
- Avoid to make Multiple databases for different situations like the problem occurred in the link
- Prefer to make use of self generated NodeId to identify node.