Categoría: Servidor Couchbase
-

NDP Episode #23: Max Neunhoeffer on ArangoDb
ArangoDb is the focus of the latest episode of The NoSQL Database Podcast. Max Neunhoeffer joins as the special guest to talk about this multi-model NoSQL document database. The previous episode of the podcast…
-

Uso de YCSB para evaluar bases de datos JSON
Bruce Lindsay dijo una vez: “Hay tres cosas importantes en el mundo de las bases de datos: rendimiento, rendimiento y rendimiento”. Como la mayoría de los arquitectos empresariales saben, a medida que avanzamos en las características y arquitecturas de las bases de datos, es importante medir el rendimiento en un...
-

Mejoras en la búsqueda de texto completo en Couchbase Server 5.5 y 6.0
Couchbase Server 5.5 y 6.0 añaden varias características nuevas al servicio de Búsqueda de Texto Completo (FTS) (entre muchas otras características nuevas). Se incluyen mejoras de rendimiento y manejabilidad, la finalización de la función geoespacial y la incorporación de extensos analizadores de nuevos idiomas.
-

Azure Functions with Couchbase Server (video)
Azure Functions allow you to use “serverless” architecture on Microsoft Azure. All you do is write the code, and Azure Functions takes care of the servers for you. Azure Functions In this video, I’m…
-

Búsqueda predictiva: Desarrolla con Couchbase Full-Text Search y Node.js
Durante el último año más o menos, he escrito una variedad de tutoriales sobre el servicio de búsqueda de texto completo (FTS) de Couchbase, la mayoría de los cuales son ejemplos específicos de cómo hacer algo con uno de...
-

Procesamiento de consultas GraphQL con Java, Spring Boot y NoSQL
Durante el transcurso de los últimos meses he estado aprendiendo sobre GraphQL y cómo usarlo como una alternativa al desarrollo de APIs RESTful. El enfoque hasta ahora había girado en torno a GraphQL y…
-

Cómo unir JSON: Couchbase N1QL vs. Consulta de MongoDB
A medida que las bases de datos NoSQL evolucionaron, cada una añadió API o lenguajes de alto nivel para ayudar a los programadores a hacer cosas complejas fácilmente. SQL, habiendo hecho eso para los datos relacionales, marcó el camino. En SQL, los desarrolladores dicen QUÉ necesita...
-

Michigan User Groups this month
Michigan user groups: watch out! I’ll be spending a solid week at in your state! I’ll be talking about the tech I’m most enthusiastic about, including: Couchbase Server, .NET, C#. If you’re anywhere in…
-

AKS with the Couchbase Kubernetes Operator
AKS (Azure Container Service) is the managed Kubernetes service on Microsoft Azure. It is currently in preview, so there are some things that may change down the road. In this post, I’m going to…
-

Divide and Conquer: Couchbase GSI Index partitioning.
In Couchbase, data is always partitioned using the consistent hash value of the document key into vbukets which are stored on the data nodes. Couchbase Global Secondary Index (GSI) abstracts the indexing operations and…
-

What OpenTracing Is and Why It’s Important
We have previously discussed why system observability is important in distributed systems and the challenges that it can help to overcome – if you missed it, you can see Matt Ingenthron’s introduction to the…
-

Authentication With X.509 Certificates
Data security is an important aspect of every modern data platform. With micro-service based architectures becoming more of a common pattern across every high-scale app, existing password based authentication mechanisms for user authentication is…