Categoria: Go
-

Obtenção em Lote de Documentos no Couchbase usando API Reativa ou Assíncrona
Ao trabalhar com bancos de dados distribuídos como o Couchbase, o desempenho e a eficiência são considerações fundamentais, especialmente ao recuperar uma grande quantidade de dados. Muitas vezes, quando clientes vêm de diferentes áreas de desenvolvimento ou de outros bancos de dados, eles perguntam...
-

Administração Programática de Implantações do Capella com a API de Gerenciamento do Capella
Estamos incrivelmente animados para apresentar a vocês os novos recursos da nossa API de Gerenciamento do Capella. A nova versão da API foi reformulada desde o início para ser mais RESTful, extensível, robusta e...
-

Text Analysis within a Full-Text Search Engine
Full-Text Search refers to techniques for searching text content within a document or a collection of documents that hold textual content. A Full-Text search engine examines all the textual content within documents as it…
-

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

Importe os dados da sua coleção MongoDB para o Couchbase Server com Golang
Se você tem acompanhado, vai se lembrar de que escrevi alguns tutoriais sobre como converter suas aplicações Node.js alimentadas por MongoDB para o Couchbase. Estes incluíram um tutorial de Linguagem de Consulta do MongoDB para N1QL, bem como um...
-

Create a RESTful URL Shortener with Couchbase and Go
Previously I wrote about creating a URL shortener using Node.js and N1QL, but I figured it would be useful to demonstrate the same in my other favorite programming language, Golang. In this video tutorial…
-

Developing an API with Golang using Couchbase NoSQL and N1QL
Have you ever wanted to create a RESTful API with Golang, but didn’t know where to start? What do you do about URL routing, data modeling, or even the data layer in general? In…
-

Couchbase Go SDK Developer Preview!
I am happy to announce the first Developer Preview of our official Go SDK (gocb) today. While in the past, we have had the go-couchbase project which does provide access to many of…