dropwizard-orient-server

Embedded OrientDB server for dropwizard

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

ru.vyarus
ArtifactId

ArtifactId

dropwizard-orient-server
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

dropwizard-orient-server
Embedded OrientDB server for dropwizard
Project URL

Project URL

https://github.com/xvik/dropwizard-orient-server
Source Code Management

Source Code Management

https://github.com/xvik/dropwizard-orient-server.git

Download dropwizard-orient-server

How to add to project

<!-- https://jarcasting.com/artifacts/ru.vyarus/dropwizard-orient-server/ -->
<dependency>
    <groupId>ru.vyarus</groupId>
    <artifactId>dropwizard-orient-server</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.vyarus/dropwizard-orient-server/
implementation 'ru.vyarus:dropwizard-orient-server:3.0.0'
// https://jarcasting.com/artifacts/ru.vyarus/dropwizard-orient-server/
implementation ("ru.vyarus:dropwizard-orient-server:3.0.0")
'ru.vyarus:dropwizard-orient-server:jar:3.0.0'
<dependency org="ru.vyarus" name="dropwizard-orient-server" rev="3.0.0">
  <artifact name="dropwizard-orient-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.vyarus', module='dropwizard-orient-server', version='3.0.0')
)
libraryDependencies += "ru.vyarus" % "dropwizard-orient-server" % "3.0.0"
[ru.vyarus/dropwizard-orient-server "3.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar
com.orientechnologies : orientdb-server jar 3.0.26
com.orientechnologies : orientdb-tools jar 3.0.26

provided (2)

Group / Artifact Type Version
com.github.spotbugs : spotbugs-annotations jar 3.1.2
com.orientechnologies : orientdb-studio jar 3.0.26

Project Modules

There are no modules declared in this project.

Embedded OrientDB server for dropwizard

License Build Status 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

Releases are published to bintray jcenter (package appear immediately after release) and then to maven central (require few days after release to be published).

JCenter Maven Central

Maven:

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

Gradle:

compile 'ru.vyarus:dropwizard-orient-server:3.0.0'
OrientDB Dropwizard dropwizard-orient-server
3.0 2.0.0 3.0.0
3.0 1.3.5 2.2.0
2.2.17 1.1.4 2.1.0
2.2.0 - 2.2.17 (studio webjar, lucene as plugin) 1.0 1.4.0
2.0 - 2.1 0.8 - 1.0 1.3.0
1.0 0.8 1.1.1
1.0 0.7 1.1.0

Snapshots

Snapshots could be used through JitPack:

  • Go to JitPack project page
  • Select Commits section and click Get it on commit you want to use (you may need to wait while version builds if no one requested it before)
  • Follow displayed instruction:
    • Add jitpack repository: maven { url 'https://jitpack.io' }
    • Use commit hash as version: ru.vyarus:dropwizard-orient-server:378ece3c6e

Usage

Read documentation

Might also like


java lib generator

Versions

Version
3.0.0
2.2.0
2.1.0
2.0.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0