Categoria: Couchbase Server
-

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

Usando o YCSB para avaliar bancos de dados JSON
Bruce Lindsay disse uma vez: “Existem três coisas importantes no mundo dos bancos de dados: Desempenho, Desempenho e Desempenho”. A maioria dos arquitetos corporativos sabe que, à medida que avançamos em recursos e arquiteturas de banco de dados, é importante medir o desempenho em um...
-

Melhorias na busca de texto completo no Couchbase Server 5.5 e 6.0
O Couchbase Server 5.5 e 6.0 adicionam vários novos recursos ao serviço de Pesquisa de Texto Completo (FTS) (entre muitos outros novos recursos). Estão incluídos melhorias de desempenho/gerenciamento, a finalização do recurso geoespacial e a adição de novos e extensos analisadores de 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…
-

Typeahead: Develop with Couchbase Full-Text Search & Node.js
Over the past year or so I’ve written a variety of tutorials around the full-text search (FTS) service of Couchbase, most of which are specific examples of how to do something with one of…
-

Processing GraphQL Queries with Java, Spring Boot, and NoSQL
Over the span of the past few months I’ve been learning about GraphQL and how to use it as an alternative to RESTful API development. The focus thus far had been around GraphQL and…
-

Como fazer JOIN em JSON: Couchbase N1QL vs. MongoDB Query
Conforme os bancos de dados NoSQL evoluíram, cada um adicionou APIs ou linguagens de nível superior para ajudar os programadores a fazer coisas complexas facilmente. O SQL, tendo feito isso para dados relacionais, mostrou o caminho. Em SQL, os desenvolvedores dizem O QUE precisa...
-

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…