[카테고리:] Go언어
-

반응형 또는 비동기 API를 사용하여 Couchbase에서 문서 일괄 조회하기
Couchbase와 같은 분산 데이터베이스로 작업할 때, 특히 대량의 데이터를 검색할 때 성능과 효율성은 핵심 고려 사항입니다. 다른 개발 또는 데이터베이스 배경을 가진 고객들이 문의해 올 때 종종...
-

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

Golang을 사용하여 MongoDB 컬렉션 데이터를 Couchbase 서버로 가져오기
꾸준히 읽어오셨다면, MongoDB 기반 Node.js 애플리케이션을 Couchbase로 마이그레이션하는 것에 관한 몇 가지 튜토리얼을 작성했던 것을 기억하실 것입니다. 여기에는 MongoDB 쿼리 언어(MQL)를 N1QL로 변환하는 튜토리얼뿐만 아니라...
-

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…