You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be good to have some documentation that gives at least more usage driven examples, and maybe even some kind of comparison between kaiso and some of the other other python neo4j tools such as py2neo, neomodel, and neo4django
The text was updated successfully, but these errors were encountered:
Hi Sam, thanks for expressing an interest. We'll be sure to put together some more narrative docs describing the problem area that kaiso is aiming to tackle and get them up on rtfd
Each of the projects you name fulfils a different purpose or abstracts the graph at a different level (more or less). As a very quick summary:
kaiso - provides a managed type system for modelling objects with well-defined structure; is built on top of py2neo
py2neo - generic REST driver and toolkit for Neo4j; some plugins are provided (OGM, calendar, etc) but is not as specialist as kaiso
neomodel - "ORM" layer, also built on top of py2neo, designed specifically to fit into Django projects and work in a similar way to Django's built-in ORM
neo4django - similar to neomodel but built on top of neo4jrestclient instead of py2neo
Would be good to have some documentation that gives at least more usage driven examples, and maybe even some kind of comparison between kaiso and some of the other other python neo4j tools such as py2neo, neomodel, and neo4django
The text was updated successfully, but these errors were encountered: