Category: Couchbase SDK

Webcast: See our Developer-friendly Updates to Capella DBaaS

Webcast: See our Developer-friendly Updates to Capella DBaaS

The Spring Release of Couchbase Capella™ DBaaS coincides with National Cloud Database Day (June 1st) – perfect timing because Capella reimagines the modern database as a fast, flexible, and affordable cloud database platform. In this What’s New webcast, we’ll walk you...

Stack Overflow Developer Survey for 2023 Now Open

Stack Overflow Developer Survey for 2023 Now Open

It’s that time of year again: the Stack Overflow Developer Survey is open. This year has an increased emphasis on AI and ML. Check out the Stack Overflow blog for more details. Who is a “Developer”? A developer is someone...

May 11, 2023
Use Postman With Couchbase Capella Public API

Use Postman With Couchbase Capella Public API

Important Update: Please note that the V3 API will be deprecated soon and will no longer receive updates or support beyond its end-of-life date. To benefit from enhanced features and improved performance, we strongly recommend transitioning to our new V4...

April 21, 2023
Extending .NET Caching Provider for Collections

Extending .NET Caching Provider for Collections

To help .NET developers better use Couchbase in their applications, there is a collection of community-supported Couchbase Extensions. These include extensions for caching, session, multiop, compression, and locking. And there are some officially supported extensions for dependency injection, open telemetry,...

April 11, 2023
Updating Sensor Data: Exploring Couchbase’s Multi-Model Options

Updating Sensor Data: Exploring Couchbase’s Multi-Model Options

Couchbase has become a popular choice for IoT use cases, thanks to its flexible multi-model data management capabilities. Recently, I was working with a customer in the cruise industry that had a unique challenge – they needed Couchbase to receive...

April 4, 2023
Streaming Data using Amazon MSK with Couchbase Capella

Streaming Data using Amazon MSK with Couchbase Capella

We see that a significant number of customers take advantage of Couchbase integration with Apache Kafka by using the Couchbase Kafka connector plugin to reliably stream data to and from Apache Kafka at scale. Apache Kafka is an open-source platform...

What is Native Mobile Development? (Benefits, Tools, Resources)

What is Native Mobile Development? (Benefits, Tools, Resources)

What is native mobile application development? When talking about native mobile app development, it’s good to first understand the landscape. There are approximately 6.5 billion smartphone users worldwide, and that number is growing. As smartphones become more ubiquitous and, at...

Couchbase Transaction Support in Spring Data Couchbase

Couchbase Transaction Support in Spring Data Couchbase

Transaction support has been recently added to the Couchbase SDKs. Starting in Spring Data Couchbase 5.0.0-M5, support for transactions has been added to Spring Data Couchbase. In this blog, we will describe using the Spring Data @Transactional annotation to leverage...

QuickStart: Couchbase with Apache Spark on Databricks

QuickStart: Couchbase with Apache Spark on Databricks

Couchbase is the world’s leading NoSQL document database. It offers unmatched performance, flexibility and scalability on the edge, on-premise and in the cloud. Spark is one of the most popular in-memory computing environments. The two platforms can be combined to...

September 27, 2022
From N1QL to JavaScript and Back – Part 5: Prepared statements

From N1QL to JavaScript and Back – Part 5: Prepared statements

In previous blogs, we covered executing N1QL (SQL++) from JavaScript functions, processing documents through iterators, manipulating data. and handling errors. We now move to executing dynamic statements. Prepared statements JavaScript functions can prepare and execute prepared statements, much like any request...

Meet Brant Burnett – A Couchbase Ambassador

Meet Brant Burnett – A Couchbase Ambassador

Brant is the Systems Architect at CenterEdge Software where he’s been an avid user of Couchbase since 2012 and a supporter of the Couchbase Community since 2016. His focus is on Couchbase Server, SQL++, and the .NET SDK. What was...

From N1QL to JavaScript and back – Part 4: Error Handling

From N1QL to JavaScript and back – Part 4: Error Handling

In previous blogs, we have covered executing N1QL from JavaScript functions, processing documents through iterators, and manipulating data. We now move onto handling errors from N1QL statements. Error handling When an error of any nature is encountered, the jsevaluator by...