Categoría: Couchbase Server
-

NetBeans Plugin for Couchbase Part 2 – Coffee on Couchbase
This is part 2 (part 1) of Coffee on Couchbase series where we will build a NetBeans plugin for Couchbase. This multi-part webinar series is a discussion with Geertjan Wielenga (@GeertjanW) and Eben Haber (@ebenhaber). As part…
-

JBoss EAP 7 and NoSQL using Java EE and Docker
JBoss EAP 7 Beta is now released, many congratulations to Red Hat and particularly to the WildFly team! There are plenty of improvements coming in this release as documented in Release Notes. One of the major themes is…
-

AWS IoT Button, Lambda and Couchbase
Getting Started with Serverless FaaS and AWS Lambda shows how to use a simple Java function to store a JSON document to Couchbase using AWS Lambda. This blog builds upon that and shows how an AWS IoT Button…
-

Couchbase on the Pete on Software Podcast
I was invited back on the Pete on Software Podcast to talk about Couchbase. Pete is a an independent software developer/architect, and he also runs The Swift Ninja blog. Pete and I run into…
-

NDP Episode #13: Docker with Distributed NoSQL Databases
I am pleased to announce that the thirteenth episode of the NoSQL Database Podcast has been published to popular media outlets such as iTunes and Pocket Casts. The episode titled Docker with Distributed NoSQL Databases focuses…
-

.NET Core and Visual Studio Code (video)
This video shows how I’m using .NET Core with Visual Studio Code and the Couchbase .NET Core SDK. If you’d like to learn more about how to use Couchbase, please visit our Couchbase Developer…
-

Provisioning a Couchbase Server Instance with the Command Line
When you’re a Database or System Administrator, you don’t always have time to go through the setup wizards when deploying a new piece of software. Probably because you are managing massive amounts of systems…
-

Moving from MongoDB to Couchbase server (revisited)
Note: this blog post is a revist of Matthew Revell’s Moving from MongoDB to Couchbase Server This is a developer-focused guide to moving your application’s data store from MongoDB to Couchbase Server. If you’re…
-

ELT processing with Couchbase and N1QL
Moving data between data sources. This is one of the key activities in data integration projects. Traditionally, techniques around data movement has been part of Data Warehouse, BI and analytics. More recently Big Data,…
-

Houston User Group Visits – October 2016 (Videos)
I spent nearly a week in Texas, visiting four user groups and talking about Couchbase as much as possible. The second two days of the week I spent in Houston. Here are the videos:…
-

Getting Comfortable with Couchbase Mobile: Couchbase Web Console
Introduction This post marks the second in a series about the Couchbase Mobile stack. You can find the first post here. It covers installing Couchbase Server. In this post, we’ll examine part of the Couchbase Web Console (CWC). Background…
-

Storing Password Data Safely with Node.js and Bcrypt
When developing a web application there is often a need to store password data in your database. For example, what if you have users and you don’t want to use OpenID or similar for…