Categoría: Mejores prácticas y tutoriales
-

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

What are Foundation Models? (Plus Types and Use Cases)
What is a Foundation Model? A foundation model is a powerful type of artificial intelligence (AI) trained on massive amounts of general data, allowing it to tackle a broad range of tasks. Foundation models,…
-

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

Chatear con la documentación técnica de Couchbase
Comunidad de Couchbase: Conozca al chatbot de documentación de Couchbase, su nuevo asistente de documentación impulsado por Inteligencia Artificial Generativa. Ya disponible en el sitio web docs.couchbase.com, el nuevo chatbot transformará la forma en que aprende sobre los productos de Couchbase. Es como tener...
-

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

Migre de MongoDB a Couchbase en minutos con la CLI y los complementos para IDE
Probar Couchbase ahora es aún más fácil, ahora puedes importar tus datos e índices de MongoDB a Couchbase sin problemas. Ya sea que prefieras trabajar directamente desde la línea de comandos o dentro de tu entorno de desarrollo integrado (IDE) favorito, nuestras distintas...
-

Depuración mejorada para funciones definidas por el usuario de SQL++
Las funciones definidas por el usuario (UDF) son una característica muy útil compatible con SQL++. Couchbase 7.6 introduce mejoras que permiten una mayor capacidad de depuración y visibilidad de la ejecución de UDFs. Este blog explorará dos nuevas características en Couchbase 7.6…