splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
388 stars 9 forks source link

rust s3 #464

Closed gedw99 closed 6 months ago

gedw99 commented 7 months ago

I have been using garage , which is a rust based s3.

It supports replication between datacenter and also tiering, so that you can keep your data origin at Backblaze.

fly.io is also doing a similar things now too: v

gruuya commented 6 months ago

I think this store type is already supported by the existing S3 config, like MinIO is https://github.com/splitgraph/seafowl/blob/ddf9c899da60bfd7162f61e19cf454dfb7863e6e/tests/statements/mod.rs#L77-L83

Let me know if that's not the case.