Skip to main content

Ongoing Tasks

11

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

Troubleshooting ETL with the RavenDB ETL Errors View

Learn how to use the RavenDB ETL Errors View in Studio to diagnose and fix ETL pipeline issues, including script errors, connection failures, and transformation problems.

Jun 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

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

Migrate Your Databases in RavenDB

Three ways to move a RavenDB database between instances: a simple export and import, a direct import over a URL for large datasets, and live external replication with no downtime.

May 14, 2025

Embeddings Generation with RavenDB

Connect an AI provider like OpenAI, create an embeddings generation task, and query your documents by meaning with RavenDB vector search.

Mar 31, 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

Programmatic Backup and Restore with Node.js

Automate RavenDB backup and restore from the Node.js client: define backup destinations, schedule periodic tasks, trigger backups manually, restore databases, and monitor your backup tasks.

Jul 29, 2024