ipfs / notes

IPFS Collaborative Notebook for Research
MIT License
401 stars 30 forks source link

go-datastore implmentations based on aos-dev/go-storage #447

Closed Xuanwo closed 2 years ago

Xuanwo commented 3 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.

As go-storage is so general, maybe we can introduce a project called ipfs/go-datastore-aos?

References