Micro Java ETL, a tiny ETL tool.
Find a file
2019-06-18 09:37:53 +01:00
build_util Add dockerised tests 2019-06-17 12:53:31 +01:00
docker Add dockerised tests 2019-06-17 12:53:31 +01:00
install_extra Fix java version, and logging configs 2019-06-11 16:25:30 +01:00
src Fix copy/paste error in poll timeout config 2019-06-18 08:31:46 +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 Bump version after config fix 2019-06-18 09:37:53 +01:00
README.md Improve thread cleanup code 2019-05-13 09:53:25 +01:00
uJETL.spec Bump version after config fix 2019-06-18 09:37:53 +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.