
MongoDB
ylzhjlinux
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MongoDB: Hadoop Integerateion 1
Hadoop and MongoDB Use CasesThe following are some example deployments with MongoDB and Hadoop. The goal is to provide a high-level description of how MongoDB and Hadoop can fit together in a typi...原创 2014-05-29 16:37:19 · 112 阅读 · 0 评论 -
MongoDB: Install and configureation
MongoDBDownload #git clone https://github.com/mongodb/mongoTo install dependencies on Ubuntu systems:#sudo apt-get install aptitude#sudo aptitude install scons build-essential#sudo aptit...原创 2014-06-06 11:51:00 · 214 阅读 · 0 评论 -
MongoDB: Introduction 1
MongoDB is a database management system designed for web applications and internet infrastructure. The data model and persistence strategies are built for high read and write throughput and the abil...原创 2014-06-06 16:15:53 · 137 阅读 · 0 评论 -
MongoDB: Introduction 2
How the drivers workAll MongoDB drivers perform three major functions.First, they generateMongoDB object IDs. These are the default values stored in the _id field of all docu-ments.Next, the d...原创 2014-06-09 14:27:21 · 91 阅读 · 0 评论 -
MongoDB: Hadoop Integerateion 2
Prepare ENVdownload mongo-java-driver from http://central.maven.org/maven2/org/mongodb/mongo-java-drivercompile mongo-hadoop-connector for hadoop2.3.0alter build.gradle to change hadoop-versio...原创 2014-06-09 16:11:20 · 134 阅读 · 0 评论 -
MongoDB: Queries and aggregation 1
db.products.findOne({'slug': 'wheel-barrow-9092'})db.categories.findOne({'_id': product['main_cat_id']})<=>db.products.find({'slug': 'wheel-barrow-9092'}).limit(1)db.reviews.find({'produ...原创 2014-06-10 14:44:55 · 111 阅读 · 0 评论 -
Solr: Solr Integrate with MongoDB
Install Mongo-Connectorpip install mongo-connectorpip uninstall mongo-connector git clone https://github.com/10gen-labs/mongo-connector.gitcd mongo-connectorpython setup.py install ...原创 2014-07-10 14:14:59 · 258 阅读 · 0 评论 -
MongoDB: Replica Set And Data export/import
Referenceshttp://virusswb.blog.51cto.com/115214/792897http://blog.51yip.com/nosql/1580.htmlhttp://chenzhou123520.iteye.com/blog/1641319原创 2014-07-30 15:53:24 · 84 阅读 · 0 评论 -
Redis: Desktop UI
Download#git clone https://github.com/uglide/RedisDesktopManager.gitor fromhttp://redisdesktop.com/download #sudo dpkg -i redis-desktop-manager_0.7.6.8_amd64_ubuntu.deb#/usr/share/redis-de...原创 2014-08-04 16:25:32 · 215 阅读 · 0 评论