mongoDb c driver

本文涉及的产品
云数据库 MongoDB,独享型 2核8GB
推荐场景:
构建全方位客户视图
简介: 1,yum dependencies Centos,RHEL Fedora: $ sudo yum install git gcc automake autoconf libtool Debian: $ sudo apt-get install git gcc automake auto...

1,yum dependencies

Centos,RHEL Fedora:

$ sudo yum install git gcc automake autoconf libtool

Debian:

$ sudo apt-get install git gcc automake autoconf libtool

FreeBSD:

$ su -c 'pkg install git gcc automake autoconf libtool'

2,Fetch Sources and Build

git clone https://github.com/mongodb/mongo-c-driver.git
cd mongo-c-driver
./autogen.sh
make
sudo make install

参考
http://api.mongodb.org/c/current/tutorial.html#c-api
https://github.com/mongodb/mongo-c-driver

目录
相关文章
|
人工智能 NoSQL Go
Go MongoDB Driver 实例
Go MongoDB Driver 实例
69 1
|
人工智能 JSON NoSQL
Go MongoDB Driver 中的 A D M E 类型是什么
Go MongoDB Driver 中的 A D M E 类型是什么
100 1
|
存储 JSON NoSQL
MongoDB Go Driver使用帮助文档
正式的MongoDB Go Driver近来变成1.0的GA版本。它现在被认为是一个完整的特性, 并且准备好在正式产品中使用。这篇使用说明书将帮助你开始使用 MongoDB Go Driver。你将会创建一个简单的程序并且学到如何: 安装MongoDB Go Driver 使用Go Driver来连接MongoDB 在Go内使用BSON对象 给MongoDB发送CRUD操作 你可以在github代码仓库看到这篇帮助文档的完整代码。为了可以按步骤进行, 你需要一个MongoDB数据库来连接, 你可以使用一个运行在本地的MongoDB数据库, 或者很容易地使用MongoDB Atlas来创建一个
686 0
|
JSON NoSQL 数据库
MongoDB Driver 简单的CURD
c#中我们可以使用MongoDB.Driver驱动进行对MongoDB数据库的增删改查.  首先需要在NuGet中安装驱动 安装完毕后会发现会有三个引用 其中 MongoDB.Driver和MongoDB.
1412 0
|
NoSQL API Go
MongoDB 生态 - 客户端 Driver 支持
工欲善其事,必先利其器,我们在使用数据库时,通常需要各种工具的支持来提高效率;很多新用户在刚接触 MongoDB 时,遇到的问题是『不知道有哪些现成的工具可以使用』,本系列文章将主要介绍 MongoDB 生态在工具、driver、可视化管理等方面的支持情况。 本文主要介绍 MongoDB 对各个语
|
NoSQL Java MongoDB
java MongoDB driver error infos
DataTables warning: table id=dateTable - Ajax error. For more information about this error, please see http://datatables.
613 0
|
NoSQL API
MongoDB C driver API continues
开篇前 mongoc_init() Synopsis void mongoc_init (void); Description This function should be called...
834 0

推荐镜像

更多