GithubHelp home page GithubHelp logo

sjefvanleeuwen / orleans-morstead-storage Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 38 KB

Morstead Storage Providers for Microsoft Orleans using LiteDB

License: MIT License

C# 100.00%
orleans litedb storageprovider persistence

orleans-morstead-storage's Introduction

Morstead Orleans Storage Provider

morstead

nuget

What is it?

An embedded persistent storage provider for Microsoft Orleans for development purposes. It is based on LiteDB. Currently targeted to Developers that seek simple persistent storage as an 'in place' replacement for volatile memory storage that is shipped with Orleans.

Status

The current MVP provides the following:

Grain Persistence

  • ReadStateAsync
  • WriteStateAsync
  • ClearStateAsync (soon)

The next items that will be worked on in the roadmap (ordered by priority):

  • Reminders storage provider
  • Cluster storage provider

Items that might be worked on in the future but not on the roadmap:

  • Transactions
  • Stream providers

This project is open to pull requests.

Setup

The setup comparable to other orleans storage providers and is build using .NET Standard 2.0.3

Install nuget package

dotnet add package Orleans.Persistence.Morstead --version 0.0.3-alpha

or visit the nuget for other options on: https://www.nuget.org/packages/Orleans.Persistence.Morstead

Adding the provider to your project

configure using:

        public void Configure(ISiloBuilder siloBuilder)
        {
            siloBuilder
                .AddMorsteadGrainStorage(name: "unit-test");
        }

Notes

The storage model and configuration options might change in next releases.

orleans-morstead-storage's People

Contributors

sjefvanleeuwen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.