Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
27 views

We are currently in the process of moving from rethinkdb to a relational database. We have some tables that are legacy and the data structures have gone through so much change that records are ...
Brunaldo's user avatar
0 votes
0 answers
462 views

I am trying to build a script, which would be running database queries on a pod, after loading node CLI. Manually, i run kubectl exec pod_name -- node test.js, and that would give me a CLI and I run ...
Sugesh Nair's user avatar
0 votes
1 answer
64 views

I am trying to use python to add elements nested array in a RethinkDB. I was able to edit the "vendors" list by using the following code. But now I want to append the array 1 nest deeper. ...
Charles Beyor's user avatar
0 votes
1 answer
102 views

I ran docker container with rethinkdb, then run go file for connecting to database, but I have errors while connecting. Hi, everyone. I need help with rethinkdb, I ran docker container: docker run --...
Искандер Шакиров's user avatar
0 votes
1 answer
516 views

i am Trying to connect my flutter chat app with Docker server (Rethinkdb) but the error on top is Showing Here is my CompositionRoot.dart : import 'package:chat/chat.dart'; import 'package:flutter/...
FERHATI KHALIL's user avatar
0 votes
0 answers
50 views

I am new to rethinkdb and want to setup development environment (particularly rethindb server) on my Ubuntu-20 box. I was able to build the source, thanks to very concise README! I want to run unit ...
Manoj Phatak's user avatar
0 votes
1 answer
39 views

I'm using Publish-Subscribe with RethinkDB. For exchange I use one db named 'RPI_messages' with three tables: Connector_messages MAC_messages Orders I want to introduce some basic authentication on ...
D Kuzmanovic's user avatar
1 vote
0 answers
58 views

I am trying to get the surrounding records based on a given record id. For example I have this records: [{id: 1, name: 'a'},{id: 2, name: 'b'},{id: 3, name: 'c'},{id: 4, name: 'd'},{id: 5, name: 'e'},{...
Jay-R Joseph Gabunada's user avatar
0 votes
1 answer
119 views

I'm still pretty new to Scala and arrived at some kind of typing-roadblock. Non-SQL databases such as mongo and rethinkdb do not enforce any scheme for their tables and manage data in json format. I'...
Nordwald's user avatar
  • 135
0 votes
1 answer
160 views

I am running a docker container for rethinkdb. I want to load data from the existing rethinkdb database(running on a Linux machine) to the containerized rethinkdb empty clusters. I also want all the ...
Akhilesh's user avatar
  • 109
2 votes
1 answer
170 views

Hello all, I am new to Rethink-db can anyone help me with this as i mentioned in above query. I am creating one java service with Rethink-db so whenever new entries inserted into Rethink-db a java ...
ChandraShekhara's user avatar
0 votes
1 answer
27 views

I would like to remove a sequence of objects 4 levels down, in this case I want to remove Level3 Root Level1 Level2 Level3 I am able to remove Level1 by using this logic r.table("TableName&...
Karthik Giddu's user avatar
1 vote
1 answer
558 views

I'm following a tutorial series that creates a messaging app in flutter. It's slightly outdated but I'm trying to follow along with the most updated version. I'm getting the following error: The ...
JohnBradens's user avatar
0 votes
1 answer
1k views

I'm following a tutorial that builds a messaging app using flutter and rethinkdb. It hasn't been updated for null safety, but I'm trying to move forward and learn it with the most updated packages &...
JohnBradens's user avatar
1 vote
0 answers
71 views

I am working on think, which should be "live". I.e. use web-sockets or SSE to show current data in browser. Source of my data are two and they should be combined with a bit of business logic....
Lubo's user avatar
  • 1,887

15 30 50 per page
1
2 3 4 5
96