davidmatos / NoSQL-Undo

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.

Home Page:http://www.gsd.inesc-id.pt/~dmatos/publication/nosql-undo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

davidmatos/NoSQL-Undo Stargazers