Skip to content

mrd1234/Orleans.Persistence.Couchbase

Repository files navigation

Allows storing of Microsoft Orleans grain state in Couchbase.

Master branch build

Install the package and add the following to your appsettings.json file for the Orleans silo project (changing the values to suit of course):

"couchbase": {
    "clientConfiguration": {
      "username": "username",
      "password": "password",
      "servers": [
        "http://some.server:8091/"
      ],
      "buckets": [
        {
          "name": "bucketName"
        }
      ]
    }
  }

About

A storage provider for Microsoft Orleans that uses Couchbase for grain storage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages