-
we implemented RESTHEART to get aggregated data from MongoDB. For single requests , the data is coming up fine and meets the requirement. When we started checking this under JMeter requests by adding …
-
Hey all,
I'm porting an application over to use RESTHeart, these objects use complex documents as _id/primary keys (not auto assigned ObjectIds). Is that not supported in RESTHeart? I was looking f…
-
I am calling RestHeart Post API to insert a document in collection from my Java application.
I am passing Java request pojo with a java.util.Date feild "lastModifiedDate" but it is not getting is sa…
-
Is there a config option for this? I dump all my logs to elasticsearch and they just end up w/the ansi color codes ..
-
Hello,
I have a many-to-many relationship that seems to be generating the wrong link URL.
I have a collection that has links to a lease collection:
{
"ref-field": "$.le…
-
[do this with MapReduce](https://stackoverflow.com/questions/2298870/mongodb-get-names-of-all-keys-in-collection)
`mr = db.runCommand({
"mapreduce" : "my_collection",
"map" : function() {
…
-
Hi,
it seems that the log level defined in the logback.xml is getting overridden by the log level defined in the restheart.yml on startup when starting Restheart using:
`java -Dlogback.configur…
-
Trying to upload file (GridFS) with this request using Microsoft C# System.Net.Http.HttpClient
> PUT /oko/userphoto.files/1987 HTTP/1.1
> Authorization: Basic YWRtaW46Y2hhbmdlaXQ=
> Accept: _/_
> Co…
-
We are using restheart with a mongo cluster of three nodes. We use a correct mongo cluster uri.
All writes and reads are forwarded to the primary instance, that's the default java driver behaviour. W…
ghost updated
7 years ago
-
Hi,
we are facing some performance issues when using a filter query with a page Size greater than 101.
Out database has a single collection with ~800.000 documents. The collection contains two t…
ghost updated
7 years ago