|
|
|
|
|
by argonium
4044 days ago
|
|
I'm working on Beetle, a command-line ETL tool written in Java (if it goes well, I'll add a Swing interface). It's rudimentary at this point, but soon you'll be able to execute a SQL query and save the data to XML, JSON, YAML or a SQL script of Insert statements. You'll also be able to generate fake data in any of those formats, and also translate data between those formats, or push the data directly into a database. Any database with a JDBC driver is supported. As it gets more robust, I'll add features that seem useful. https://github.com/argonium/beetle-cli |
|