- Scala Basics - https://twitter.github.io/scala_school/basics2.html
- Scalabridge - http://www.scalabridge.org/creative-scala-v2.html (this might also be handy if you’re interested https://scalabridge.gitbooks.io/curriculum/content/)
Follow
- Option 1: Running docker comamnds https://getkong.org/install/docker/
- Option 2: Using docker-compose https://github.com/Kong/docker-kong/tree/master/compose
Prometheus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Notes on prometheus with elixir and grafana | |
## Integrations | |
https://elixirforum.com/t/prometheus-io-elixir-integrations/1796/11 | |
## Examples | |
https://hexdocs.pm/prometheus_ex/time.html#content | |
## Grafana | |
https://prometheus.io/docs/visualization/grafana/ |
Absinthe is a library in Elixir that allows GraphQL APIs to be built