Skip to main content

Integration

22

Connecting Your AI Agent to RavenDB with MCP

Point your coding agent at a running RavenDB cluster over MCP. Twenty-one read-only tools, one environment variable, and it reads the cluster instead of guessing.

Aug 21, 2026

Quill - Shipping Your AI Agent

Set up self-hosted Quill to put a conversational AI agent in front of your existing SQL database: run the Docker appliance, connect a database and a model, build the agent, and embed the chat widget.

Aug 3, 2026

From Tables to Documents: Connecting PostgreSQL to RavenDB with CDC Sink

Use the CDC Sink ongoing task to keep a live copy of PostgreSQL tables in RavenDB as documents, and learn how to reshape normalized rows into well-modeled documents by embedding, linking, or copying fields.

Jul 21, 2026

Setting Up an Azure Service Bus Sink in RavenDB

Set up a RavenDB Azure Service Bus Queue Sink that turns incoming Service Bus messages into documents, covering SAS, Entra ID, and passwordless authentication, configured either in the Studio or with the C# client API.

Jul 21, 2026

Vibe Coding with RavenDB and Context7

Set up Context7 MCP with OpenAI Codex in VS Code to give your AI direct access to RavenDB docs — faster, context-rich vibe coding with fewer interruptions.

Mar 9, 2026

Transactional Outbox with RavenDB Queue ETL

Learn to implement the transactional outbox pattern in C# using RavenDB data subscriptions or Queue ETL, with RabbitMQ and Kafka code examples.

Feb 13, 2026

Begin Analysis with OLAP ETL

Move operational data out of RavenDB and into an OLAP engine using OLAP ETL, shaping documents into Parquet and shipping them to local storage or Amazon S3 on a schedule you control.

Dec 22, 2025

Feed Elasticsearch from Your RavenDB

Set up RavenDB's native Elasticsearch ETL to continuously extract, transform, and load your RavenDB collections into Elasticsearch indexes, with no custom pipelines or bespoke integration code.

Dec 14, 2025

Using Azure Queue Storage ETL for Serverless Processing

Push RavenDB document changes onto Azure Queue Storage with an ETL task, then process them serverlessly with an Azure Function.

Oct 22, 2025

Using RavenDB Persistence in an Akka.NET Application

Build a persistent Akka.NET console app that stores its actor state in RavenDB through event sourcing and snapshots, so it can recover exactly where it left off after a crash or restart.

Aug 26, 2025

Full Lifecycle Automation of RavenDB with Ansible

Automate RavenDB with the Ansible Collection: provision multi-node clusters over SSH, form clusters, and manage databases and indexes with repeatable playbooks.

Jun 16, 2025

Leverage RavenDB Observability with Datadog

Connect RavenDB to Datadog by running the Datadog Agent in Docker and enabling OpenTelemetry, then build a CPU usage dashboard and a high-CPU alert.

Jun 10, 2025

Increase your RavenDB observability with Grafana Cloud and OpenTelemetry

Enable OpenTelemetry in RavenDB, export its metrics to Grafana Cloud through the OTLP endpoint, and build a CPU usage dashboard in Grafana.

Apr 25, 2025

External

Integrating RavenDB with .NET Aspire

Read about Integrating RavenDB with .NET Aspire on the RavenDB.net news section

Mar 25, 2025

RavenDB Data Visualization with Power BI

Connect RavenDB to Power BI through the PostgreSQL protocol integration, then build charts and filter your data with queries during import to visualize your documents.

Mar 25, 2025

New in 7.0: RavenDB to Snowflake

Set up an ongoing Snowflake ETL task in RavenDB to continuously sync documents to your Snowflake data warehouse, using a worked traffic-sensor IoT example.

Mar 12, 2025

New in 7.0: RavenDB and Amazon SQS ETL

Set up an ongoing Amazon SQS ETL task in RavenDB to stream documents into an SQS queue, then process them with an AWS Lambda function that emails speeding-ticket alerts through SES.

Feb 25, 2025

Sending Your RavenDB 7.0 Logs to Grafana Cloud

Route RavenDB 7.0 server logs to Grafana Cloud by configuring the NLog Loki target, then view and filter them in Grafana Explore.

Feb 25, 2025

Integrate RavenDB into SvelteKit App

Step-by-step guide to building a SvelteKit web application backed by RavenDB, covering project setup, document store configuration, CRUD operations with form actions, and streaming query results.

Jan 27, 2025

Integrating RavenDB into Next.js app

Build a full-stack Next.js app backed by RavenDB using the Node.js client, server actions for mutations, and server components for data fetching.

Aug 26, 2024

Using RavenDB with PhpFastCache

Use RavenDB as the backend cache for PhpFastCache: install the Composer packages, configure the driver, and inspect cached documents in the RavenDB Studio.

Aug 5, 2024

Getting Started with GraphQL and RavenDB

Query RavenDB through GraphQL using Hot Chocolate as a standalone ASP.NET Core server, translating paging, filtering, sorting, and projections into native RavenDB queries.

Jun 27, 2024