Categoria: Melhores Práticas e Tutoriais
-

N1QL & SEARCH: Leverage Full-Text Search (FTS) Index in N1QL
With Couchbase v6.5, Full-Text Search is now integrated into the Couchbase N1QL query construct. Customers can now leverage FTS indexes directly with N1QL. This provides developers a single API to combine N1QL exact predicate…
-

How to Create a Custom Token Store for Spring-Security-Oauth2 | OAuth Part 2
In the previous blog post, we discussed how to configure a simple OAuth2 authentication. However, our implementation has a major flaw in it: we are using an in-memory token store. In-Memory token stores should…
-

Usando Couchbase Analytics com Node.js e JavaScript
Nota: Esta postagem usa a Linguagem de Definição de Dados do Couchbase Analytics da versão de pré-lançamento 5.5. Para atualizações e informações sobre alterações incompatíveis em versões mais recentes, consulte Alterações no Couchbase…
-

Conflitos de Documentos e Resolução no Couchbase Mobile 2.0
Conflitos de documentos podem ocorrer em ambientes distribuídos que oferecem suporte à sincronização de dados, nos quais um documento pode ser atualizado simultaneamente por um ou mais autores. Isso é especialmente comum em ambientes móveis onde conexões de rede instáveis...
-

ANSI JOIN Support in N1QL
Overview ANSI JOIN support is added in N1QL to Couchbase version 5.5. In previous versions of Couchbase, join support was limited to lookup join and index join, which works great when the document key…
-

Couchbase With Spring-Boot and Spring Data
One of the biggest barriers for anyone who wants to start using new technologies is usually the learning curve. Often while starting a new project, we end up choosing to use what we already…
-

Introducing Couchbase PartnerEngage
I’m very excited to announce the launch of Couchbase PartnerEngage, a new partner program tailored for resellers, system integrators, consultants and technology partners to capitalize on the Engagement Database market opportunity. Though Couchbase has…
-

Paginação de Banco de Dados: Usando OFFSET e Keyset no N1QL
Leia o contexto de paginação no meu artigo anterior: https://www.couchbase.com/blog/optimizing-database-pagination-using-couchbase-n1ql/ Paginação é a tarefa de dividir o resultado potencial em páginas e recuperar as páginas necessárias, uma a uma sob demanda. Usando OFFSET e LIMIT...
-

Going Full Stack with Node.js, Vue.js, and Couchbase NoSQL
If you’ve been keeping up, I’m a huge advocate for Node.js development and the JavaScript development stack. Previously I had written about the Couchbase, Express, AngularJS, and Node.js (CEAN) stack and modernized the backend…
-

Formato de Data Oracle: N1QL e Suporte para Funções de Data e Hora
As funções e formatos de Data e Hora podem variar para diferentes bancos de dados. Neste artigo, compararemos as funções de Data e Hora baseadas no padrão ISO do Couchbase com o formato de Data do Oracle. Os formatos de data variam entre bancos de dados relacionais e NoSQL devido...
-

Hashing Password Data in Couchbase with Golang and BCrypt – Video
I recently wrote about hashing password data using Golang before storing them into Couchbase. This is very useful because user data is incredibly sensitive. To further build upon what I wrote about, I thought…
-

Continuously Deploying a Node.js Application Using CircleCI
A few months back I had written about creating a continuous deployment pipeline with Node.js and Jenkins, where the Node.js application was using Couchbase in some fashion. Essentially, it took a project from GitHub,…