Home

Awesome

Embedded OrientDB server for dropwizard

License CI Appveyor build status codecov

DOCUMENTATION https://xvik.github.io/dropwizard-orient-server

About

Embeds OrientDB server into dropwizard.

Simplifies development environment (no need to maintain separate server) without sacrificing functionality (embedded server is 100% the same as usual server). Also, simplifies production deployment and allows to slightly reduce memory consumption on server due to single (shared) vm. To switch application to external server simply switch off embedded server in configuration.

Embedding is officially proposed

Features:

Setup

Maven Central

Maven:

<dependency>
  <groupId>ru.vyarus</groupId>
  <artifactId>dropwizard-orient-server</artifactId>
  <version>3.0.0</version>
</dependency>

Gradle:

implementation 'ru.vyarus:dropwizard-orient-server:3.0.0'
OrientDBDropwizarddropwizard-orient-server
3.0 - 3.22.0.03.0.0
3.01.3.52.2.0
2.2.171.1.42.1.0
2.2.0 - 2.2.17 (studio webjar, lucene as plugin)1.01.4.0
2.0 - 2.10.8 - 1.01.3.0
1.00.81.1.1
1.00.71.1.0

Snapshots

Snapshots could be used through JitPack:

Usage

Read documentation

Might also like


java lib generator