dwyl / alog

🌲 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).
GNU General Public License v2.0
15 stars 2 forks source link

ImmuDB 1.0 #59

Open nelsonic opened 3 years ago

nelsonic commented 3 years ago

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 in Go and at the time of writing there's no Elixir client/lib https://hex.pm/packages?search=ImmuDB image

To continue using Phoenix we would need an Ecto adapter so that it could be seamless ... 💭