Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.14 KB

Moqui OrientDB Tool Component

license release

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:

<datasource group-name="mygroup" object-factory="org.moqui.impl.entity.orientdb.OrientDatasourceFactory"
        startup-add-missing="true">
    <inline-other uri="plocal:${ORIENTDB_HOME}/databases/MoquiNoSql" username="admin" password="admin"/>
</datasource>

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.