yorkie-team / yorkie

Yorkie is a document store for collaborative applications.
https://yorkie.dev
Apache License 2.0
729 stars 129 forks source link

Support DynamoDB #533

Open hackerwins opened 1 year ago

hackerwins commented 1 year ago

Description:

Support DynamoDB.

Yorkie cluster stores data, including documents and changes, in DB. Currently, it supports MongoDB and in-memory DB for testing purposes. https://github.com/yorkie-team/yorkie/tree/main/server/backend/database

Why:

Using managed DB like DynamoDB on AWS is an effective way to operate the cluster in the cloud, compared to self-hosting. Supporting DynamoDB would ensure the stable operation of the demo cluster, which is currently hosted on AWS.

sullyvannunes commented 12 months ago

I am interested in this issue. Can I work on it?

hackerwins commented 12 months ago

@sullyvannunes Of course. If you have any questions, please feel free to let us know.