5 ms·
We're a small, bootstrapped company with 2 people. Some data is millions of rows others are billions. Goal for us is KISS. Keeping everything as simple as poss
by thecodemonkey 7y ago
We're a small, bootstrapped company with 2 people. Some data is millions of rows others are billions.
Goal for us is KISS. Keeping everything as simple as possible -- both in terms of infrastructure, ease of use and cost.
Primary we're using Metabase in front of multiple MariaDB instances. Metabase is absolutely fantastic!
We also have a couple of additional small projects:
- A small Node.js app that receives events live via fluentbit, saves them off in MariaDB and sends text message notifications via Twilio when certain thresholds are exceeded
- A small "ETL" app that polls the Stripe and QuickBooks API to mirror data in a MariaDB database so we can easily access it from Metabase