Does MongoDB have a native REST interface?

后端 未结 7 1245
你的背包
你的背包 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:40

    Not really. The mongod process includes a simple read-only REST interface for convenience. For full REST capabilities you need to use an external tool such as Sleepy.Mongoose.

提交回复
热议问题