joystick icon indicating copy to clipboard operation
joystick copied to clipboard

Add support for Clickhouse database

Open rglover opened this issue 3 years ago • 1 comments

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.

rglover avatar Sep 14 '22 16:09 rglover

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.

rglover avatar Aug 29 '25 00:08 rglover