Ranked awesome lists, all in one place
This list is a copy of drobakowski/awesome-erlang with ranks
Awesome Erlang ★869
A curated list of amazingly awesome Erlang libraries, resources and shiny thing inspired by awesome-elixir ★8188.
- Awesome Erlang
- Package Management
- Release Management
- Configuration Management
- Codebase Maintenance
- Web Frameworks
- Web Framework Components
- HTTP
- Testing
- Logging
- Monitoring
- Deployment
- Distributed Systems
- Code Analysis
- Build Tools
- Geolocation
- Debugging
- Actors
- Date and Time
- ORM and Datamapping
- Queue
- Authentication
- Text and Numbers
- REST and API
- Caching
- Third Party APIs
- Networking
- Internet of Things
- Algorithms and Datastructures
- Translations and Internationalizations
- Miscellaneous
- Resources
- Other Awesome Lists
- Contributing
Package Management
Libraries and tools for package and dependency management.
- hex.pm - A package manager for the Erlang ecosystem.
Release Management
Libraries and tools for release management.
- relx ★510 - A release assembler for Erlang.
Configuration Management
Libraries and tools related to configuration management.
- stillir ★37 - Cache environment variables as Erlang app variables.
Codebase Maintenance
Libraries and tools to maintain a clean codebase.
- elvis ★303 - Erlang Style Reviewer.
Web Frameworks
Web development frameworks.
- Axiom - A micro-framework, inspired by Ruby’s Sinatra ★10004.
- ChicagoBoss ★1726 - A server framework inspired by Rails and written in Erlang.
- cowboy ★4998 - A simple HTTP server.
- Giallo - A small and flexible web framework on top of Cowboy ★4998.
- MochiWeb ★1606 - An Erlang library for building lightweight HTTP servers.
- N2O ★1104 - WebSocket Application Server.
- Nitrogen ★838 - Framework to build web applications (including front-end) in pure Erlang.
- Zotonic ★559 - High speed, real-time web framework and content management system.
Web Framework Components
Standalone component from web development frameworks.
- cb_admin ★72 ⏳2Y - An admin interface for Chicago Boss.
- cb_websocket_controller ★7 ⏳5Y - A template for implementing a Websocket controller for ChicagoBoss.
- giallo_session ★10 ⏳4Y - A session management library for the Giallo web framework.
- simple_bridge ★92 ⏳1Y - An abstraction layer providing a unified interface to popular Erlang web servers (Cowboy, Inets, Mochiweb, Webmachine, and Yaws).
HTTP
Libraries for working with HTTP and scraping websites.
- bullet ★295 ⏳1Y - Simple, reliable, efficient streaming for Cowboy.
- gun ★435 - Erlang HTTP client with support for HTTP/1.1, SPDY and Websocket.
- hackney ★837 - Simple HTTP client in Erlang.
- ibrowse ★476 - Erlang HTTP client.
- lhttpc ★121 ⏳1Y - A lightweight HTTP/1.1 client implemented in Erlang.
- shotgun ★121 - For the times you need more than just a gun.
Testing
Libraries for testing codebases and generating test data.
- PropEr - A QuickCheck-inspired property-based testing tool for Erlang.
- tracerl ★16 ⏳3Y - Dynamic tracing tests and utilities for Erlang/OTP
Logging
Libraries for generating and working with log files.
- lager ★24 ⏳1Y - A logging framework for Erlang/OTP.
- lager_amqp_backend ★33 ⏳6Y - AMQP RabbitMQ Lager backend.
- lager_hipchat ★6 ⏳1Y - HipChat backend for lager.
- lager_loggly ★16 ⏳1Y - Loggly backend for lager.
- lager_smtp ★13 ⏳5Y - SMTP backend for lager.
- logplex ★839 - Heroku log router.
Monitoring
Libraries for gathering metrics and monitoring.
- entop ★245 - A top-like Erlang node monitoring tool.
- eper ★420 - A loose collection of Erlang Performance related tools.
- Exometer ★446 - An Erlang instrumentation package.
- folsom - An Erlang based metrics system inspired by Coda Hale’s metrics ★429 ⏳1Y.
- statsderl ★82 - A statsd Erlang client.
- vmstats ★182 - Tiny Erlang app that works in conjunction with statsderl in order to generate information on the Erlang VM for graphite logs.
Deployment
Libraries and tools related to deployment of Erlang/OTP applications.
- docker-erlang ★4 - Basic Docker Container Images for Erlang/OTP.
Distributed Systems
Tools for stress/load testing, latency issues, etc. across microservices.
- Typhoon - Stress and load testing tool for distributed systems that simulates traffic from a test cluster toward a system-under-test (SUT) and visualizes related latencies.
Code Analysis
Libraries and tools for analysing, parsing and manipulation codebases.
- Concuerror ★157 - Concuerror is a systematic testing tool for concurrent Erlang programs.
- eflame ★268 - A Flame Graph profiler for Erlang.
Build Tools
Project build and automation tools.
- rebar ★929 - Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
- rebar3 - A build tool for Erlang which can manage Erlang packages from Hex.pm. See more at rebar3.org
- sync ★634 - On-the-fly recompiling for Erlang.
Geolocation
Libraries for geocoding addresses and working with latitudes and longitudes.
- erl-rstar ★39 - An Erlang implementation of the R*-tree spacial data structure.
- GeoCouch ★477 - A spatial extension for Couchbase and Apache CouchDB.
- Teles ★12 ⏳1Y - An Erlang network service for manipulating geographic data.
Debugging
Libraries and tools for debugging code and applications.
- tx ★64 ⏳3Y - An HTML Erlang term viewer, starts own webserver and displays any term you give it from your Erlang node.
Actors
Libraries and tools for working with actors and such.
- poolboy ★1059 - A hunky Erlang worker pool factory.
Date and Time
Libraries for working with dates and times.
- erlang_localtime ★40 ⏳1Y - Erlang library for conversion from one local time to another.
- qdate ★202 - Erlang date, time, and timezone management: formatting, conversion, and date arithmetic.
ORM and Datamapping
Libraries that implement object-relational mapping or datamapping techniques.
- boss_db ★256 - A sharded, caching, pooling, evented ORM for Erlang.
- epgsql ★235 - PostgreSQL Driver for Erlang.
- mysql-otp ★236 - MySQL/OTP – MySQL driver for Erlang/OTP.
- pgsql_migration ★12 – PostgreSQL migrations for Erlang.
Queue
Libraries for working with event and task queues.
- dq ★26 ⏳3Y - Distributed Fault Tolerant Queue library.
- ebqueue ★5 ⏳3Y - Tiny simple blocking queue in erlang.
- pqueue ★104 - Erlang Priority Queues.
- tinymq ★102 - A diminutive, in-memory message queue for Erlang.
Authentication
Libraries for implementing authentications schemes.
- oauth2 ★195 - Erlang Oauth2 implementation.
Text and Numbers
Libraries for parsing and manipulating text and numbers.
- eql ★76 - Erlang with SQL or not.
- jiffy ★662 - JSON NIFs for Erlang.
- jsx ★568 - An erlang application for consuming, producing and manipulating json.
- miffy ★2 - Jiffy wrapper which returns pretty maps.
- qsp ★15 ⏳1Y - Enhanced query string parser for Erlang.
- rec2json ★33 - Generate JSON encoder/decoder from record specs.
REST and API
Libraries and web tools for developing REST-ful APIs.
- leptus - Leptus is an Erlang REST framework that runs on top of cowboy.
Caching
Libraries for caching data.
- cache ★97 - In-memory Segmented Cache
Third Party APIs
Libraries for accessing third party APIs.
- restc ★67 - An Erlang REST client
- oauth2c ★58 - An Erlang oAuth 2 client (uses restc)
Networking
Libraries and tools for using network related stuff.
- barrel_tcp ★84 ⏳2Y - barrel_tcp is a generic TCP acceptor pool with low latency in Erlang.
- gen_rpc ★159 - A scalable RPC library for Erlang-VM based languages.
- gen_tcp_server ★9 ⏳3Y - A library that takes the concept of gen_server and introduces the same mechanics for operating a TCP server.
- gossiperl ★36 ⏳3Y - Language agnostic gossip middleware and message bus written in Erlang.
- nat_upnp ★38 - Erlang library to map your internal port to an external using UNP IGD.
- ranch ★808 - Socket acceptor pool for TCP protocols.
Internet of Things
Libraries and tools for interacting with the physical world.
- lemma_erlang ★4 - A lemma for IDEO’s Noam internet-of-things prototyping platform.
Algorithms and Datastructures
Libraries and implementations of algorithms and datastructures.
- datum ★61 - A pure functional and generic programming for Erlang
- erlando ★2 ⏳1Y - A set of syntax extensions like currying and monads for Erlang.
- statebox ★234 ⏳3Y - Erlang state “monad” with merge/conflict-resolution capabilities.
- riak_dt ★241 - Erlang library of state based CRDTs.
Translations and Internationalizations
Libraries providing translations or internationalizations.
Miscellaneous
Useful libraries or tools that don’t fit in the categories above.
- erlang-history ★480 - Hacks to add shell history to Erlang’s shell.
- erld ★194 ⏳2Y - erld is a small program designed to solve the problem of running Erlang programs as a UNIX daemon.
Resources
Various resources, such as books, websites and articles, for improving your Erlang development skills and knowledge.
Websites
Useful web and Erlang-related websites and newsletters.
- Erlang Bookmarks - All about erlang programming language [powerd by community].
- Erlang Central - An awesome collections of erlang resource along with live community chat for discussing and seeking help.
- Planet Erlang - Planet site/RSS feed of blog posts covering topics across the Erlang ecosystem.
- Spawned Shelter - Erlang Spawned Shelter. A collection of the best articles, videos and presentations related to Erlang.
Books
Fantastic books and e-books.
- Erlang and Elixir for Imperative Programmers - Introduction to Erlang and Elixir in the context of functional concepts by Wolfgang Loder (2016)
- Learn You Some Erlang - Learn you some Erlang - for great good! A very thorough resource covering everything from beginning Erlang programming to large-scale development and deployment.
- Stuff Goes Bad - ERLANG IN ANGER - This book intends to be a little guide about how to be the Erlang medic in a time of war.
Web Reading
General web-development-related reading materials.
Erlang Reading
Erlang-releated reading materials.
- The Joy of Erlang; Or, How To Ride A Toruk - 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.
Screencasts
Cool video tutorials.
Contributing
Please see CONTRIBUTING for details. —
This list is a copy of drobakowski/awesome-erlang with ranks