You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there support for getting merges up to a count of "operations"?
We've implemented this using dynamodb where every write gets a ulid appended with it. And when we load a yjs document, all the "operations" are loaded up to the ulid and then merged. This gives a sort of versioning to go back in time and see document history.
Is such a thing supported here? We're considering migrating over.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
Is there support for getting merges up to a count of "operations"?
We've implemented this using dynamodb where every write gets a ulid appended with it. And when we load a yjs document, all the "operations" are loaded up to the ulid and then merged. This gives a sort of versioning to go back in time and see document history.
Is such a thing supported here? We're considering migrating over.
Thanks!
Sam
Beta Was this translation helpful? Give feedback.
All reactions