In the last article we added a menagerie of “production readiness” features like continuous integration tooling (automating test running a

Searching for RH Counterexamples — Exploring Data

submited by
Style Pass
2021-06-17 12:30:06

In the last article we added a menagerie of “production readiness” features like continuous integration tooling (automating test running and static analysis), alerting, and a simple deployment automation. Then I let it loose on AWS, got extremely busy with buying a house, forgot about this program for a few weeks (no alerts means it worked flawlessly!), and then saw my AWS bill.

So I copied the database off AWS using pg_dump (piped to gzip), terminated the instances, and inspected the results. A copy of the database is here. You may need git-lfs to clone it. If I wanted to start it back up again, I could spin them back up, and use gunzip | psql to restore the database, and it would start back up from where it left off. A nice benefit of all the software engineering work done thus far.

1255923956750926940807079376257388805204 00410625719434151527143279285143764977392 49474111379646103102793414829651500824447 17178682617437033476033026987651806835743 3694669721205424205654368862231754214894 07691711699791787732382878164959602478352 11435434547040000

Leave a Comment