Month: November 2017

Develop Web Applications with Hapi.js and Couchbase NoSQL

Develop Web Applications with Hapi.js and Couchbase NoSQL

About a month ago I had written about developing RESTful APIs for web applications using Node.js and the Hapi.js framework. In this previous article, I demonstrated the use of these technologies with NoSQL in the flavor of Couchbase Server. In...

JavaScript and Couchbase in Southern California

JavaScript and Couchbase in Southern California

Over the past few months I’ve been bouncing between major Southern California cities such as Los Angeles, Irvine, and San Diego. These trips included developer Meetups on technologies such as Golang and Node.js and how to use them with the...

Zero Effort Machine Learning with Couchbase and Spark MLlib

Zero Effort Machine Learning with Couchbase and Spark MLlib

The past few years we noticed how machine learning had been proven to be a technology in which companies should invest massively, you can easily find dozens of papers talking about how company X saved tons of money by adding...

ASP.NET Core with Couchbase: Getting Started

ASP.NET Core with Couchbase: Getting Started

ASP.NET Core is the newest development platform for Microsoft developers. If you are looking for information about plain old ASP.NET, check out ASP.NET with Couchbase: Getting Started. ASP.NET Core Tools to Get Started The following video will take you from...

Matthew Groves November 30, 2017
Get to know our Couchbase Community Meet Clinton van Blommestein

Get to know our Couchbase Community Meet Clinton van Blommestein

Meet the newest member of our Couchbase Champion team! Congratulations Welcome to Clinton Van Blommestein of Durban, South Africa.  Tell us about yourself and what you do in your daily role? I am a senior software developer at a company called Derivco, and...

Deploy Couchbase Server in Minutes with Amazon Web Services

Deploy Couchbase Server in Minutes with Amazon Web Services

Couchbase Server, being software, can be installed and deployed in very diverse locations. Container strategies such as Docker can be used, home-grown servers running Windows or Linux, as well as hosted services such as Microsoft Azure and Amazon Web Services...

Sharing and Syncing Data between iOS Apps and App Extensions across devices

Sharing and Syncing Data between iOS Apps and App Extensions across devices

This post discusses how to use Couchbase Mobile to share data between your iOS App and iOS App Extension across devices. In an earlier post, we discussed how you can use Couchbase Lite as a standalone, embedded data store to share...

Couchbase is at AWS re:Invent 2017

Couchbase is at AWS re:Invent 2017

Join the Couchbase team at AWS re:Invent this week to learn more about how Couchbase partners with Amazon to enable a seamless user experience on Amazon Web Services (AWS). Stop by our booth #736 at The Venetian, November 28-30, for...

ASP.NET with Couchbase: Getting Started

ASP.NET with Couchbase: Getting Started

ASP.NET is the development platform that most Microsoft developers use. At the Couchbase Connect Silicon Valley 2017 conference, I spoke to some .NET developers in a workshop. I asked them what type of content they’d like to see me create...

Matthew Groves November 27, 2017
Thank you: a year full of milestones

Thank you: a year full of milestones

This week heralds one of my favorite times of the year: Thanksgiving.  It may have come around sooner than ever this year (it sure feels like it!) but what a great time to reflect on and be thankful for all...

Peter Finter, CMO, Couchbase November 22, 2017
Couchbase Community Directory

Couchbase Community Directory

I’m excited to announce the new Couchbase Community Directory, designed to encourage engagement and community building. The goal is to give you the opportunity to become a more informed community member, helping you to engage more with other community members,...

Database Indexing Best Practices

Database Indexing Best Practices

Prelude: What is Database Indexing? Asynchronous Indexing: Global Secondary Indexes in databases — Couchbase, for example — can be created, updated and deleted without impacting the reads and writes on the JSON documents in Data nodes. This means that index-specific...