Upgrade to Pro — share decks privately, control downloads, hide ads and more …

RCOUCH

 RCOUCH

Benoît Chesneau will present RCOUCH a document oriented database for offline-first applications.

Benoît Chesneau is a French web craftsman, living near Paris. He has years of experience in building small and big-scale database backend websites. He is the founder of a company building innovative web services and open-source applications. Benoît Chesneau is also the founder of the Refuge and RCOUCH projects and the author of Gunicorn and multiple other opensource projects in Python and Erlang.

erlang.paris

June 29, 2015
Tweet

More Decks by erlang.paris

Other Decks in Technology

Transcript

  1. • A CouchDB flavour • View changes and view-based replication

    • Easy to extend • Correctness • Performant About
  2. • View engine, couchapps in JS… • Or any language.

    • A language using the Erlang VM is quite easy • 2.0 will have support of LFE, LUA, Elixir A good ADN
  3. • View engine, couchapps in JS… • Or any language.

    • A language using the Erlang VM is quite easy • 2.0 will have support of LFE, LUA, Elixir A good ADN
  4. • In rcouch a language is viewed as a process

    • Input/Output protocole • building elixir: rebar(3) plugin • same for other languages • shipped in a release or loaded How: M/R & COUCHAPPS
  5. • Cluster Of Unreliable Commodity Hardware • Decentralised • works

    in condition when we can’t achieve the “quorum” A good ADN