Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Bigbash – Generate bash one-liners from SQL queries on files without DB
(
github.com
)
9 points
by
bobivl
3675 days ago
3 comments
dahdum
3672 days ago
This is impressive. Java is a minor bother, would be running it in dev and then dropping the bash script onto prod anyway.
link
tacone
3675 days ago
Uhm, TBH installing Java seems an overkill as well. I understand that parsing SQL would be harder without it, though.
It would be very nice to have a Rust/Go implementation.
link
bobivl
3675 days ago
Java is only necessary for the "compilation" of the query. The resulting bash script uses only standard unix tools and runs without java.
link
gabrielcsapo
3673 days ago
This is very cool! I do agree that installing java is downside :(
link