Memento Database Tutorial Hot Instant

While CRDTs solve merge conflicts, Mementos solve . Use the Memento pattern to allow users to "fork" a document from a previous snapshot.

Problem: You restore a memento, but the user_id (foreign key) references a user who has since been deleted. Hot Fix: Use Soft Deletes on all related tables. Never hard delete a record that exists in a memento snapshot. memento database tutorial hot

sudo apt-get update sudo apt-get install -y wget wget https://github.com/mementodb/memento/releases/download/v0.9.0/memento-0.9.0-linux-amd64.tar.gz tar -xvf memento-0.9.0-linux-amd64.tar.gz sudo cp memento-0.9.0/bin/memento /usr/local/bin/ While CRDTs solve merge conflicts, Mementos solve

Memento Database is "hot" because it represents a shift in mobile computing. Users are tired of apps that do one thing well. They want a that can morph into a wine logger, a CRM, a project manager, and a comic book tracker all at once. Hot Fix: Use Soft Deletes on all related tables