Hi all,
there is a new cool feature in OrientDB 1.2.0-SNAPSHOT I'd like to present here: Multi-tenancy and partitioned graphs.
This feature is so powerful we can totally separate database's records as sand-boxes where each "Restricted" records can't be accessed by non authorized users. This tutorial demonstrates this sand-boxes works well also with the GraphDB API and the TinkerPop stack. Partitioning graphs allows to build real Multi-tenant applications in a breeze.
http://nuvolabase.blogspot.it/2012/10/orientdb-and-partitioned-graphs.html
This will be released at days as "v1.2.0", but if you to contribute on help us on testing before the official release or if you want just play with it, do:
> cd orientdb
> ant clean installg
Use the distribution under: ../releases/orientdb-graphed-1.2.0-SNAPSHOT
> cd ../releases/orientdb-graphed-1.2.0-SNAPSHOT/bin
> console.sh
Follow the tutorial above or import your graph and play with GREMLIN.
NOTE: TinkerPop stack is bundled under "/lib" folder as version 2.2.0-SNAPSHOT.
Enjoy,
Lvc@
NuvolaBase Ltd