Skip to main content

Getting started

20

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

External

A Practical Look at AI Agents with RavenDB

Read about A Practical Look at AI Agents with RavenDB on the RavenDB.net news section

Dec 24, 2025

External

Building a Beer Vending Machine with RavenDB Embedded

Read about Building a Beer Vending Machine with RavenDB Embedded on the RavenDB.net news section

Dec 23, 2025

Set up RavenDB Server using AWS Marketplace

Step-by-step walkthrough of deploying a RavenDB server on AWS Marketplace, covering EC2 instance configuration, security group rules, SSH port-forwarding, and initial RavenDB Studio access.

Nov 13, 2025

How to Query Using RavenDB and ASP.NET Core 9

Build a minimal ASP.NET Core 9 API that queries RavenDB documents, including optional LINQ-based filtering and Swagger-based testing.

Sep 22, 2025

Simple CRUD Operations with RavenDB and ASP.NET Core 8

Learn how to scaffold a minimal API with ASP.NET Core 8 and wire up create, read, update, and delete document operations against a RavenDB database.

Mar 31, 2025

External

Integrating RavenDB with .NET Aspire

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

Mar 25, 2025

RavenDB Deployment Guide: Docker Compose Cluster

Deploy a 3-node RavenDB cluster with Docker Compose across three security levels: unsecured HTTP for local development, TLS with self-signed certificates for internal environments, and production-grade Let's Encrypt automation.

Mar 10, 2025

Setting Up RavenDB Cluster on AWS EKS

Step-by-step guide to deploying a production-ready RavenDB cluster on Amazon EKS, covering IAM roles, VPC networking, node groups, EBS storage provisioning, Load Balancer Controller, and ExternalDNS for stable external access.

Mar 9, 2025

Connecting C# application to RavenDB Cloud

Learn how to connect a C# console application to a RavenDB Cloud instance using the RavenDB Client package, a PFX certificate, and DocumentStore.

Feb 25, 2025

Connecting Node.js application to RavenDB Cloud

Step-by-step guide to creating a RavenDB Cloud account, provisioning a free instance, downloading the TLS certificate, and connecting a Node.js application using DocumentStore with PFX authentication.

Feb 25, 2025

External

Connecting Node.JS web application to RavenDB

Read about Connecting Node.JS web application to RavenDB on the RavenDB.net news section

Feb 25, 2025

How to setup RavenDB with ASP.NET Core 8 application

Step-by-step guide to connecting an ASP.NET Core 8 web API to RavenDB Cloud, including certificate setup, DocumentStore initialization, and verifying the connection by loading a document.

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

Setting up RavenDB with Docker and HTTPS

Learn how to run RavenDB in Docker with a self-signed TLS certificate using Docker Compose, including cert generation, volume setup, and environment variable configuration.

Dec 6, 2024

Writing unit tests with RavenDB Java Test Driver

Learn how to set up the ravendb-test-driver Maven package for Java integration tests, run RavenDB in-memory per test, and use preInitialize, setupDatabase, and waitForIndexing to control test behavior.

Sep 5, 2024

Writing unit tests with RavenDB .NET Test Driver

Learn how to use RavenDB.TestDriver to run integration tests against a real in-memory RavenDB instance instead of mocks, with full support for indexing, Studio debugging, and CI/CD pipelines.

Aug 28, 2024

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

Writing unit tests with RavenDB Python Test Driver

Learn how to use the ravendb-test-driver package to run Python integration tests against a real in-memory RavenDB instance, replacing mocks with a database environment that mirrors production.

Aug 24, 2024

External

Getting Started with GraphQL and RavenDB

Read about Getting Started with GraphQL and RavenDB on the RavenDB.net news section

Jun 27, 2024