项目作者: shashankpolanki

项目描述 :
Application to recover a realtime AWS Dynamodb table data without losing newly added data to resolve damages from spam attacks and accidental data deletions
高级语言: Python
项目地址: git://github.com/shashankpolanki/Realtime-DB-Recovery-System.git


Realtime-DB-Recovery-System

Application to recover a dynamic dynamodb table without losing newly added data in realtime. This application allows a user to pick two points in time from which they can undo the records added/deleted in order to recover a table from a ddos spam attack or an accidental deletion of data.

Next steps are to integrate anomaly detection functionality to intelligently figure out if a spam attack has occurred.