Subscribing to RethinkDB Record Changes in Go
RethinkDB is a document storage database with excellent clustering capabilities. However it can also auto notify when records are updated in real-time, and this article is going to explore how to do that using Go. What is RethinkDB? RethinkDB is a document storage database with a lot of really nice modern features, like multiple nodes joining a cluster …