dropwizard-orient-server

Embedded OrientDB server for dropwizard

Лицензия

Лицензия

Категории

Категории

DropWizard Контейнер Микросервисы
Группа

Группа

ru.vyarus
Идентификатор

Идентификатор

dropwizard-orient-server
Последняя версия

Последняя версия

3.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

dropwizard-orient-server
Embedded OrientDB server for dropwizard
Ссылка на сайт

Ссылка на сайт

https://github.com/xvik/dropwizard-orient-server
Система контроля версий

Система контроля версий

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

Скачать dropwizard-orient-server

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.dropwizard : dropwizard-core jar
com.orientechnologies : orientdb-server jar 3.0.26
com.orientechnologies : orientdb-tools jar 3.0.26

provided (2)

Идентификатор библиотеки Тип Версия
com.github.spotbugs : spotbugs-annotations jar 3.1.2
com.orientechnologies : orientdb-studio jar 3.0.26

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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