There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
NoSQL-Undo is a prototype of a recovery tool that allows database administrators to remove the effect of undesirable actions by undoing operations, leading the database to a consistent state. NoSQL-Undo leverages the logging and snapshot mechanisms of NoSQL databases, and is able to undo operations as long as they are present in the logs. The current prototype supports MongoDB and can be extended for other NoSQL DBMS.