Home / Companies / Yugabyte / Blog / October 2025

October 2025 Summaries

6 posts from Yugabyte

Filter
Month: Year:
Post Summaries Back to Blog
The blog post provides a detailed guide on integrating YugabyteDB's Retail Analytics sample dataset with Google's MCP Toolbox for Databases to build a retail agent using the Agent Development Kit (ADK). It demonstrates how to define SQL tools using a tools.yaml file, and how an ADK agent can discover and utilize these tools to answer natural language queries. The guide explains the use of Model Context Protocol (MCP) to allow LLM-based agents to discover and call external tools in a consistent and auditable way, enhancing safety and reusability. It also covers setting up and running the MCP server and ADK agent locally to handle queries like customer spending and product reviews. The post concludes with suggestions for further enhancements, such as improving authentication, developing more complex tools, and integrating observability features.
Oct 30, 2025 1,853 words in the original blog post.
YugabyteDB, known for its PostgreSQL compatibility, scalability, and resilience, serves as a highly effective vector database essential for agentic AI, particularly in Retrieval Augmented Generation (RAG) workflows. RAG enables AI agents to access private, organizational information by processing unstructured data into vectors, which are stored in a database for semantic search, allowing AI models to provide context-rich responses. This approach improves AI's ability to perform tasks typically handled by knowledge workers, like retrieving specific information from documents. The guide also illustrates the use of n8n, a no-code orchestration tool, to create a workflow that leverages YugabyteDB for RAG applications, demonstrating how AI agents can efficiently access and utilize unstructured data. With geo-placement features, YugabyteDB supports data sovereignty and location-specific context, providing scalability and resilience for enterprise-level applications.
Oct 27, 2025 2,275 words in the original blog post.
The Distributed SQL Summit (DSS) returns for its seventh year, co-located with KubeCon + CloudNativeCon North America 2025 in Atlanta, focusing on the intersection of distributed databases, cloud-native applications, and AI-driven data. This one-day event, themed "Distributed SQL in the AI Era," will feature keynotes by industry visionaries, deep-dive technical sessions, and real-world customer stories, highlighting the use of distributed SQL in building advanced AI applications. Attendees will learn about the implementation of distributed PostgreSQL for AI workloads, maintaining high availability and performance across global Kubernetes clusters. The event offers networking opportunities with database innovators and Kubernetes experts, promising an engaging experience with live t-shirt printing, giveaways, and a happy hour. The summit aims to equip developers, architects, SREs, and IT leaders with insights into cloud-native, AI-first application architectures, making it an essential part of their KubeCon experience.
Oct 20, 2025 701 words in the original blog post.
Contributing to YugabyteDB and its related projects involves a transparent and collaborative open-source model designed to help contributors succeed, covering essential aspects such as coding standards, legal requirements, community resources, and a quick-start workflow. Contributors must adhere to the coding style guidelines, sign the Contributor License Agreement (CLA), and engage with the active and welcoming YugabyteDB community for support and collaboration. The process includes setting up a development environment, submitting pull requests, and participating in code reviews, with an emphasis on avoiding common pitfalls such as neglecting rebase practices, overlooking code style and testing requirements, and failing to engage with continuous integration results. New contributors are encouraged to start with small issues or documentation fixes to familiarize themselves with the contribution workflow, and they are invited to join community channels for technical discussions and project updates.
Oct 09, 2025 915 words in the original blog post.
In the evolving landscape of digital payments, fraud detection is increasingly complex due to sophisticated tactics used by fraudsters. This necessitates a multi-agent AI approach, which is exemplified by the use of YugabyteDB Vector's A2A (Agent-to-Agent) Orchestration in the BFSI sector. Traditional fraud detection systems struggle with the dynamic nature of fraud, prompting the need for smarter, real-time tools that leverage multi-agent collaboration. Each agent in this system has a specialized role, such as retrieving historical data, detecting anomalies, scoring risks, and ensuring compliance with regulatory standards. YugabyteDB Vector provides the scalable and distributed architecture needed to support these operations, combining SQL and vector search capabilities to analyze billions of transactions. This architecture enables the system to deliver high-speed, reliable, and compliant fraud detection, crucial for maintaining trust in financial services. The orchestration of agents allows for enhanced fraud detection, reduced false positives, and compliance with regulatory requirements, ultimately providing a more robust defense against fraud in the banking and financial services industry.
Oct 06, 2025 2,068 words in the original blog post.
The YugabyteDB Source Connector for Confluent Cloud is introduced as a tool to facilitate real-time data integration by streaming change data capture (CDC) events from YugabyteDB to the Confluent data streaming platform, originally created by the developers of Kafka. This connector leverages YugabyteDB’s logical replication capabilities to capture and publish row-level changes as messages to Kafka topics, supporting real-time analytics, modern data warehousing, and event-driven applications. It promises a reliable data transfer with an at-least-once delivery guarantee and full compatibility with Confluent Cloud, thereby reducing the operational overhead for data integration. The blog provides a detailed walkthrough on setting up the CDC pipeline, including the creation of a Confluent and YugabyteDB cluster, and configuring the connector using provided scripts, underscoring its potential to streamline data ingestion processes for businesses requiring immediate insights from their operational data.
Oct 02, 2025 958 words in the original blog post.