Tag: JSON

OIDC Implicit Flow for Client Authentication in Couchbase Sync Gateway [Part 2 of 3]
OIDC Implicit Flow for Client Authentication in Couchbase Sync Gateway [Part 2 of 3]

Discover how to build and understand OpenID Connect (OIDC) implicit flow-based client authentication within the context of Couchbase Sync Gateway replication.

OAuth 2.0 & OIDC Fundamentals for Authentication & Authorization [Part 1 of 3]
OAuth 2.0 & OIDC Fundamentals for Authentication & Authorization [Part 1 of 3]

Discover how to implement implicit and authorization code flows for user authentication and authorization using OAuth 2.0 and OIDC alongside Couchbase.

Data Structures & Queries with Couchbase N1QL (SQL for JSON)
Data Structures & Queries with Couchbase N1QL (SQL for JSON)

Access JSON NoSQL data with Couchbase data structures: maps, lists, counters, queues using N1QL/SQL queries, indexes and efficient SDK calls.

NoSQL Is Dead, Long Live NoSQL
NoSQL Is Dead, Long Live NoSQL

Dynamo accelerated the NoSQL revolution that’s driving the database industry. Recently, Amazon announced PartiQL – A SQL-Compatible Query Language for their flagship NoSQL database Amazon DynamoDB. This has brought the NoSQL “re:evolution” full circle. It’s wonderful to see the collaborative research from UCSD and...

Text Analysis within a Full-Text Search Engine
Text Analysis within a Full-Text Search Engine

Couchbase’s Full-Text Search (FTS) Engine is powered by Bleve, and this article will showcase text analysis within this engine.

FHIR Data Model with Couchbase N1QL
FHIR Data Model with Couchbase N1QL

This post focuses on the FHIR specification as defined by HL7 FHIR. Learn how the Couchbase database can be used to implement FHIR compliant applications.

Couchbase Intro for MongoDB Developers and NoSQL Experts
Couchbase Intro for MongoDB Developers and NoSQL Experts

Many start with MongoDB to learn NoSQL and flexible JSON schema, many choose Couchbase for performance, scale, and SQL. Learn the differences in this post.

A Comparison of 3 NoSQL Query Languages Across 7 Metrics
A Comparison of 3 NoSQL Query Languages Across 7 Metrics

See how Couchbase N1QL, MongoDB query, and MySQL/SQL compare across 7 key metrics here. We summarize the findings of Altoros' report on resilient IT.

It’s SQL. Again.
It’s SQL. Again.

[crayon-6a147891e408a954018039/] [crayon-6a147891e4090234610755/] — In the spirit of Alexander Pope and Sir John Squire.

Cost Based Optimizer for Couchbase N1QL (SQL for JSON)
Cost Based Optimizer for Couchbase N1QL (SQL for JSON)

Authors & Engineering Team: Bingjie Miao, Keshav Murthy,  Marco Greco, Prathibha Bisarahalli. Couchbase, Inc.  A rule-based optimizer knows rules for everything and cost for nothing – Oscar Wilde Abstract Couchbase is a distributed JSON database. It provides distributed data processing,...

YCSB-JSON: Implementation for Couchbase and MongoDB
YCSB-JSON: Implementation for Couchbase and MongoDB

For JSON databases such as Couchbase and MongoDB, YCSB is helpful for executing more sophisticated queries. Learn how to use YCSB-JSON today.

Using YCSB to Benchmark JSON Databases
Using YCSB to Benchmark JSON Databases

This post covers the YCSB benchmark and provides examples of benchmark operations, workloads, YCSB-JSON implementation and explains how to run YCSB-JSON.