Skip to content

Supervised Changefeeds for RethinkDB and Elixir

Notifications You must be signed in to change notification settings

point/rethinkdb_changefeed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RethinkDB.Changefeed Build Status

Supervised changefeeds for RethinkDB and Elixir. This package was previously a part of the RethinkDB driver. It was broken out into a separate package to enable an independent release cycle.

Installation

  1. Add rethinkdb_changefeed to your list of dependencies in mix.exs:

    def deps do [{:rethinkdb_changefeed, "~> 0.0.1"}] end

  2. Ensure rethinkdb_changefeed is started before your application:

    def application do [applications: [:rethinkdb_changefeed]] end

About

Supervised Changefeeds for RethinkDB and Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%