Category: Couchbase Server

Microservice using Docker stack deploy – WildFly, Java EE and Couchbase

Microservice using Docker stack deploy – WildFly, Java EE and Couchbase

There is plenty of material on microservices, just google it! I gave a presentation on refactoring monolith to microservices at Devoxx Belgium a couple of years back and it has good reviews: This blog will show how Docker simplifies creation and shutting down of...

Moving from SQL Server to Couchbase Part 1: Data Modeling

Moving from SQL Server to Couchbase Part 1: Data Modeling

In this series of blog posts, I’m going to lay out the considerations when moving to a document database when you have a relational background. Specifically, Microsoft SQL Server as compared to Couchbase Server. In three parts, I’m going to...

Matthew Groves February 3, 2017
.NET Core List, Queue, and Dictionary Data Structures backed by Couchbase

.NET Core List, Queue, and Dictionary Data Structures backed by Couchbase

The addition of the sub-document API to Couchbase 4.5 has paved the way for efficient data structure support in Couchbase. In this blog post, I’m going to show a demo of three types of data structures you can use with...

Matthew Groves February 2, 2017
Getting Started with GeoJSON, Couchbase, .NET, and Google Maps

Getting Started with GeoJSON, Couchbase, .NET, and Google Maps

This is a guest post by Calvin Allen. Calvin is a .NET developer in Columbus, OH that enjoys designing software that not only solves business problems, but it easy to use, on budget, and on time. If he isn’t designing...

Matthew Groves January 30, 2017
A tour of the new Couchbase Web Console (video)

A tour of the new Couchbase Web Console (video)

Earlier this month, we introduced Developer Builds. In this video, I take you on a quick tour of the new Couchbase Web Console. This is a video version of the blog I wrote earlier about the new Couchbase Web Console....

Matthew Groves January 25, 2017
Couchbase Cluster using Docker

Couchbase Cluster using Docker

Docker Swarm and Service Mode to create Couchbase Cluster explained how to create a Couchbase Cluster using Docker. It used the concept of a “master” and a “worker” service to simplify and automate the creation of cluster. The homogenous cluster was then...

Transferring Data From Cassandra to Couchbase Using Spark

Transferring Data From Cassandra to Couchbase Using Spark

Shivansh Srivastava is a polyglot developer and a Scala ,Spark aficionado He likes to contribute to Open Source projects, and has contributed to many projects like, Apache Iota, Apache Spark, Apache Carbondata, Couchbase-Spark-Connector, Akka, Alpakka and many other projects. He has...

A tour of the new Couchbase Web Console

A tour of the new Couchbase Web Console

Change is coming to the Couchbase Web Console that you know and love. But don’t worry, the old UI will still be available (for a while). In this blog post, I’m going to take you on a tour of the...

Matthew Groves January 20, 2017
Couchbase Developer Release – What’s new for FTS?

Couchbase Developer Release – What’s new for FTS?

Couchbase FTS is our new Fulltext Index and Query engine. We previously introduced it last year, I invite you to read this post and the reference documentation for a better understanding of what it can do for you. If you...

Ingesting JSON Data Into Couchbase NoSQL Database Using Streamsets

Ingesting JSON Data Into Couchbase NoSQL Database Using Streamsets

This week our Community Writing blog post comes from Nick Cadenhead Nick originally trained as a software engineer, he has spent the past 15 years using his technical expertise to provide specialist consulting services on key accounts. Currently Senior Consultant...

Analyze Donald Trump Tweets with Couchbase and N1QL

Analyze Donald Trump Tweets with Couchbase and N1QL

AWS Serverless Lambda Scheduled Events to Store Tweets in Couchbase explained how to store tweets in Couchbase using AWS Serverless Lambda. Now, this Lambda Function has been running for a few days and has collected 269 tweets from @realDonaldTrump. This blog ,...

AWS Serverless Lambda Scheduled Events to Store Tweets in Couchbase

AWS Serverless Lambda Scheduled Events to Store Tweets in Couchbase

This blog has explained a few Serverless concepts with code samples: Serverless FaaS with AWS Lambda and Java AWS IoT Button, Lambda and Couchbase Microservice using AWS API Gateway, AWS Lambda and Couchbase Microservice using AWS Serverless Application Model and Couchbase...