I tried to put together a Horizon app with an externally hosted RethinkDB and I couldn't seem to get it to work with existing tools. I understand Horizon includes a server-side API component, which may be why.
I want to be able to directly insert and/or update documents in my RethinkDB from an external server, and have those updates be pushed to subscribed browsers. Is this possible and/or wise?
Preferably this would not involve my Horizon express server at all. I would prefer to not have to expose my own API to do this.