Discover all the things you can do with RavenDB
Check out the dev hub, read some docs, or hear from our customers.
Learn about us, what we’re building today, and where we’re going tomorrow
Stav Lagziel was 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…
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,…