Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Azure blob store as well as S3 #271

Open
dazzag24 opened this issue Jul 1, 2020 · 2 comments
Open

Support for Azure blob store as well as S3 #271

dazzag24 opened this issue Jul 1, 2020 · 2 comments

Comments

@dazzag24
Copy link

dazzag24 commented Jul 1, 2020

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

@mildbyte
Copy link
Contributor

mildbyte commented Jul 2, 2020

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?

@dazzag24
Copy link
Author

I think that would work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants