Orleans.StorageProvider.RavenDB 1.0.0

dotnet add package Orleans.StorageProvider.RavenDB --version 1.0.0
                    
NuGet\Install-Package Orleans.StorageProvider.RavenDB -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Orleans.StorageProvider.RavenDB" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Orleans.StorageProvider.RavenDB" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Orleans.StorageProvider.RavenDB" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Orleans.StorageProvider.RavenDB --version 1.0.0
                    
#r "nuget: Orleans.StorageProvider.RavenDB, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Orleans.StorageProvider.RavenDB@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Orleans.StorageProvider.RavenDB&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Orleans.StorageProvider.RavenDB&version=1.0.0
                    
Install as a Cake Tool

RavenDB Orleans Storage Provider Setup

Introduction

This guide provides a step-by-step approach to configuring and utilizing RavenDB as the storage provider for Orleans. Orleans is a distributed, fault-tolerant, and scalable framework for building high-performance applications. RavenDB serves as a robust and flexible backend, enabling persistence, clustering, and scalability for Orleans-based applications.

By combining Orleans' virtual actor model with RavenDB's powerful distributed data storage capabilities, this setup provides a reliable and resilient system architecture. Whether you're building microservices, real-time processing systems, or large-scale distributed applications, this guide will help you integrate and optimize RavenDB with Orleans effectively.


Prerequisites

  1. .NET SDK: Install the latest .NET SDK compatible with Orleans.
  2. RavenDB License: Accept the RavenDB license as shown in the configuration.

Connection Configuration

Connection String

var connectionString = "http://ravendb-node1:8080;http://ravendb-node2:8180";
var serviceId = "FriendlyForceTracking";
var databaseName = "FriendlyForceTrackingDB";
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 170 1/3/2025