Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | 雲棲社區 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Github | Search | About

部分 IV. NoSQL

目錄

32. Redis
32.1. Redis 安裝
32.1.1. CentOS 7
32.1.2. CentOS 6
32.1.2.1. 主從同步
32.1.2.2. Sentinel
32.1.3. Ubuntu
32.1.4. 源碼編譯安裝
32.1.5. Test Redis
32.2. /etc/redis.conf
32.2.1. 密碼認證
32.2.2. maxmemory-policy TTL 過期策略配置
32.3. redis-cli - Command-line client to redis-server
32.3.1. 命令參數
32.3.1.1. password
32.3.1.2. raw
32.3.2. --latency Enter a special mode continuously sampling latency.
32.3.3. auth
32.3.4. MONITOR
32.3.5. info
32.3.6. save/bgsave/lastsave
32.3.7. config
32.3.8. keys
32.3.9. 字元串操作
32.3.9.1. set/get/del
32.3.9.2. setnx
32.3.10. expire/ttl
32.3.11. 獲取 key 類型
32.3.12. LIST 數據類型
32.3.13. set 無序字符集合
32.3.14. zset (有序集合)
32.3.15. Pub/Sub 訂閲與發佈
32.3.16. flushdb 清空 Redis 數據
32.4. redis-benchmark 測試工具
32.5. Redis Cluster
32.6. Redis 通信協議
32.6.1. 切換DB
32.6.2. 監控
32.7. phpRedisAdmin
32.8. Redis 開發
32.8.1. 消息訂閲與發佈
32.9. A fast, light-weight proxy for memcached and redis
32.10. FAQ
32.10.1. 清空資料庫
32.10.2. (error) MISCONF Redis is configured to save RDB snapshots
33. MongoDB
33.1. Install 安裝MongoDB
33.1.1. Quickstart
33.1.1.1. 二進制tar包安裝
33.1.1.2. Ubuntu MongoDB
33.1.1.3. CentOS MongoDB
33.1.1.4. 從官網安裝最新版本的 MongoDB 3.4
33.1.1.4.1. Server
33.1.1.4.2. Client
33.1.1.4.3. 工具
33.1.1.5. MongoDB + Hadoop
33.1.2. Replication
33.1.2.1. Master
33.1.2.2. Slave
33.1.2.3. 測試
33.1.3. Drivers
33.1.3.1. Using MongoDB in PHP
33.2. 命令工具
33.2.1. mongo - MongoDB Shell
33.2.1.1. eval
33.2.1.2. help
33.2.1.3. 登陸認證
33.2.2. mongodump - Backup
33.2.2.1. 遠程備份
33.2.2.2. 本地備份
33.2.3. mongorestore
33.2.3.1. 遠程回覆
33.2.3.2. 本地恢復
33.2.3.3. filter
33.2.4. mongostat
33.2.5. mongotop
33.2.6. mongofiles - Browse and modify a GridFS filesystem.
33.2.6.1. list 瀏覽檔案
33.2.6.2. put 上傳檔案
33.2.6.3. get 下載
33.2.6.4. delete 刪除
33.3. MongoDB Shell
33.3.1. show 查看命令
33.3.1.1. show dbs
33.3.1.2. show collections
33.3.1.3. show users
33.3.1.4. show profile
33.3.2. 切換資料庫
33.3.3. save
33.3.4. insert
33.3.5. update
33.3.6. remove
33.3.6.1. 刪除條件使用 _id
33.3.7. 刪除 collection
33.3.8. count()
33.3.9. group()
33.3.10. find() MongoDB 2.x
33.3.11. find() MongoDB 3.x
33.3.11.1. Query
33.3.11.2. 包含欄位
33.3.11.3. 排除欄位
33.3.11.4. sort()
33.3.12. 管道操作
33.3.13. shutdownServer
33.3.14. aggregate
33.3.14.1. project
33.3.14.1.1. $split
33.3.14.1.2. substr
33.3.14.2. groupby + sum
33.4. Mongo Admin UI
33.4.1. RockMongo
33.4.2. MongoVUE
33.5. Map-Reduce
33.5.1. 使用 Map-Reduce 統計Web 伺服器 access.log 日誌檔案
36. Cassandra
36.1. Getting Started
36.1.1. Downloading and Installation
36.1.2. Running Cassandra
36.1.3. cli tool
36.1.4. Testing Cassandra
36.2. Configure Cassandra
36.2.1. Envionment variables
36.2.2. log4j.properties
36.2.3. storage-conf.xml
36.3. Keyspace
36.3.1. Schema
36.3.1.1. Keyspace
36.3.1.2. Column family
36.3.1.2.1. Name
36.3.1.2.2. Column
36.3.1.2.3. Super column
36.3.1.2.4. Sorting
36.3.2. Keyspace example
36.4. Cluster
36.4.1. Running a cluster
36.4.2. Running a single node
36.4.3. nodetool
37. Hypertable
37.1. Hypertable 安裝
37.1.1. Hypertable standalone 單機安裝
37.1.2. Hypertable on HDFS(hadoop) 安裝
37.1.3. MapR
37.1.4. Ceph
37.1.5. 檢驗安裝
37.2. Code examples
37.2.1. PHP
37.3. HQL
37.3.1. namespace 命名空間管理
37.3.2. Table 表
37.4. FAQ
37.4.1. 切換 DFS Broker
38. CouchBase
38.1. 安裝 CouchBase
38.1.1. Getting Started with Couchbase on PHP
38.2. couchbase 命令
38.2.1. couchbase-cli
39. Memcached
39.1. 安裝 Memcached
39.1.1. CentOS 下編譯
39.1.2. Ubuntu 下編譯安裝
39.1.3. debian/ubuntu
39.1.4. yum install
39.2. Memcached 代理
39.2.1. moxi
39.2.2. memagent
40. RethinkDB
41. TokyoCabinet/Tyrant
42. Flare
43. Voldemort
44. LevelDB
45. HyperDex
46. LeoFS

http://nosql-database.org/