Skip to content

Useful things for working with databases

License

Notifications You must be signed in to change notification settings

susom/database-goodies

Repository files navigation

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.4</version>
</dependency>