The Data Catalog uses a distributed OrientDB graph database, an Open Source NoSQL DBMS that combines the power of graphs and the flexibility of documents into one scalable, high-performance operational database.
To setup the OrientDB in the development environment, do the following:
Go to the OrientDB website: https://www.orientdb.org/download and download the OrientDB with Gremlin Server - zip.
Extract the zip file:
Edit the orientdb-server-config.xml by adding the parameter value 'GREMLIN' as follows:
<handler class="com.orientechnologies.orient.server.handler.OServerSideScriptInterpreter">
<parameters>
<parameter value="true" name="enabled"/>
<parameter value="SQL,GREMLIN" name="allowedLanguages"/>
<parameter value="" name="allowedPackages"/>
</parameters>
</handler>
The first time you run the OrientDB, you will be asked to create a username and password.
To run the OrientDB:
Once the OrientDB is up and running, the following lines are displayed:
INFO {db=demodb} Gremlin started correctly [OGremlinServerPlugin]
INFO {db=demodb} OrientDB Studio available at http://<yourIP>:2480/studio/index.html [OServer]
INFO {db=demodb} OrientDB Server is active v3.1.2 - Veloce (build 8b6ef394ce7b45017e84a65efb9ce7534c56aa8e, branch 3.1.x)
Copy the link to the browser to open the OrientDB web application to create a new database.
Please refer to OrientDB Manual for more information about the OrientDB operations.
The Data Catalog uses a distributed OrientDB graph database, an Open Source NoSQL DBMS that combines the power of graphs and the flexibility of documents into one scalable, high-performance operational database.
To setup the OrientDB in the development environment, do the following:
Go to the OrientDB website: https://www.orientdb.org/download and download the OrientDB with Gremlin Server - zip.
Extract the zip file:
Edit the orientdb-server-config.xml by adding the parameter value 'GREMLIN' as follows:
<handler class="com.orientechnologies.orient.server.handler.OServerSideScriptInterpreter">
<parameters>
<parameter value="true" name="enabled"/>
<parameter value="SQL,GREMLIN" name="allowedLanguages"/>
<parameter value="" name="allowedPackages"/>
</parameters>
</handler>
The first time you run the OrientDB, you will be asked to create a username and password.
To run the OrientDB:
Once the OrientDB is up and running, the following lines are displayed:
INFO {db=demodb} Gremlin started correctly [OGremlinServerPlugin]
INFO {db=demodb} OrientDB Studio available at http://<yourIP>:2480/studio/index.html [OServer]
INFO {db=demodb} OrientDB Server is active v3.1.2 - Veloce (build 8b6ef394ce7b45017e84a65efb9ce7534c56aa8e, branch 3.1.x)
Copy the link to the browser to open the OrientDB web application to create a new database.
Please refer to OrientDB Manual for more information about the OrientDB operations.