Today I Learned

Giant Monkeys Learning

2 posts about #Elixir / Phoenix

Get the database URL of a Gigalixir app via CLI

Install jq if you haven't already.

Then

gigalixir pg | jq ".[0].url"

Gigalixir is a Heroku alternative for Elixir

Heroku works as a platform for deploying Elixir apps, but has some serious limitations.

Gigalixir is an interesting alternative that was tailored to provide the full Elixir experience in a very Heroku-like fashion including * a powerful CLI * configuration via env vars and * deployments via git push.

You can see it working right here!