mongoDb c driver
1,yum dependencies
Centos,RHEL Fedora:
$ sudo yum install git gcc automake autoconf libtool
Debian:
$ sudo apt-get install git gcc automake auto...
yum安装配置mongoDB客户端和服务器端
1,Centos6.X yum安装mongoDB客户端和服务器端;
yum -y install mongodb mongodb-server;
基于epel repo.当前的mongoDB的版本为2.
MongoDB REST Api介绍
MongoDB默认会开启一个HTTP协议的端口提供REST的服务,这个端口是你Server端口加上1000,比如你的Server端口为27017,那么这个HTTP端口就是28017,默认的HTTP端口功能是有限的,你可以通过添加–rest参数启动更多功能。