Skip to content

Useful things for working with databases

License

Notifications You must be signed in to change notification settings

susom/database-goodies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af169e2 · Oct 7, 2024

History

99 Commits
Oct 7, 2024
Nov 18, 2021
Oct 7, 2024
May 6, 2016
Nov 9, 2018
Apr 21, 2023
May 6, 2016
Dec 18, 2021
Oct 7, 2024
May 17, 2018

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>