Daniel Mewes
Daniel Mewes
@doefler This issue is about the documentation for Horizon 2.0. The issue you're running into looks like an actual issue with the `hz migrate` command. Would you mind opening a...
@Karl01 Did you mean to open this in a different repository? This example is written in JavaScript, not Go.
Ah, I missed that there was a Go version of this. Maybe @segphault can change it when he has some time available. Alternatively a pull request would be welcome.
We might want to fix https://github.com/rethinkdb/example-pubsub/issues/4 before encouraging more wide-spread use of this as an independent library by publishing on NPM, but once we have that I don't see a...
Fair enough. We could make it clear in the packet description that this is just a demo library, but I can see that it might not be obvious enough and...
The list wasn't intended to be exhaustive, it was just a bunch of example queries. But since it has caused confusion, we should probably add a `find` query to it.
@Tryneus once things get a bit calmer, could you describe the basics of how to extend the Horizon server to perform tasks like this?
@ivan-kleshnin Yeah, essentially the `hz_` prefix means that this table contains metadata internal to Horizon. You can of course access it from your code if you want to, but its...
_prerequisites for production mode_ - Starting your own RethinkDB server, or setting the `start-rethinkdb` option explicitly - An SSL key/certificate pair (unless you want to run with `secure=false`) - A...
Oh the "Getting Started" guide is quite nice. I think the original intention behind the "tutorial" was something a bit more extensive where we write a full application. That's probably...