House Databases

Tuesday, Jul 28, 2026

Databases for my house!

I stood up some databases using Docker Compose for my house. The databases I stood up are:

  • PostrgeSQL
  • MySQL
  • Redis
  • MongoDB
  • Neo4j

I primarily use PostgreSQL now though, but when I started I was trying to use all of them.

Lately I've been tracking stock prices and financial data, by querying an API and inserting them. Then I craft SQL scripts to display them to manage my stock portfolio.