Results for: fts

ASP.NET Core CRUD with NoSQL: Part 3

ASP.NET Core CRUD with NoSQL: Part 3

ASP.NET CRUD applications consist of create, read, update, and delete. In part 1, we set up a basic ASP.NET Core project. In part 2, we added the first read endpoint, using a SQL++ query against wishlist data. Couchbase’s SQL++ is...

Matthew Groves May 5, 2022
Building a Mobile Application with Couchbase – Part 3

Building a Mobile Application with Couchbase – Part 3

Part 3: Adding sync functionality to a centralized server This multipart blog will help the reader build an end-to-end mobile application using the industry-leading features of Couchbase Lite.  A state of the art, end-to-end, scalable and production grade application should...

ASP.NET Core CRUD with NoSQL: Part 2

ASP.NET Core CRUD with NoSQL: Part 2

CRUD stands for Create, Read, Update, and Delete. In part 2, we’ll look at R for Read, and build an ASP.NET Core endpoint to read data from Couchbase using SQL. Make sure to read part 1 of this series, which...

Matthew Groves April 18, 2022
Building a Mobile Application with Couchbase – Part 2

Building a Mobile Application with Couchbase – Part 2

This multipart blog will help you build an end-to-end mobile application using the industry-leading features of Couchbase Lite. State of the art end-to-end, scalable and production-grade applications include the following features: An embedded database – storing data locally reduces network...

ASP.NET Core CRUD with NoSQL – Part 1

ASP.NET Core CRUD with NoSQL – Part 1

Let’s build an ASP.NET Core CRUD with NoSQL application. I’ll be creating a basic CRUD HTTP API (CRUD is Create, Read, Update, Delete). This API will be operating on a gift wishlist: all the items I want you to buy...

Matthew Groves April 4, 2022
Build A Mobile Application With Couchbase – Part 1

Build A Mobile Application With Couchbase – Part 1

This multipart blog will help you build an end-to-end mobile application using Couchbase Lite. State of the art end-to-end, scalable and production-grade applications include the following features: An embedded database – storing data locally reduces network trips to a centralized...

Why Uplevel From MongoDB™

Why Uplevel From MongoDB™

Today’s applications need to deliver a great experience to users anywhere, all the time. For business-critical applications, there is no downtime, they must support customers 24/7, 365. Applications are being architected to run on micro-services and to be developed in...

Rick Jacobs February 22, 2022
School of Code Bootcamp & My Experience Learning Couchbase

School of Code Bootcamp & My Experience Learning Couchbase

Guest post by Eni Bellver, a recent student from the School of Code Bootcamp that included a workshop teaching Couchbase technology. I recently had the pleasure of attending a Couchbase presentation and workshop that was delivered virtually to over 100...

Guest Blogger February 11, 2022
Deploying Couchbase for High-Availability in Google Cloud Platform – Part 1

Deploying Couchbase for High-Availability in Google Cloud Platform – Part 1

Google Cloud Platform (GCP) was noticeably behind AWS and Azure in going to market with a cloud compute platform. Despite that, GCP growth percentages have been greater than AWS as enterprises are starting to consider some of the advantages GCP...

Jenn Lewis January 17, 2022
Introducing Ottoman v2.0: An ODM for Node.js & Couchbase

Introducing Ottoman v2.0: An ODM for Node.js & Couchbase

On behalf of the Couchbase team, I’m absolutely thrilled to announce the General Availability of Ottoman 2.0. Ottoman is an Object Document Mapper (ODM) library for Couchbase and Node.js that maps JSON documents stored in Couchbase to native JavaScript objects....

Arun Vijayraghavan September 30, 2021
How to Build Indexes for Full-Text Search in Couchbase 7.0

How to Build Indexes for Full-Text Search in Couchbase 7.0

Indexes are the underlying infrastructure that make full-text search possible. The new Scopes and Collections feature in Couchbase Server 7.0 makes full-text search in your applications more powerful than ever before. Powering those searches requires full-text indexes. This article provides...

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

Tyler Mitchell September 20, 2021