Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 348 Bytes

RethinkDB adaptor

The RethinkDB adaptor is capable of reading/tailing tables and receiving data for inserts.

Configuration:

r = rethink({
  "uri": "rethink://127.0.0.1:28015/",
  // "timeout": "30s",
  // "tail": false,
  // "ssl": false,
  // "cacerts": ["/path/to/cert.pem"]
})