Modern Document Database
Database as a Service
Interactive Demos and Playground Server
Grab the latest version of RavenDB
Start your DBaaS in minutes
Deep dive into our rich feature set
Clear picture of how well RavenDB performs crucial tasks
RavenDB vs the World
Explore the detailed comparison
Latest and greatest from our Team
Learn how to use RavenDB
DBaaS and Cloud API documentation
Get started with RavenDB
Business applications of our platform
Announcements, blog posts and other solutions in one place
In-depth guides, comparison and analysis articles
Public announcements
Technology and business trends
Gracjan Sadowicz is part of the RavenDB team, leading initiatives across developer experience, cloud-native environments adoption, community growth, and technical content creation.
Am I affected? You’re running on-premise RavenDB cluster, secured by Let’s Encrypt What do I need to do? Update your RavenDB server to a version that includes the newest patch by Feb 11, 2026. You can find a table with specific versions below in this article. After Feb 11, 2026, you won’t be able to...
AI Agents are quietly becoming a new kind of application frontend. Instead of clicking through screens, in this paradigm, we can just tell the agent: “show the last three orders for this customer.” “draft an email with the tracking lin.k” “open a ticket if delivery is late” “see if we handled a similar support issue...
Introduction Deploying RavenDB in a Kubernetes environment, particularly on Amazon EKS, offers a scalable and resilient database solution. Setting up any database in Kubernetes is… well… complex. It’s a stateless world, and databases are stateful. Databases need to have a fixed setup and configuration. Auto-recovery indicates that things won’t permanently be fixed but more fluid....
Reduce maintenance overhead and dedicate your time to core development with RavenDB & Azures Serverless Functions. RavenDB 6.1 has a new feature, ETL to Azure Storage Queue. In this article, we'll discover how this new capability opens up a lot of new options for serverless computing in Azure with RavenDB. What You’ll Learn How to...
There are many advantages of testing with real databases over mocks. You can test real query flow, ensure that your results match what the database engine will do and avoid complicated and often fragile setup. The major disadvantage for wanting to avoid using a real database in tests is speed and complexity. Databases are inherently...