Migrate Cool Stuff from Orienteer to OrientDB #9560
Replies: 2 comments 2 replies
-
Hi @PhantomYdn Thank you very much! This is my personal opinion, but I'd really like to see further feedback from the Community here, to understand which of these components should have higher priority. Thanks! Luigi |
Beta Was this translation helpful? Give feedback.
-
Few more things to consider:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
We, Orienteer (Business Application Platform), use OrientDB very deeply. Over time we have implemented several neat stuff which might be useful for OrientDB community as well. Propose to discuss in this thread things which can be migrated to OrientDB for wider use.
Orienteer DAO - OrientDB Objects and JPAs are too heavy and do not cover all OrientDB features. Orienteer DAO allows much easier creation and working with OrientDB data model. For example, it supports multiple parents per class, in place queries and etc. Check DAO classes here as an example: https://github.com/OrienteerBAP/Orienteer/tree/master/orienteer-core/src/test/java/org/orienteer/core/dao
OSchemaHelper - utility class which helps to create/update OrientDB data model in a declarative and idempotent way.
Example
Orienteer Architect - UML like UI editor for OrientDB datamodel.
Orienteer Camel - OrientDB adaptors for Apache Camel
Orienteer BIRT - OrientDB adaptors for Eclipse BIRT
For sure, we have much more stuff. I will add more into this thread once "easily detachable" things can be identified.
Beta Was this translation helpful? Give feedback.
All reactions