Results for: serverless

Use AWS Lambda and API Gateway with Node.js and Couchbase NoSQL

Use AWS Lambda and API Gateway with Node.js and Couchbase NoSQL

There has been a lot of buzz around functions as a service (FaaS), commonly referred to as serverless. A popular provider for these functions is Amazon with its AWS Lambda service. One could create a function in any of the...

Scaling Couchbase Server on Azure

Scaling Couchbase Server on Azure

Scaling is one of Couchbase Server’s strengths. It’s easy to scale, and Couchbase’s architecture makes an efficient use of your scaling resources. In fact, when Couchbase customer Viber switched from Mongo to Couchbase, they cut the number of servers they...

Matthew Groves December 18, 2017
Chatbot on Azure and Couchbase for Viber

Chatbot on Azure and Couchbase for Viber

A chatbot can be a novel way to interact with users. After writing a post introducing the basics of serverless, and also writing a post on writing Azure Functions, I decided I would try to build something a little more...

Matthew Groves December 8, 2017
Azure Functions and Lazy Initialization with Couchbase Server

Azure Functions and Lazy Initialization with Couchbase Server

Azure Functions are still new to me, and I’m learning as I’m going. I blogged about my foray into Azure Functions with Couchbase over a month ago. Right after I posted that, I got some helpful feedback about the way...

Matthew Groves September 15, 2017
Get to know our Couchbase Community Meet –Ratnopam Chakrabarti

Get to know our Couchbase Community Meet –Ratnopam Chakrabarti

Ratnopam Chakrabarti hails from Plano, Texas and is an AWS Certified Solution Architect at Ericsson. He has been actively involved in contributing to our our Community writing program sharing off his expertise on Couchbas

Azure Functions with Couchbase Server

Azure Functions with Couchbase Server

Azure Functions are Microsoft’s answer to Amazon’s Lambdas or Google’s Cloud Functions (aka “serverless” architecture). They give you a way to deploy small pieces of code, and let Azure handle the underlying server. I’ve never used them before, so I...

Matthew Groves August 9, 2017
Using Couchbase Full Text Search Service in Java

Using Couchbase Full Text Search Service in Java

Full-text based search is a feature that allows users to search based on texts and keywords, and is very popular among users and the developer community. So it’s a no-brainer that there are lots of APIs and frameworks that offer...

Couchbase Weekly, January 25 2017

Couchbase Weekly, January 25 2017

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Highights This Week January 26: Applying N1QL and FTS over machine learning January 24: Couchbase Partner Day January 24: Nuts and Bolts of...

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 ,...

Microservice using AWS API Gateway, AWS Lambda and Couchbase

Microservice using AWS API Gateway, AWS Lambda and Couchbase

This blog has explained the following concepts for serverless applications so far: Serverless FaaS with AWS Lambda and Java AWS IoT Button, Lambda and Couchbase The third blog in serverless series will explain how to create a simple microservice using Amazon API Gateway,...

AWS IoT Button, Lambda and Couchbase

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 can be used as a trigger for...