Categoria: Couchbase Server
-

Como Escopos e Coleções Simplificam Implantações de Aplicativos Multi-Tenant no Couchbase
Agora está mais fácil do que nunca criar e implantar microsserviços e aplicativos multilocatários no Couchbase. A versão 7.0 apresenta um novo recurso de organização de dados chamado “Scopes” e “Collections”. Os “Scopes” e as “Collections” permitem o isolamento lógico…
-

How (and Why) to Use Couchbase as an XML Database
Couchbase and XML – no problem! I’ve heard it said dozens of times: “Hey, Couchbase is great but I use XML.” I recognize that countering with, “Couchbase can be your XML database” is pretty…
-

4 Patterns for Microservices Architecture in Couchbase
Microservices have emerged as a common architecture pattern over the last decade. In this approach, small, autonomous and loosely coupled services work together over a distributed network. Each microservice is typically delimited to a…
-

Using the Java SDK for Couchbase: The Basics of Get & Upsert
Using Java with Couchbase doesn’t have to be hard, even for a new developer. In this quickstart tutorial, we’re going to walk through the basics of creating and fetching JSON documents in Couchbase using…
-

Couchbase Autonomous Operator vs MongoDB Enterprise Kubernetes Operator
A Kubernetes Operator is a software extension to Kubernetes that supports built-in capabilities to manage your Kubernetes applications in an automated fashion and that follows Kubernetes principles – especially the Control Loop pattern. Why…
-

Using Fluent Bit for Log Forwarding & Processing with Couchbase Server
With the recent release of Couchbase Autonomous Operator (CAO) 2.2, we have recently provided log processing and forwarding for the Kubernetes deployments using the OSS Fluent Bit tooling. This is also OSS and available…
-

SQL and NoSQL comparison: ASP.NET application
This SQL and NoSQL comparison is the next step after converting your SQL Server database to Couchbase. In the previous post, I copied AdventureWorks from SQL Server to Couchbase. In this post, I’m going…
-

Couchbase Adopts BSL License
Couchbase adopts Business Source License (BSL 1.1) with release of source code to Couchbase Server 7. Couchbase changes source code license to BSL 1.1 Today we are announcing that Couchbase is changing our source…
-

SQL to NoSQL: Automated Migration
SQL to NoSQL migration seems like a contradiction, but thanks to advances and innovations in Couchbase Server’s NoSQL database, it’s becoming easier. In this post, I’ll introduce you to a tool called SqlServerToCouchbase, an…
-

Data Structures & Queries with Couchbase N1QL (SQL for JSON)
In the Data Structures for NoSQL Applications post, we used simplified JSON data access through native collections, maps, and more. This post demonstrates querying that data using higher-level N1QL queries, the SQL-based language for…
-

DataGrip Setup for Couchbase
DataGrip from JetBrains has added NoSQL Couchbase support. It was first made available in their 2020.3 EAP (Early Access Preview) DataGrip 2020.3 EAP is Open! – Couchbase support – Grants – More powerful value…
-

Tecnologia Blockchain vs. Bancos de Dados NoSQL
Tanto os bancos de dados NoSQL quanto os livros-razão modernos baseados em blockchain se beneficiam de um conjunto de princípios comuns. Quando ambos são implementados em um aplicativo, é possível alcançar muito, já que as plataformas podem se complementar…