Ontotext-AD / sequences-plugin

0 stars 0 forks source link

Sequences plugin

The Sequences plugin provides transactional sequences for GraphDB. A sequence is a long counter that can be atomically incremented in a transaction to provide incremental IDs.

See more information on its usage here.

See additional documentation on the GraphDB Plugin API here.

Deployment

Below you can find the deployment steps for this plugin:

  1. Build the project using mvn clean package
  2. Unzip ./target/sequences-plugin-graphdb-plugin.zip in <GDB_INST_DIR>/lib/plugins/.

Once you start GraphDB and a repository is initialized you will see the following entries in the log:

Registering plugin sequences
Initializing plugin 'sequences'