Category: Tools & SDKs

Couchbase Mobile in a Cross Platform Telerik NativeScript App
Couchbase Mobile in a Cross Platform Telerik NativeScript App

Learn how to create a simple cross platform, native, Android and iOS application. It syncs using NativeScript and the Couchbase Lite plugin.

Couchbase as a First Class Citizen of Spring Boot 1.4
Couchbase as a First Class Citizen of Spring Boot 1.4

Spring Boot 1.4.0 MILESTONE 2 is out! This is a good time to tell you about the joint effort between Spring Boot team members and the Couchbase Java SDK team to offer a first class integration of Couchbase into Spring...

Embed Couchbase in an IoT Project for Data Synchronization
Embed Couchbase in an IoT Project for Data Synchronization

See how to create a simple Internet of Things (IoT) project that scans iBeacons and saves the information into Couchbase.

Moving from MySQL to Couchbase
Moving from MySQL to Couchbase

I think it is safe to assume that every developer or system administrator has touched MySQL at some point in time. It was often the rite of passage for any new developer a few years ago when langauges like PHP...

Couchbase.NET SDK v2.2.7 w/Developer Preview of Index Management now available!
Couchbase.NET SDK v2.2.7 w/Developer Preview of Index Management now available!

Finally, Couchbase.NET SDK v2.2.7 is releasing today. This release notably contains supports for Index management and adds to the Sub-Document API.

Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project
Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project

It is no secret that Java projects take a long time to build. This long build time is variable depending on how many classes your project has among other things. Let's say you're a developer that likes to frequently check...

Exploring Couchbase and N1QL through Touchbase using Node.js and Angular.js – Part 5: Graphing User Data
Exploring Couchbase and N1QL through Touchbase using Node.js and Angular.js – Part 5: Graphing User Data

Part 5: Graphing Necessary Materials: Node.js Express Chart.js Node Modules Used: tc-angular-chartjs body-parser moment.js Summary: To maintain a social network, and improve the experience for an end-user, it’s important to keep track of information about these users and their usage...

Storing, Indexing and Searching files with Couchbase and Spring Boot
Storing, Indexing and Searching files with Couchbase and Spring Boot

Learn the Spring Boot app that let the user upload files, store them in a binary store, let you search files based on the metadata and text.

Load CSV Data into Couchbase using Apache Spark
Load CSV Data into Couchbase using Apache Spark

I’ve been spending a lot of time working with Big Data tools lately, in particular Apache Spark. In case you’re unfamiliar, Apache Spark is an incredibly efficient tool for processing massive amounts of data. It performs significantly better than MapReduce,...

Create a Desktop Chat Application using the CEAN Stack and Electron
Create a Desktop Chat Application using the CEAN Stack and Electron

So you’re interested in creating a desktop chat application like Slack, but aren’t sure where to start. Slack was very open in saying that they used Github’s Electron platform for building the desktop version of their software. This means that...

Storing Base64 Files Directly in Couchbase via Node.js
Storing Base64 Files Directly in Couchbase via Node.js

So you're developing an application and you want to store your files in Couchbase. As of right now, Couchbase allows for documents up to 20MB in size which is larger than you think. Why would we store our files in...

Couchase ASP.NET Integration Beta 3 released!
Couchase ASP.NET Integration Beta 3 released!

Today we pushed Beta 3 of the Couchbase ASP.NET Integration packages to NuGet! Formally known as Couchbase Caching and Session providers, this project contains or will contain implementations of various API’s (Caching/Session providers, Identity, etc) for integration between Couchbase Server...