TBD54566975 / dwn-server

DWN server - host anywhere publicly accessible for DIDs to use
Apache License 2.0
40 stars 41 forks source link

Implement cloud native stores #23

Closed michaelneale closed 1 year ago

michaelneale commented 1 year ago

related to https://github.com/TBD54566975/dwn-server/issues/10 (and perhaps after it) it may be worth considering implementations of MessageStore and DataStore which are "cloud native" ie blob stores (like s3) as well as key/value stores, allowing DWN to run in a "serverless" type of environment on AWS and GCP.

Note this is could be a little odd given that the D in DWN is decentralized but for some users, this would be useful.

adam4leos commented 1 year ago

closing this as internal collaboration is addressing requested feature atm