Micro Java ETL, a tiny ETL tool.
Find a file
2019-06-12 13:01:42 +01:00
build_util Seperate build docker and run docker 2019-06-12 13:01:25 +01:00
docker/build Seperate build docker and run docker 2019-06-12 13:01:42 +01:00
install_extra Fix java version, and logging configs 2019-06-11 16:25:30 +01:00
src Add configurable poll timeout for warning on empty queue 2019-06-12 12:20:04 +01:00
.gitignore Initial checkin 2019-05-10 14:05:04 +01:00
LICENSE Added License 2019-05-13 09:55:41 +01:00
pom.xml tag v2.0.1 2019-06-12 12:32:19 +01:00
README.md Improve thread cleanup code 2019-05-13 09:53:25 +01:00
uJETL.spec tag v2.0.1 2019-06-12 12:32:19 +01:00

ujetl (Micro Java ETL)

Originally written in the days of trying to do something, with no budget, I wrote this out of necessity. I subsequently got permission to open-source it so long as there were no references to the company in it. So this is the cleaned up version, with a few additional features added and the things that turned out to be pointless removed.

It's probably the smallest functional ETL application with decent performance. Since I only use it on Postgres nowadays, it only officially supports Postgres at the moment. But in the near past it's worked pulling data from "several commercial databases" that don't like being named in benchmarks etc. and if you have the JDBC jars in your classpath then it should just work.