Awesome Erlang [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Analytics](https://ga-beacon.appspot.com/UA-82766782-1/awesome-erlang?flat&useReferer)](https://github.com/drobakowski/awesome-erlang) A curated list of amazingly awesome Erlang libraries, resources and shiny thing inspired by [awesome-elixir](https://github.com/h4cc/awesome-elixir). - [Awesome Erlang](#awesome-Erlang) - [Package Management](#package-management) - [Release Management](#release-management) - [Configuration Management](#configuration-management) - [Codebase Maintenance](#codebase-maintenance) - [Web Frameworks](#web-frameworks) - [Web Framework Components](#web-framework-components) - [HTTP](#http) - [Testing](#testing) - [Logging](#logging) - [Monitoring](#monitoring) - [Deployment](#deployment) - [Distributed Systems](#distributed-systems) - [Code Analysis](#code-analysis) - [Build Tools](#build-tools) - [Geolocation](#geolocation) - [Debugging](#debugging) - [Actors](#actors) ## Code Analysis *Libraries and tools for analysing, parsing and manipulation codebases.* * [Concuerror](https://github.com/parapluu/Concuerror) - Concuerror is a systematic testing tool for concurrent Erlang programs. * [eflame](https://github.com/proger/eflame) - A Flame Graph profiler for Erlang. ## Third Party APIs *Libraries for accessing third party APIs.* * [restc](https://github.com/kivra/restclient) - An Erlang REST client * [oauth2c](https://github.com/kivra/oauth2_client) - An Erlang oAuth 2 client (uses restc) # Websites *Useful web and Erlang-related websites and newsletters.* * [Erlang Bookmarks](https://github.com/0xAX/erlang-bookmarks/wiki/Erlang-bookmarks) - All about erlang programming language [powerd by community]. * [Erlang Central](https://erlangcentral.org/) - An awesome collections of erlang resource along with live community chat for discussing and seeking help. * [Planet Erlang](http://www.planeterlang.com/) - Planet site/RSS feed of blog posts covering topics across the Erlang ecosystem. * [Spawned Shelter](http://spawnedshelter.com/) - Erlang Spawned Shelter. A collection of the best articles, videos and presentations related to Erlang. ## Book Reading *Erlang-releated reading materials.* * [The Joy of Erlang; Or, How To Ride A Toruk](http://www.evanmiller.org/joy-of-erlang.html) - The Joy of Erlang; Or, How To Ride A Toruk A fast track introduction to Erlang that teaches the language by walking through a few example projects.