Skip to content

dwmclary/blueprints-oracle-nosqldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blueprints-oracle-nosqldb

An implementation of the Blueprints API over Oracle NoSQL DB

Installation & Testing

As with other Blueprints implementations, the Oracle NoSQL DB implementation is built with mvn clean install

However, because there is not an embedded Oracle NoSQL DB some steps must be taken if you wish to run the tests.

Rexster Configuration

Rexster is a graph server that can serve any Blueprints graph implementations. The Oracle NoSQL DB implementation comes with a Rexster configuration class and can be deployed within Rexster.

To deploy:

  • Build with mvn clean install
  • Copy the target/blueprints-oracle-nosqldb-x.y.z-jar-with-dependencies.jar to the REXSTER_HOME/ext directory.
  • Edit the rexster.xml file to include a configuration (see also Rexster Configuration for Oracle NoSQL as follows:
<graph>
    <graph-name>kvexample</graph-name>
    <graph-type>com.tinkerpop.blueprints.impls.oraclekv.util.KVGraphConfiguration</graph-type>
    <properties>
      <store-name>kvstore</store-name>
      <host>my-host</host>
      <port>5000</port>
    </properties>
  </graph>

About

An implementation of the Blueprints API over Oracle NoSQL DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages