Tyler Mitchell | Couchbase Blog

Author

All posts by Tyler Mitchell

Works with Couchbase Product and Product Marketing teams to bring new posts on NoSQL topics. Tyler has worked in diverse roles as a Product Manager (SDK, Full-Text Search) and now for the Product Marketing team. See LinkedIn for more details on books he's written and other roles in the database ecosystem.

Data Replication: Advantages & Disadvantages

Data Replication: Advantages & Disadvantages

Data replication (storing redundant copies of data in multiple locations) is crucial when it comes to maintaining high availability, improving the performance of your systems, and ensuring business operations run smoothly in the event of disaster. However, it does come...

July 28, 2023
Podcast: The Evolution of NoSQL

Podcast: The Evolution of NoSQL

Tune into this The Cloud Pod episode focused on the topic of NoSQL and how Couchbase has moved the needle on the state of the art. Listen to Couchbase CTO, Ravi Mayuram, share his observations and insights. “Couchbase set out...

May 15, 2023
Webcast: How to Optimize Application Performance & Lower TCO With a NoSQL DBaaS

Webcast: How to Optimize Application Performance & Lower TCO With a NoSQL DBaaS

A lot of customers come to Couchbase to replace outdated relational databases that were driving up their costs by dragging down the performance, flexibility, and scalability of their applications. We hear similar complaints about high costs from businesses that moved...

May 9, 2023
5 Reasons Developers Love Couchbase Capella

5 Reasons Developers Love Couchbase Capella

We get it, developers don’t have time to mess around. They want to build smarter, better, faster applications in the easiest way possible. With Couchbase Capella, developers can do just that. Don’t believe us? Take a look at 5 reasons...

February 14, 2023
Guide to Cloud Data Replication

Guide to Cloud Data Replication

Traditional data replication required managing a lot of moving parts in your application. Modern data replication takes it to the cloud, where backend systems do most of the heavy lifting. But cloud data replication is more than just synchronizing data...

January 26, 2023
Our 2022 Hot Topics and Innovations

Our 2022 Hot Topics and Innovations

Over the past year the Couchbase blog has been filled with product announcements, developer tutorials, conceptual introductions, and much more. Here is a look at the most popular posts that we had and why it is still worth reading today....

December 22, 2022
Querying Trades on the Stellar Blockchain using Couchbase & Python

Querying Trades on the Stellar Blockchain using Couchbase & Python

In Part 1 of this series, Monitor Stellar Assets Using Couchbase & Python, we introduced the basic concepts of the Stellar Decentralized (Blockchain) Exchange and showed how to store a copy of an account asset list in Couchbase. In this...

March 10, 2022
Monitor Stellar Assets using Couchbase & Python

Monitor Stellar Assets using Couchbase & Python

This post describes how to build a basic client that records activity on the Stellar Decentralized Blockchain. Stellar hosts a growing list of new and different cryptocurrency alt-coins and tokens. With the code from this post you can create a...

February 15, 2022
How to Add Full-Text Search Functionality to Your JavaScript App

How to Add Full-Text Search Functionality to Your JavaScript App

It’s unavoidable: If you’re working with a document database, you’re eventually going to need to search for (and through) your JSON documents. In this tutorial, you’ll add the full-text search capabilities of Couchbase to the basic REST API built with...

September 20, 2021
How to Query JSON Data Using SQL++ for Node.js and Couchbase

How to Query JSON Data Using SQL++ for Node.js and Couchbase

Today’s the day your Node.js app learns “go fetch.” By following this basic tutorial, you’ll learn how to build a REST API for your Node.js app that sends SQL++ (aka N1QL) queries to retrieve data from Couchbase. This post continues...

September 15, 2021
Build a REST-Based Application with Node.js, Express and Couchbase

Build a REST-Based Application with Node.js, Express and Couchbase

If you’re new to Node.js, Couchbase or both, you’re about to level up your skills. Today I’ll show you how to build a minimal REST-based application for retrieving documents from Couchbase using Node.js and Express. This post continues my introductory...

September 6, 2021
How to Create Async Get/Upsert Calls with Node.js and Couchbase

How to Create Async Get/Upsert Calls with Node.js and Couchbase

If you’re a JavaScript dev who’s transitioning to use Node.js, you’ll want to take advantage of async functions. That’s because asynchronous API calls don’t block your code and return promises. In this post, I’ll show you how to create async...

August 30, 2021