Categoría: Go
-

Obtención masiva de documentos en Couchbase usando API reactiva o asincrónica
Cuando se trabaja con bases de datos distribuidas como Couchbase, el rendimiento y la eficiencia son consideraciones clave, especialmente al recuperar una gran cantidad de datos. Muchas veces, cuando los clientes provienen de diferentes antecedentes de desarrollo o bases de datos, preguntan...
-

Programmatic Administration of Capella Deployments with the Capella Management API
We’re incredibly excited to present to you the new features of our Capella Management API. The new version of the API has been redesigned from the ground-up to be more RESTful, extensible, robust and…
-

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

Importa los datos de tu colección de MongoDB a Couchbase Server con Golang
Si has estado al tanto, recordarás que escribí algunos tutoriales sobre cómo migrar tus aplicaciones de Node.js basadas en MongoDB a Couchbase. Estos incluyeron un tutorial del lenguaje de consultas de MongoDB a N1QL, así como un...
-

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…