Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artur-sulej/deumbrellization
Example application used for talk on Code BEAM EU '23
https://github.com/artur-sulej/deumbrellization
elixir microservice phoenix-framework
Last synced: 3 months ago
JSON representation
Example application used for talk on Code BEAM EU '23
- Host: GitHub
- URL: https://github.com/artur-sulej/deumbrellization
- Owner: Artur-Sulej
- Created: 2023-02-19T23:29:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T21:21:50.000Z (about 1 year ago)
- Last Synced: 2024-10-12T07:15:30.316Z (4 months ago)
- Topics: elixir, microservice, phoenix-framework
- Language: Elixir
- Homepage: https://youtu.be/PyeUl4Go4Yk
- Size: 1.85 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deumbrellization
Example application used for the talk: "Deumbrellization – cheap microservices"
* [Presentation slides](talk_slides.pdf)
* [Talk video](https://www.youtube.com/watch?v=PyeUl4Go4Yk)## How to run?
in `apps/todo_web/` run:
`elixir --sname deumbrellization-todo-web -S mix phx.server`
in `apps/todo/` run:
`elixir --sname deumbrellization-todo -S mix run --no-halt`
Then open:
`http://localhost:4000/tasks`