First get rethinkdb running and working in node without feathersjs. If you can do that, then following the example on the last link above should work. I've never tried though, so I can't really help. Sorry.
JL Claure
@JuanLuisClaure
thanks for the help I will do it thanks for the advice. I will read more rethinkDB
Hey gus. How can I rename the nodes server with command after the first start
Adrian
@theorye
Anyone have experience with NGINX and Rethinkdb?
Andrew Balmos
@abalmos
This message was deleted
Dylan Smith
@dylansmith
hey all, am I correct in thinking that I have to manually reconfigure rethinkdb tables after a new server joins the cluster? Each table has 1 shard and 3 replicas. After the new server joins, the tables are ready, but only have 2/3 replicas.
Dylan Smith
@dylansmith
should also say that we are hosting on EC2, so the new server has a different IP/name to the one that died
Adrian
@theorye
@dylansmith you may want to check out the slack channel
Dylan Smith
@dylansmith
@theorye ok, thanks
özgür
@altunyurt
how can i get the lat and long of r.point(1,2)? r.point(1,1)("coordinates") or r.point(1,1)["coordinates"] or the many other things i've tried are just returning errors about this type of object can not be accessed like that and such...
@sirvonthomas
@sirvon
w
1 us
Lucas Badico
@LucasBadico
Guys how to read a file image stored in the rethinkdb?
I want to write it on my webpage
Benjamin
@pushad
@LucasBadico if the images are stored inside rethinkdb, you would want to base64 encode the data and put the encoded image as follows: https://css-tricks.com/data-uris/
Lucas Badico
@LucasBadico
@pushad I just figurout that rs, thanks a lot… trying this now!
And works!
_
thanks!
Jimmy Jones
@jimjones26
hi guys, anyone around?
ziming
@ziming
hahaha
not sure
jimmy
Adrian
@theorye
Use slack guys :)
ralyodio
@ralyodio
should put that as a welcome message with a link.
ralyodio
@ralyodio
@EReeves yeah. i think though their license made nobody want to use it
now its under the Apache license.
Corps tend to drop GPL like the plague
ghost202
@ghost202
hey gangsters. is rethink a good solution for logging api usage?
Christopher S. Case
@Morgul
@ghost202 My company logs about 16 million API log messages a month to a rethink cluster (3 nodes). I can tell you, it's got it's ups and downs, and we're switching to a straight up ELK stack. Rethink struggles to search once the table hits about 30 or 40 million records (~250gigs per node). We could throw hardware at the problem, and optimize some things, but ELK is much more tailor made for this usecase.
ghost202
@ghost202
@Morgul sounds like elastic is the answer. thanks!
Henrik Andersson
@ha1331
@chovy if you were talking about rethinkdb when you said the license made nobody want to use it, I think that might be slightly ... well opinionated
I can't really say how many didn't want to use it because of the license, I'm sure there were some, but to say nobody wanted to use it surely is not accurate. I'm only basing this on my own observations on the community. I'm pretty sure I didn't see anyone complaining about the license before the company shut down. After that happened, the licensing became pretty much the only issue people were concerned. After that was dealt with, I haven't seen significant rise in adoption. Tho that's not really fair comparison, because some of the people who were not satisfied with the license might not be interested in rethinkdb because of the fact that the company shut down
Henrik Andersson
@ha1331
@Morgul I don't have any hard numbers to compare elastic to rethinkdb on ... well any use cases, but one thing to consider would be space usage if you have large data sets. As it is now, rethinkdb deoesn't compress anything and it's almost wastefull. I have a database of 100GB+ and the dump of that is in a range of 1.5GB or something similar.
and as you say, elastic is very good at those work loads
@chovy I would also like to point out that mongo is still AGPL licensed and I'm pretty sure no one ever said Mongo has had hard time being adopted by people and companies. Same goes for BerkeleyDB and others: https://en.wikipedia.org/wiki/List_of_software_under_the_GNU_AGPL
Christopher S. Case
@Morgul
@ha1331 Yeah our workload contains a bunch of geojson, which tends to be highly compressible, but as we're using rethink just for logging, we couldn't (well, didn't) clue rethink in on which bits were geometries and which weren't, so I think that our comparison ended up being rather unfair to rethink. Though, I can say that everyone loved ReQL, and we're a little sad to lose it. Still, we basically thoroughly abused a rethink cluster that we started with nothing but the defaults and honestly probably have it on some underpowered vms... and it's just handled it for the last year and a half. I mean, I can't complain too loudly, and it really underscores how well rethink works "out of the box". You can do some pretty nasty things to it and it just keeps going.
ralyodio
@ralyodio
hello
Does anyone know why my table would have a key called args