-
Hi there,
Is there any setting I can do to enable simple json returning on restheart queries?
Even with "hal=c" restheart returns a bigger json than I expected. For example:
{ "_links" : { "self" : …
-
Sorry, how can i send post request with using java http request? I want insert any value in my collection.have any example for this?
I'm trying do it with jersy lib like this:
Client jersyClient = g…
-
How to ensure access restriction at document level? I mean, a document must be accessed (GET requests) and modified (PATCH/POST requests) only by a user who created it using POST request.
-
Bei einigen Aggregationsoperationen wird man aufgefordert Benutzername und Passwort einzugeben
-
Hi,
I'm seeing RESTHeart return different results from what's actually in the database, not totally sure why.
For example, if I do a GET for
```
http://charter.ws:8080/charter/emails?filter={_id:'C…
-
MongoDB, RESTHeart, dist, admin-tool
Ausführbare .exe
Mit Batch-Datei?
-
Bitte prüfen, inwiefern RESTHeart Aggregation unterstützt.
-
Unterstützt RESTHeart den allowDiskUse Parameter?
Ziel ist es Engpääse bei der Pipeline zu umgehen
https://docs.mongodb.org/v3.0/reference/method/db.collection.aggregate/#db.collection.aggregate
-
Sobald RESTHeart und die MongoDB laufen, soll der Standardbrowser mit der richtigen Adresse gestartet werden, sodass der Nutzer automatisch in der DataCity landet
-
Hi there,
I'm trying to find if there's a way to configure Restheart to access more than one replicaSet.
Looking on the configurations, it seems to me that one instance of RestHeart will only connect…