Introduction to Couchbase
Reading Time: < 1 minute
Reading Time: < 1 minute
Reading Time: 2 minutes Introduction: In this article I am going to explain how to get documents from data bucket, if you only have partial Id, in other words using LIKE operation of Sql in couchbase by using Views of Couchbase. For Example: I have these four documents in my bucket, and I want to get all the documents having starting “abc”, then it must retrieve all the three Continue Reading
Reading Time: 2 minutes In this blog, we have explained how easily we can connect with Couchbase, store and fetch data using scala through an example. Tools and technologies used : SBT 0.13.8 Scala 2.11.6 Couchbase Server 4.0 Beta Eclipse JDK 1.7 Please follow below instructions to use this example:- 1) Install and configure Couchbase a) Download the couchbase server from here. b) If you are using ubuntu, then Install the Continue Reading