Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis Client Added #55

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -85,6 +85,7 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing
*Libraries for working with HTTP and scraping websites.*

* [bullet](https://github.com/ninenines/bullet) - Simple, reliable, efficient streaming for Cowboy.
* [elli](https://github.com/knutin/elli) - Simple, robust and performant Erlang web server
* [gun](https://github.com/ninenines/gun) - Erlang HTTP client with support for HTTP/1.1, SPDY and Websocket.
* [hackney](https://github.com/benoitc/hackney) - Simple HTTP client in Erlang.
* [ibrowse](https://github.com/cmullaparthi/ibrowse) - Erlang HTTP client.
Expand All @@ -94,6 +95,7 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing
## Testing
*Libraries for testing codebases and generating test data.*

* [etest](https://github.com/wooga/etest) - A lightweight, convention over configuration test framework for Erlang
* [PropEr](https://github.com/manopapad/proper) - A QuickCheck-inspired property-based testing tool for Erlang.
* [tracerl](https://github.com/esl/tracerl) - Dynamic tracing tests and utilities for Erlang/OTP

Expand Down Expand Up @@ -168,6 +170,7 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing

* [boss_db](https://github.com/ErlyORM/boss_db) - A sharded, caching, pooling, evented ORM for Erlang.
* [epgsql](https://github.com/epgsql/epgsql) - PostgreSQL Driver for Erlang.
* [eredis](https://github.com/wooga/eredis) - Erlang Redis Client
* [mysql-otp](https://github.com/mysql-otp/mysql-otp) - MySQL/OTP – MySQL driver for Erlang/OTP.
* [pgsql_migration](https://github.com/artemeff/pgsql_migration) – PostgreSQL migrations for Erlang.

Expand Down Expand Up @@ -227,6 +230,7 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing
*Libraries and implementations of algorithms and datastructures.*

* [erlando](https://github.com/travelping/erlando) - A set of syntax extensions like currying and monads for Erlang.
* [rstats](https://github.com/hukl/rstats) - Various statistical distribution algorithms (poisson, exponential, normal etc)
* [statebox](https://github.com/mochi/statebox) - Erlang state "monad" with merge/conflict-resolution capabilities.
* [riak_dt](https://github.com/basho/riak_dt) - Erlang library of state based CRDTs.

Expand Down