-
Hi, we have a DB named "sth_carouge_copy". When we query it (http://10.1.17.113:8080/browser/#/sth_carouge_copy) it returns a list of collections:
{
"_id": "sth_carouge_copy",
"_size": 14…
-
There doesn't seem to be a way to update a value and read the updated value in the same operation. What I want to do is increment a sequence and return the new value, in one operation. I am trying to …
-
Good Morning,
I have to query a MongoDB via a get to the following JSON
My current query: /sth_carouge?{'_id':'sth_/airno2_Foron_NO2_AirQualityObserved'}&hal=f doesn't work on the JSON:
…
-
Hi,
I deployed restheart and mongo instance with docker compose , i configured the DbBasedIdentityManager, then i created my users with hashed password, everything is going great but when it comes…
-
So i tried doing a query like this:
http -a a:a GET 127.0.0.1:8080/final/mydb?filter={'$and':[{'DATE_T':{'$gte':{'$date':'1444394813459'}}},{'DATE_T':{'$lte':{'$date':'1444395025082'}}}]}
and i get …
ghost updated
6 years ago
-
Hi guys, me again. We've got Restheart working for us in production for all but this use case. Thanks for making such an excellent production! I'm running version 3.1.3.
I'm looking for the best/re…
-
I'm testing restheart using restheart-docker. My simple app is GETting and PUTing same document all the time. There is no explicit remove operation in this workflow.
The problem is that from time t…
-
Hi All,
When ever I start RestHeart, it is starting as a process. But, I would like to start RestHeart as a service rather. Is there a way that can be achieved????
-
Is there a way to integrate w/ external auth service to auth?
Ex: AWS Congito.
-
Hello, regex with octal numeral doesn't work with accented characters, but it works with non-accented characters. A Mongo query works well.
Doesn't work (4 slashs because it's a parameter of the ur…