com.github.susom:database-goodies

Useful things built on top of the database library.

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

com.github.susom
Идентификатор

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

database-goodies
Последняя версия

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

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.github.susom:database-goodies
Useful things built on top of the database library.
Ссылка на сайт

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

https://github.com/susom/database-goodies
Система контроля версий

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

https://github.com/susom/database-goodies

Скачать database-goodies

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

<!-- https://jarcasting.com/artifacts/com.github.susom/database-goodies/ -->
<dependency>
    <groupId>com.github.susom</groupId>
    <artifactId>database-goodies</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.susom/database-goodies/
implementation 'com.github.susom:database-goodies:1.4'
// https://jarcasting.com/artifacts/com.github.susom/database-goodies/
implementation ("com.github.susom:database-goodies:1.4")
'com.github.susom:database-goodies:jar:1.4'
<dependency org="com.github.susom" name="database-goodies" rev="1.4">
  <artifact name="database-goodies" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.susom', module='database-goodies', version='1.4')
)
libraryDependencies += "com.github.susom" % "database-goodies" % "1.4"
[com.github.susom/database-goodies "1.4"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
com.github.susom : database jar 3.1
io.vertx : vertx-core Необязательный jar 3.6.0
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.1
io.vertx : vertx-codegen Необязательный jar 3.6.0
io.vertx : vertx-web Необязательный jar 3.6.0
org.apache.avro : avro jar 1.8.2
org.apache.commons : commons-compress jar 1.19
com.google.cloud : google-cloud-bigquery jar 1.61.0

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.5
io.vertx : vertx-unit jar 3.6.0
org.hsqldb : hsqldb jar 2.3.2

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

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

Database Goodies

Build Status Maven Central

This project includes a variety of different things built on top of the database library.

Features

  • Basic ETL capabilities for moving data around efficiently between databases
  • Database health checks for Vert.x based servers

In the future I plan to expand the ETL functionality, add reporting and analytics, and add an EAV model, among other things.

Getting Started

The library is available in the public Maven repository:

<dependency>
  <groupId>com.github.susom</groupId>
  <artifactId>database-goodies</artifactId>
  <version>1.3</version>
</dependency>
com.github.susom

Stanford School of Medicine

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

Версия
1.4
1.3
1.2
1.1
1.0