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
Post a Comment