6 ms·
Very interesting! How does it work?
by roygbiv2 3mo ago
Very interesting! How does it work?
- clintmcmahon 3mo agoThe main worker is a .Net API with Hangfire that hits a public facing API from the radio station. That data is stored in a MySQL database that feeds a React dashboard front end. There's some caching that happens behind the scenes to help with some of the large data crunching.
- roygbiv2 3mo agoAh the radio station has an api. I was thinking you were doing song matching or something, nope much simpler than that!