簡介
CouchBase是一款開源的,分布式的nosql 數(shù)據(jù)庫 ,主要用于分布式緩存和數(shù)據(jù)存儲領(lǐng)域。能夠通過manage cache提供快速的亞毫米級別的k-v存儲操作,并且提供快速的查詢和其功能強大的能夠指定SQL-like查詢的查詢引擎。
使用說明
手動安裝
couchbase的 鏡像 地址為:https://repo.huaweicloud.com/couchbase/,手動下載請訪問該地址。
使用npm安裝
npm config set couchbase_binary_host https://repo.huaweicloud.com/couchbase/ npm install couchbase
相關(guān)網(wǎng)址
Couchbase github地址:https://github.com/couchbase/couchnode
NPM官方地址:https://www.npmjs.com