Clever / optimus

Concurrently extract, transform, and load tables of data in Go
Apache License 2.0
34 stars 7 forks source link

RethinkDB Source? #43

Closed doodles526 closed 9 years ago

doodles526 commented 9 years ago

I've been doing some work with RethinkDB, and was wondering if having a RethinkDB source in the core would be useful, or just keep it on my own fork?

azylman commented 9 years ago

You shouldn't need to fork optimus to add a RethinkDB source? You can just leave the source in your code without forking optimus. We've done that in several places in our code for one-off source's (e.g. reading from Clever's API)

doodles526 commented 9 years ago

Good point. Will close