The implementation is still under early development, it will have two implementations, you will be able to use orientDB as a document store (like mongo) and as a graphDB (like neo4j).
What you...
Type: Posts; User: flatif; Keyword(s):
The implementation is still under early development, it will have two implementations, you will be able to use orientDB as a document store (like mongo) and as a graphDB (like neo4j).
What you...
Thanks for your suggestions.
I am looking at the mongoDB implementation and using it as the basis for the orientdb document implementation (the developer guide was very useful by the way). I managed...
I would create an OrientDocumentTemplate and OrientGraphTemplate (with their repositories, annotations and mapping, ecc).
The implementation of the document based API could be based on the mongoDB...