Closed Xuanwo closed 2 years ago
https://github.com/aos-dev/go-storage is an application-oriented unified storage layer for Golang. It has integrated with local file system, s3, gcs, azblob, oss, cos, dropbox and more storage services supports are on the way: https://github.com/aos-dev/go-storage/issues/536.
Maybe we can implement the Datastore interface based on go-storage so that we can store data on all services that go-storage supports.
Datastore
As go-storage is so general, maybe we can introduce a project called ipfs/go-datastore-aos?
ipfs/go-datastore-aos
References
https://github.com/aos-dev/go-storage is an application-oriented unified storage layer for Golang. It has integrated with local file system, s3, gcs, azblob, oss, cos, dropbox and more storage services supports are on the way: https://github.com/aos-dev/go-storage/issues/536.
Maybe we can implement the
Datastore
interface based on go-storage so that we can store data on all services that go-storage supports.As go-storage is so general, maybe we can introduce a project called
ipfs/go-datastore-aos
?References