A FastAPI service that scrapes SEC Form 4 insider trading data from openinsider.com, stores it in SQLite, and serves it through a secured, rate-limited REST API — built as a backend data layer for my trade journal.
About Redis, it only took me ~3 hours to re-deploy FastAPI app with redis, lol.
Now that I have my Raspberry Pi setup, it's time to move this website (boring-is-good.com) to Pi.
As of 2022, there are ~1.8 billions websites (unique domain names). 17% of all websites, that is, ~300 million are active. The rest are parked domains or similar. Let's unleash another domain to the internet. 😆
Part 2 of Docker to the rescue! A short description of docker compose with a simple example: Docker Compose is a neat way to connect different docker containers as a single service.