MongoDB
ylzhjlinux
这个作者很懒,什么都没留下…
展开
-
MongoDB: Hadoop Integerateion 1
Hadoop and MongoDB Use Cases The 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 · 88 阅读 · 0 评论 -
MongoDB: Install and configureation
MongoDB Download #git clone https://github.com/mongodb/mongo To install dependencies on Ubuntu systems: #sudo apt-get install aptitude #sudo aptitude install scons build-essential #sudo aptit...原创 2014-06-06 11:51:00 · 194 阅读 · 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 · 114 阅读 · 0 评论 -
MongoDB: Introduction 2
How the drivers work All 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 · 72 阅读 · 0 评论 -
MongoDB: Hadoop Integerateion 2
Prepare ENV download mongo-java-driver from http://central.maven.org/maven2/org/mongodb/mongo-java-driver compile mongo-hadoop-connector for hadoop2.3.0 alter build.gradle to change hadoop-versio...原创 2014-06-09 16:11:20 · 116 阅读 · 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 · 92 阅读 · 0 评论 -
Solr: Solr Integrate with MongoDB
Install Mongo-Connector pip install mongo-connector pip uninstall mongo-connector git clone https://github.com/10gen-labs/mongo-connector.git cd mongo-connector python setup.py install ...原创 2014-07-10 14:14:59 · 227 阅读 · 0 评论 -
MongoDB: Replica Set And Data export/import
References http://virusswb.blog.51cto.com/115214/792897 http://blog.51yip.com/nosql/1580.html http://chenzhou123520.iteye.com/blog/1641319原创 2014-07-30 15:53:24 · 67 阅读 · 0 评论 -
Redis: Desktop UI
Download #git clone https://github.com/uglide/RedisDesktopManager.gitor from http://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 · 187 阅读 · 0 评论