Questions tagged [restheart]

RESTHeart is a RESTful gateway for access to MongoDB.

RESTHeart connects to MongoDB and opens data to the Web via a simple RESTful API.

The json based API supports CRUD and data model operations, Basic or JWT authentication, role-based authorization and CORS.

RESTHeart can be extended with custom security implementations, request transformers, checkers and hooks.

108 questions
-1
votes
1 answer

deploy Restheart at kubernetes running mongodb sharded db

I have a running mongodb using sharding. I have made all the services i need, and i have mongodb uri to connect to mongos router. Now i want to use restheart container for http requests. I tried this: apiVersion: apps/v1 kind: Deployment metadata: …
-1
votes
1 answer

Host RESTHeart on IBM WebSphere

I want to host/run RESTHeart on an IBM WebSphere Application Server (traditional V8.5 or Liberty). For default RESTHeart is made to run on Undertow/JBoss(?). Is there any possibility to do so? I couldn't find anything about that.
Raman
  • 548
  • 1
  • 7
  • 17
-2
votes
1 answer

Delete method behavior in restheart

I'm running some tests with Restheart and noticed a strange behavior in the delete method. When I try to delete a non-existent document, I' m received the collection relating to the document and the status http 200 as a result. The correct would not…
1 2 3 4 5 6 7
8