user3414953
user3414953

Reputation: 1

Is there any way to expose mongodb database as rest api

Is there any way to expose mongodb database as rest api.

I would like to expose my mongo DB database as a rest API.

Upvotes: 0

Views: 1641

Answers (3)

Sachin Patidar
Sachin Patidar

Reputation: 1

You can use https://github.com/abilliondreams/mongodb-generic-rest-api

Generic REST API to perform CRUD operation on a monogodb collection.

Upvotes: 0

4J41
4J41

Reputation: 5095

Please find the details in this official page.

Some of the REST Interfaces.

  • RESTHeart
  • Mongodb Java REST server

Upvotes: 0

Hayden Braxton
Hayden Braxton

Reputation: 1161

This tutorial might help you out. Your question is a very general question. A google search would probably be more helpful than asking on SO.

Upvotes: 2

Related Questions