https://github.com/moqui/moqui-orientdb
Moqui Framework tool component for OrientDB, a datasource plugin for the Entity Facade
https://github.com/moqui/moqui-orientdb
Last synced: 3 months ago
JSON representation
Moqui Framework tool component for OrientDB, a datasource plugin for the Entity Facade
- Host: GitHub
- URL: https://github.com/moqui/moqui-orientdb
- Owner: moqui
- License: other
- Created: 2016-06-03T05:11:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T04:56:36.000Z (almost 3 years ago)
- Last Synced: 2025-04-27T05:33:23.954Z (7 months ago)
- Language: Groovy
- Size: 55.7 KB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Moqui OrientDB Tool Component
[](https://github.com/moqui/moqui-orientdb/blob/master/LICENSE.md)
[](https://github.com/moqui/moqui-orientdb/releases)
Moqui Framework tool component for OrientDB, a datasource plugin for the Entity Facade.
To install run (with moqui-framework):
$ ./gradlew getComponent -Pcomponent=moqui-orientdb
This will add the component to the Moqui runtime/component directory. To use add a entity-facade.datasource element like
the following to your Moqui Conf XML file:
The OrientDB and dependent JAR files are added to the lib directory when the build is run for this component, which is
designed to be done from the Moqui build (ie from the moqui root directory) along with all other component builds.