Hod Greeley | Couchbase Blog

Author

All posts by Hod Greeley, Developer Advocate, Couchbase

Hod Greeley is a Developer Advocate for Couchbase, living in Silicon Valley. He has over two decades of experience as a software engineer and engineering manager. He has worked in a variety of software fields, including computational physics and chemistry, computer and network security, finance, and mobile. Prior to joining Couchbase in 2016, Hod led developer relations for mobile at Samsung. Hod holds a Ph.D. in chemical physics from Columbia University.

Exploring RxJava – Wrapping a Listener Callback
Exploring RxJava – Wrapping a Listener Callback

In this post, Couchbase will show using a series of examples of how to convert a callback-based listener style API to a reactive one with RxJava 2.

Offline Inventory Scanning with Zebra DataWedge and Couchbase Mobile
Offline Inventory Scanning with Zebra DataWedge and Couchbase Mobile

Android Mobile tutorial showing offline barcode scanning synced to a backing database using Zebra DataWedge and Couchbase Mobile.

The Couchbase Data Platform in Action: Analytics
The Couchbase Data Platform in Action: Analytics

Contents What is CBAS and how does it compare to “standard” Couchbase? Example Data and Configuration Code and Queries Web Client Web Server and Queries Querying with SQL++ Query Optimization Query Results and REST Response Conclusion Postscript With the release...

Changes to the Couchbase Analytics Service
Changes to the Couchbase Analytics Service

Contents 6.0 Data Definition Language Postscript The Couchbase Analytics Service uses the SQL++ query language. SQL++ is an modern query language designed to work with semi-structured data and the JSON data model. SQL++ is backwards-compatible with SQL. The Coucbase Analytics...

Tutorial: Build a Points of Interest App with Vue.js, Node.js, Express, and Couchbase Server
Tutorial: Build a Points of Interest App with Vue.js, Node.js, Express, and Couchbase Server

Map points of interest with this full stack tutorial using Vue.js, Node.js, Express, and Couchbase.

The Couchbase Data Platform in Action: Eventing/Functions
The Couchbase Data Platform in Action: Eventing/Functions

The blog dives into the use of the Couchbase Eventing Service in the Couchbase Silicon Valley 2017 technical keynote demonstration application.

The Couchbase Data Platform in Action: Step-by-Step Setup
The Couchbase Data Platform in Action: Step-by-Step Setup

Note: This post uses the the Couchbase Analytics Data Definition Language as of the version 5.5 preview release.  For updates and information on breaking changes in newer versions, please refer to Changes to the Couchbase Analytics Service. The application built for...

The Couchbase Data Platform in Action: Configuring the Application
The Couchbase Data Platform in Action: Configuring the Application

Note: This post uses the the Couchbase Analytics Data Definition Language as of the version 5.5 preview release.  For updates and information on breaking changes in newer versions, please refer to Changes to the Couchbase Analytics Service. For the Couchbase Connect...

The Couchbase Data Platform in Action: IoT Temperature Sensing Up Close
The Couchbase Data Platform in Action: IoT Temperature Sensing Up Close

During Couchbase Connect Silicon Valley last Fall, we went through an extensive demonstration application that showed many of the capabilities of the Couchbase Data Platform. You can see the full video of the demonstration here. In some parts of the...

The Couchbase Data Platform in Action: Couchbase Connect 2017 SV Demo Technical Overview
The Couchbase Data Platform in Action: Couchbase Connect 2017 SV Demo Technical Overview

Last Fall we showed a 30 minute live demo of a full stack application written using a broad range of the Couchbase Data Platform capabilities. This was at the Couchbase Connect Silicon Valley 2017 conference.   In this introductory post,...

The Couchbase Data Platform in Action: The Couchbase Connect 2017 Silicon Valley Technical Demo
The Couchbase Data Platform in Action: The Couchbase Connect 2017 Silicon Valley Technical Demo

Check out the Couchbase Connect 2017 Silicon Valley Technical demo which presents how to build a Full Stack Application Using the Couchbase Data Platform.

Simplified Couchbase Server Cluster Creation via Docker
Simplified Couchbase Server Cluster Creation via Docker

This article walks you through a shell script which author wrote to automate the process. Check out how it is written using Bash language its usage etc.