mongodb - Mongo DB REST Option -


i know 1 of biggest differences between couchdb , mongodb couch uses rest interface. i've installed mongo without other libraries, , mongod service provides --rest command-line option.

does mongodb rest interface same thing couchdb's? if not what's for?

mongodb not use rest interface communications.

you need install specific driver language. mysql or sql server or other databases.

the list of drivers are here.

the --rest option allows run basic queries , monitoring against mongod process. not full rest api.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -