Does MongoDB have a native REST interface?

后端 未结 7 1196
你的背包
你的背包 2020-12-03 01:13

I am currently evaluating Mongo and CouchDB for storing data points (analytics).

During my earlier interaction with CouchDB, I loved its JSONP based interface. I cou

7条回答
  •  有刺的猬
    2020-12-03 01:34

    RESTHeart is a the new data REST API server part of the MongoDB ecosystem.

    It provides API for CRUD and data model operations, built-in authentication and authorization and supports CORS.

    It uses a standard representation format based on HAL+json with full support of the native mongodb data format via the strict mode representation of BSON.

    It is easy to setup and a docker container is available.

    RESTHeart is fast (see performance test result) and lightweight (~7 Mb footprint and ~200 Mb RAM peek usage).

提交回复
热议问题