Open pontikos opened 5 years ago
Implement audit trail. Backup and archive table every few days.
http://blog.appliedinformaticsinc.com/implementing-hipaa-compliant-audit-trails-using-sqlalchemy-orm-queries/
https://github.com/onecodex/chrononaut
https://github.com/kvesteri/sqlalchemy-continuum
Whether or not we stick to sqlalchemy it's important to have a log of updates on the individual table (and related tables) of the db. Tables that need to be audited in the new schema we are designing are:
Implement audit trail. Backup and archive table every few days.
http://blog.appliedinformaticsinc.com/implementing-hipaa-compliant-audit-trails-using-sqlalchemy-orm-queries/