sgr
sgr copied to clipboard
Support for Azure blob store as well as S3
Hi,
Congratulations on a awesome product. I'm looking forward to experimenting with it some more. Currently you have S3 support, Any plans for Azure blob support?
Thanks
Darren
Thanks and congratulations on being the first issue in the repo!
It's definitely doable. The architecture we have in mind for external storage is that you have two Splitgraph engines, one acting as a client and one acting as the "registry". The registry stores the actual access credentials (e.g. S3 access/secret key) and delegates access to Splitgraph objects to the client when it needs to push/pull data (via S3 pre-signed URLs or Azure shared access signatures).
Does this work for your use case?
I think that would work.