Categoría: Servidor Couchbase
-

Cómo los ámbitos y colecciones simplifican las implementaciones de aplicaciones multiinquilino en Couchbase
Ahora es más fácil que nunca crear e implementar microservicios y aplicaciones multiusuario en Couchbase. La versión 7.0 introduce una nueva función de organización de datos llamada Scopes and Collections. Scopes and Collections permiten el aislamiento 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 adopta la licencia BSL
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…
-

Estructuras de datos y consultas con Couchbase N1QL (SQL para JSON)
En la publicación Data Structures for NoSQL Applications, utilizamos acceso a datos JSON simplificado a través de colecciones nativas, mapas y más. Esta publicación demuestra cómo consultar esos datos utilizando consultas N1QL de nivel superior, el lenguaje basado en SQL para...
-

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

Tecnología Blockchain vs. Bases de datos NoSQL
Tanto las bases de datos NoSQL como los libros mayores de cadena de bloques (Blockchain) modernos se benefician de un conjunto de principios comunes. Cuando ambos se implementan para una aplicación, se puede lograr mucho ya que las plataformas pueden complementarse entre sí.