diff --git a/data/implementations.yaml b/data/implementations.yaml
index cb09104..eedb193 100644
--- a/data/implementations.yaml
+++ b/data/implementations.yaml
@@ -663,6 +663,16 @@
- plug
- postgres
+"Elixir - Phoenix / Postgres":
+ description:
+ An implmentation using Phoenix framework (v1.7), Ecto, and Elixir, deployed to Gigalixir. Written by Kai Puth.
+ live_url: https://todo-backend-phoenix-1-7.gigalixirapp.com/api/todos
+ sourcecode_url: https://github.com/kputh/todo_backend_phoenix_1_7
+ tags:
+ - elixir
+ - phoenix
+ - postgres
+
"Java - Axon + Spring Boot":
description:
Implementation using Axon, a Java CQRS framework, + Spring Boot. This version "cheats" by storing todos in an in-memory repository. By Ryan Oglesby