-
Hi
I am using uri :- mongo-uri: mongodb://127.0.0.1/27017
Mongo is running on port 27017
Hitting url http://localhost:8080/test/products
But it always giving error message:- "message": "Db 'test' …
-
Hi:
I have tested the insertions of several million data,Starts quickly, afterward was slow.
Every so often, inserts a data to use over 40 seconds!!
At this time, directly uses the mongodb…
-
source at:
restheart/src/main/java/org/restheart/utils/ChannelReader.java:43
ByteBuffer buf = ByteBuffer.allocate(128);
while (Channels.readBlocking(channel, buf) != -1) {
…
-
-
The db page lists several collections.
When I visit the various collection pages it says 404 Not Found.
v1.1.3-SNAPSHOT
mongo v3.0.7
I'll do some debugging later today to see if I can pinpoint the b…
-
Hello,
Recently I have started using RestHeart API with MongoDB.It is really cool. please suggest how to access object id from the below response using JQuery Ajax. Please find the below code snippet…
-
I want to delete a member in my app .
I cannot make DELETE work with ETag. I've never used it, sorry! I did this
Html
```
ng-click="deleteMember(member._etag.$oid)">
```
Javascript
```
//…
-
RESTHeart recently got my new AngularJS webapp jump-started by providing me a very solid REST foundation to build upon. Because of this, I'm a big fan of RESTheart, and would like to use it, but unfo…
-
it's great job but in the SOA environment it's important to limit access API. A custom role access on REST API, it will good.
-
Hello,
I am trying to capture the user information along with the image and saving into the db in a single document instead of having two dbs like usersdb & users.files. If possible can you guys shar…