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

Adds Append only functions #3

Closed Danwhy closed 5 years ago

Danwhy commented 5 years ago

Extracts append only functions from https://github.com/dwyl/phoenix-ecto-append-only-log-example/issues into a reusable module.

Currently using the name Alog but subject to change (#2)