#fs2

[ follow ]
fromMedium
6 days ago

Creating a smart home automation with Home Assistant and Scala fs2.

After some investigation, I found that Home Assistant has an integration with Node-RED - a graphical tool for manipulating data and event streams. It could probably satisfy most of my needs. But from time to time I remember that I'm a professional software developer, working with event streams for many years, and for this kind of problem there's nothing better than math (and Scala's type system, which supports it very well).
Software development
Software development
fromMedium
1 month ago

Streaming DynamoDB Data with Scanamo, Cats Effect, and FS2-The Memory-Safe Way

Use Cats Effect Resource with Scanamo to safely stream large DynamoDB query or scan results page-by-page to avoid loading all records into memory.
[ Load more ]