com.github.susom:database-goodies

Useful things built on top of the database library.

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.susom
ArtifactId

ArtifactId

database-goodies
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.susom:database-goodies
Useful things built on top of the database library.
Project URL

Project URL

https://github.com/susom/database-goodies
Source Code Management

Source Code Management

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

Download database-goodies

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
com.github.susom : database jar 3.1
io.vertx : vertx-core Optional jar 3.6.0
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.1
io.vertx : vertx-codegen Optional jar 3.6.0
io.vertx : vertx-web Optional 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)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.4
1.3
1.2
1.1
1.0