Remove couchbase
article thumbnail

Introduction To Jepsen Testing At Couchbase

DZone

As most of you know, Couchbase is a database that provides users with a range of consistency and fault tolerance options to ensure that the state of their data meets certain criteria or guarantees.

Testing 146
article thumbnail

How LinkedIn Serves Over 4.8 Million Member Profiles per Second

InfoQ

LinkedIn introduced Couchbase as a centralized caching tier for scaling member profile reads to handle increasing traffic that has outgrown their existing database cluster. The new solution achieved over 99% hit rate, helped reduce tail latencies by more than 60% and costs by 10% annually. By Rafal Gancarz

Cache 83
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Moving From Couchbase To HERE, The Adventure Continues

The Polyglot Developer

Back in 2015, I shared my story about becoming a Developer Advocate at Couchbase in an article titled, Ending My Adventure at UC Merced and Starting Fresh. In the three years that I’ve been at Couchbase, I’ve had a positive impact towards spreading awareness, getting product adoption, and making developers successful.

article thumbnail

Using Couchbase Server In A Golang Web Application

The Polyglot Developer

A popular NoSQL database that stores data in JSON format is the open source Couchbase Server. We’re going to take a look at how to include Couchbase Server into our RESTful web application written in the Go programming language. The post Using Couchbase Server In A Golang Web Application appeared first on The Polyglot Developer.

Servers 52
article thumbnail

Using Couchbase With Docker And Deploying A Containerized NoSQL Cluster

The Polyglot Developer

We’re going to see how to create a custom Docker image for the popular document-oriented NoSQL database, Couchbase , and cluster a few containers together to make one awesome NoSQL cluster. The post Using Couchbase With Docker And Deploying A Containerized NoSQL Cluster appeared first on The Polyglot Developer.

article thumbnail

Create A URL Shortener With Golang And Couchbase NoSQL

The Polyglot Developer

In this example we’re going to create an application that makes use of Golang, Couchbase, and a few other project dependencies. The post Create A URL Shortener With Golang And Couchbase NoSQL appeared first on The Polyglot Developer.

article thumbnail

Boosting Spring Data Performance With Couchbase

DZone

Spring Data provides an easy programming model for data access in both relational and non-relational databases. It became very popular among Java/JVM developers because of the small learning curve and low codebase.