-
Notifications
You must be signed in to change notification settings - Fork 64
Home
Nick edited this page May 18, 2015
·
36 revisions
- RethinkDB-Elixir, is a pipline enabled (see not below) Rethinkdb 2.0+ client that's implemented in Elixir. It utilizes the Rethinkdb JSON client protocol, and replaces an older driver that utilized protocol buffers.
- A tutorial that uses the Phoenix Web Framework. Please note that this tutorial doesn't currently work with newer version of the RethinkDB-Elixir driver.
Pipeline Note: "pipeline enabled" - This driver, unlike the official Rethinkdb drivers, takes advantage of connection pipelining, where multiple requests can be sent across the same connection and will be processed in parallel. This is distinctly different than an Elixir pipeline.