New: couchbaseAll contenthive-129948hive-196917krhive-150122hive-180932zzanhive-185836steemhive-183959hive-188619hive-144064hive-183397hive-166405hive-101145photographyuncommonlabhive-145157hive-109690hive-103599hive-139150hive-180301hive-170554hive-150943bitcoincryptidhunterTrendingNewHotLikerspuncakbukit (78)in hive-148441 • 5 years agoAn Introduction to Blockchain + NoSQL DatabasesAnyone creating a blockchain-based registry can send current status updates to the NoSQL database via JSON using the Blockchain API and the Couchbase API. Couchbase can act as an application…gomdor (32)in couchbase • 8 years agoCouchBase에 Array로 저장된 내용을 N1QL로 SELECT 하려면!?CouchBase에 Array로 저장된 내용을 N1QL로 SELECT 하려면!? UNNEST 를 이용! SELECT UN.* FROM target-bucket UNNEST target-bucket as UN CouchBase에서 document id도 함께 SELECT 하려면? meta(t).id 를 이용…gomdor (32)in couchbase • 8 years ago[TroubleShooting]카우치 베이스 N1QL 안될 경우[ TROUBLE ] temp_bucket 이라는 버킷 생성 후 N1QL로 SELECT Query 실행시 에러메세지 발생. SELECT * FROM temp_bucket @ 에러메세지 확인 : No index available on keyspace <> that matches your query. Use CREATE…