Results for: couchbase mobile 2

How to Choose the Best Database-as-a-Service (DBaaS) for Your Needs

How to Choose the Best Database-as-a-Service (DBaaS) for Your Needs

Picking a database is a long-term commitment, whether for an application or a data warehouse project. The database is the foundation of your application and provides secure storage and access to all of your information. And without data, you don’t...

Arming developers with the right technology to reduce pressure and help win the race to the cloud

Arming developers with the right technology to reduce pressure and help win the race to the cloud

In many ways, 2022 has been a banner year for enterprises’ digital transformation strategies. Investment is set to grow by 46 percent over the next 12 months. And as organizations continue the race to the cloud, they are identifying how...

How Multimodel Databases Can Reduce Data Sprawl

How Multimodel Databases Can Reduce Data Sprawl

Not so long ago applications were built almost exclusively as a single and indivisible unit. This monolithic style was a legacy of a time when data capacity was limited, databases were designed for a single unit and the application was...

Capella App Services Expands Cloud Support for Fully Managed Offline-first Data Sync

Capella App Services Expands Cloud Support for Fully Managed Offline-first Data Sync

We’re pleased to announce the general availability of Capella App Services on Google Cloud Platform (GCP). The cloud expansion comes on the heels of the recent public launch of Capella App Services on AWS. Capella App Services is a fully...

Exploring New Ways to Engage Developers

Exploring New Ways to Engage Developers

At Couchbase, we continuously explore new ways to engage developers in our community and create new spaces for sharing, learning and collaboration. The more engagement and participation we foster, the more our community can grow and thrive.  To this end,...

Building Modern Applications with JSON and SQL – Webinar

Building Modern Applications with JSON and SQL – Webinar

Over the past decade, there has been a major shift in how applications are conceived, designed, built and deployed. They look and behave completely differently than traditional ERP or CRM systems.  We recently held a webinar highlighting how Couchbase is...

Energy at the Edge: How the Right Database Can Lower Our Gas Prices

Energy at the Edge: How the Right Database Can Lower Our Gas Prices

What can a database do to help an oil and gas company lower rising prices at the pump? It turns out, a lot! In this post, I explore some data-related factors of rapidly increasing energy costs and how Couchbase can...

Validate JSON Documents in Python using Pydantic

Validate JSON Documents in Python using Pydantic

One of the main attractions of document databases is the flexibility of the document structure or schema. For the most part, the flexibility in the document schema is beneficial. However, there might be some situations where having some structure to...

Nithish Raghunandanan March 22, 2022
Postman Collections for Sync Gateway Administration

Postman Collections for Sync Gateway Administration

Web-based clients can administer, monitor and interact with Couchbase Sync Gateway using a RESTful interface. With the Sync Gateway 3.0 release, database administration is done exclusively through the admin REST endpoint. Postman is an API test, development and documentation tool...

Cluster-Aware Configuration Examples for Sync Gateway

Cluster-Aware Configuration Examples for Sync Gateway

The Sync Gateway 3.0 release introduces a modular, cluster-aware approach to Sync Gateway configuration that supersedes the node-level JSON configuration file based approach from earlier versions. In this post, we will take a deeper look at the new approach to...

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
Data Validation with the Eventing Service

Data Validation with the Eventing Service

Data Validation is an interesting topic to cover for a NoSQL technology, purely down to the fact that the core principles of the system revolve around a “schema-less” architecture. For many years, SQL and schemas have controlled application data, ensuring...