[카테고리:] 모범 사례 및 튜토리얼
-

Unlock Single Sign-On Capabilities for Couchbase with Keycloak and SAML
Welcome to this comprehensive guide on integrating Couchbase with Keycloak. In today’s digital environment, securing applications and managing identities efficiently is paramount. SAML (Security Assertion Markup Language) and Keycloak, a versatile Identity and Access…
-

Hybrid Search: An Overview
What Is Hybrid Search? Hybrid search typically refers to a search approach that combines multiple search methodologies or technologies to provide more comprehensive and accurate results. In the context of information retrieval, hybrid search…
-

Twitter Thread tl;dr With AI? Part 2
In part 1 we saw how to scrape Twitter, turn tweets in JSON documents, get an embedding representation of that tweet, store everything in Couchbase and how to run a vector search. These are…
-

A Java Microservices Overview
In the last decade, microservices have changed how developers and organizations build and ship applications. According to Stack Overflow’s 2023 Developer Survey, nearly 49% of software professionals use microservices daily. To further understand how…
-

Query Graph Models With Couchbase Recursive CTE
Recursive Common Table Expressions (CTEs) and Oracle’s CONNECT BY are well-known SQL constructs among RDBMS users, facilitating the delegation of complex, interdependent data structure exploration to the database layer for enhanced processing efficiency. These…
-

파운데이션 모델이란 무엇인가요? (종류 및 활용 사례 포함)
파운데이션 모델이란 무엇인가? 파운데이션 모델은 방대한 양의 일반 데이터로 학습되어 광범위한 작업을 처리할 수 있는 강력한 인공지능(AI)의 한 유형입니다. 파운데이션 모델은...
-

SAML Integration Simplified: Connecting Microsoft Entra with Couchbase Server for Secure SSO
In today’s digital landscape, businesses are continuously seeking efficient ways to manage their access control and authentication processes. Integrating Microsoft Entra (formerly known as Azure AD) with Couchbase Server offers a robust and secure…
-

Chat With Couchbase Technical Documentation
Couchbase community: Meet the Couchbase Docs chatbot, your new Generative AI-powered documentation assistant. Now available on the docs.couchbase.com website, the new chatbot will transform the way you learn about Couchbase products. It’s like having…
-

A Guide to Serverless Functions
Serverless functions have become a popular application development and deployment approach. By abstracting infrastructure management and embracing event-driven architecture, they offer a flexible solution for developers. The main goal of serverless is to eliminate…
-

Getting Ready for SAML: Essential Preparations for Couchbase Server Integration
In the evolving landscape of digital security, the integration of Couchbase with a Security Assertion Markup Language (SAML) Identity Provider (IdP) stands as a cornerstone for robust authentication mechanisms. Why Should You Implement SSO…
-

CLI 및 IDE 플러그인을 사용하여 몇 분 만에 MongoDB에서 Couchbase로 마이그레이션하기
Couchbase 체험하기가 훨씬 더 쉬워졌습니다. 이제 MongoDB 데이터와 인덱스를 Couchbase로 원활하게 가져올 수 있습니다. 명령줄에서 직접 작업하는 것을 선호하시든, 선호하는 IDE 내에서 작업하는 것을 선호하시든, 저희의 다양한...
-

Improved Debuggability for SQL++ User-Defined Functions
User-defined functions (UDFs) are a very useful feature supported in SQL++. Couchbase 7.6 introduces improvements that allow for more debuggability and visibility into UDF execution. This blog will explore two new features in Couchbase 7.6…