🌲 alog (Append-only Log) is an easy way to start using the Lambda/Kappa architecture in your Elixir/Phoenix Apps while still using PostgreSQL (with Ecto).
This popped up on HN today and is basically what we had in mind for alog originally.
So if we can take a look at it, we might be able to use it and not have to reinvent the wheel.
The more we can offload from our main process, the better.
It's written in Go and at the time of writing there's no Elixir client/lib
https://hex.pm/packages?search=ImmuDB
To continue using Phoenix we would need an Ecto adapter so that it could be seamless ... ðŸ’
https://github.com/codenotary/immudb https://www.codenotary.com/blog/immudb-release-1-0/ via: https://news.ycombinator.com/item?id=27275691
This popped up on HN today and is basically what we had in mind for
alog
originally. So if we can take a look at it, we might be able to use it and not have to reinvent the wheel. The more we can offload from our main process, the better. It's written inGo
and at the time of writing there's noElixir
client/lib https://hex.pm/packages?search=ImmuDBTo continue using Phoenix we would need an
Ecto
adapter so that it could be seamless ... ðŸ’