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
Stav Lagziel is a backend engineer at RavenDB, specializing in system performance, data architecture, and scalable software design for database environments.
This guide will walk us through the steps to create a simple beer vending machine program using RavenDB's embedded server. RavenDB's embedded server allows us to integrate a feature-rich, fully functional database directly within our application, eliminating the need for a separate server setup. It can run on a wide array of devices, including Raspberry...
What is Akka? Akka is an actor-based framework for building highly concurrent, distributed, and resilient message-driven applications. While the original Akka is based on scala, Akka.NET is its sister implementation, designed for developers using the .NET platform. In an Akka system, each actor has its own distinct role and responsibility, contributing to the overall functionality...