-
Testing and editing for 00073 -Install and Configure RethinkDB - CentOS 6
-
Hi
This project looks promising - do you have any plans to add more functionality? I've recently written these 2 projects:
https://github.com/kingsleyh/crystal-rethinkdb
https://github.com/king…
-
**Describe the bug**
When running a rethinkdb restore and a single document exceeds the max document size, instead of seeing the expected error message you see `'JsonSourceFile' object has no attribu…
-
I'm trying to run rethinkDB inside a docker container on Raspbian. Mine is a Raspberry Pi 3. This is my dockerfile:
```
FROM ubuntu:latest
ARG BUILD_DATE
ARG VCS_REF
# Set environment var…
-
That's it.
Running `rethinkdb restore` on Windows 10 Fall Creators Update ends up with the following output:
```
C:\Users\Yomura\Documents\rethinkdb-2.3.6>rethinkdb restore rethinkdb_dump_2017-12…
-
Hello,
first of all, thank you very much for your work on RethinkDB, which is a really awesome tool :)
I’m experiencing a little problem however: me and my team need a Windows 32 bits version of…
-
So interesting thing happened today, after running rehtinkdb 2 years with no hiccup this happened today:
```
2019-03-09T05:08:01.496902215 72662409.026719s error: Error in src/extproc/extproc_spawner…
-
I am simply trying to read all selected fields from a RethinkDB table into memory to construct a pandas DataFrame from it.
The table is indexed by an integer primary key and the database runs only one…
-
Some API changes were made and now groupBy is gone and was replaced by group and the like. Need to found these problems and fix them.
-
We need to test the following things, with a database created in v1.13, then re-opened in v1.14:
- Secondary indexes with bad key ordering must still "work" (see #2789) **Update: It works!**
- Second…