joystick
joystick copied to clipboard
Add support for Clickhouse database
Looks to be fairly straightforward and would make Joystick a solid choice for data-intensive apps. I think we can get the binaries we need so install/startup would be dirt simple.
To do this, we'll basically just need to upload the binaries for MacOS and Linux via a path like:
https://builds.clickhouse.com/master/macos-aarch64/clickhouse
We don't have to provide that, just curl the clickhouse installer to the machine, grab the binary, toss it to R2. Everything else is just wiring up the CLI and Node driver.