docs icon indicating copy to clipboard operation
docs copied to clipboard

RethinkDB documentation

Results 108 docs issues
Sort by recently updated
recently updated
newest added

The code seems at best loosely connected to its own descriptions, and the input dataset is absurdly complicated.

enhancement

We should write an example on how to catch errors and how to access the error types (in all languages) It's somehow the documentation for https://github.com/rethinkdb/rethinkdb/issues/1926

enhancement

People still have a lot of good architecture questions. Here are some asked by Leif that really should be answerable by pasting a link to appropriate docs: https://groups.google.com/forum/#!topic/rethinkdb/kCozjR3b_es

enhancement

We use the terms `row` and `document` in the docs. Let's just use `document`.

enhancement
not_settled

And make them pretty icons (instead of a bar like in the API docs)! Also, API docs should show links to edit doc entries that don't have their own page.

enhancement
system

We should have some docs that explain how to easily migrate data from MongoDB and MySQL.

more

The ten minute guide includes a dataset that's relatively annoying to copy paste (it's not too big, but big enough that copy pasting is a pain). We should upload it...

enhancement

One connection per request vs pool See https://groups.google.com/forum/?fromgroups#!topic/rethinkdb/8cS-w0IzTJU

enhancement

See http://pastebin.com/GGqiqbKu We should actually write a whole example on how to connect, bind listeners for errors, run a query, close the connection.

If someone does a write (like an insert), a few things can happen - They can get back an error (if a table doesn't exist for example) - They can...