Luke Strickland

Launched QueryCanary, a tool for catching data integrity issues before they catch you!

by•

Hey folks, I just launched QueryCanary - a powerful tool that can help you catch potentially silent data integrity issues in your production database. You define simple SQL checks -- like daily user signups, abandoned cart counts, or even logic errors (e.g. cart_total_items > 10 && car_total_price) and QueryCanary will check those queries on your schedule. The tool will chart simple numerical values, and you'll get an email alert if any of our analyzers report issues with you data.

It's still too early for actually launching this on HN or Product Hunt, but I'm looking for early adopters to help polish the product and add improvements that are meaningful to you. Currently all implemented features are available for free, so go wild :P. If you are interested in giving it a try, please do, and let me know if you have any feedback or requests!

36 views

Add a comment

Replies

Best
Chad Whitacre

Nice! It seems like this could be a great tool for teams that forego db-level constraints for performance reasons, if you query daily or even hourly then you could catch any data integrity issues that accidentally—inevitably—slip in.