ryanpepe2000 / mscs710-backend

Project for capping.
MIT License
1 stars 1 forks source link

Database Pruning - Matrix Systems #31

Open casaltarelli opened 2 years ago

casaltarelli commented 2 years ago

Purpose As we collect various metric data from our customer's devices we must implement functionality that will clean data from our database that is older than 1 week

This can be done either though a server-side event or can be handled within our MySQL Database

Expected Behavior As an admin for Matrix Systems, I should not be able to view any metric data collected from a respective devices that is older than 1 week from the current day.

ryanpepe2000 commented 2 years ago

The database pruning functionality should be implemented on MySQL via AWS tools. If these tools are not available, this functionality can be implemented server-side