I was working with janus graph but I it has alot of drawback. so I am searching for other graph databases like neo4j.
I Want top prevent the problems with janus graph for answearing this question will help:
- What is the restriction of Neo4j community edition
- Neo4j has the concept of composite and mixed index.
- Can I manage indexes easily like create/delete index.
- Can I perform contains operation as like in RDBMS.
- The drivers provided for c#, python.. can perform all type of queries supported by Neo4j
- Does Noe4j case a problem with the next scenario:
- creating nodes type and properties
- inserting data
- create index for the existing structure
- change the old node and relations structure by adding new properties or types
- create new index combining the old and new properties.
I faced these problems with janusgraph, so I don't want to re-start them.