Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.27 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.27 KB

Orleans Cassandra Extensions

Orleans Cassandra & ScyllaDB (or any other database implementing CQL specification) Extensions allow you to easily configure and manage providers for:

  • Grain Storage
  • Clustering
  • Reminders

Installation

Choose from three Cassandra provider types:

To install Escendit.Orleans.Persistence.Cassandra, run the following command in the Package Manager Console:

Install-Package Escendit.Orleans.Persistence.Cassandra

To install Escendit.Orleans.Clustering.Cassandra, run the following command in the Package Manager Console:

Install-Package Escendit.Orleans.Clustering.Cassandra

To install Escendit.Orleans.Reminders.Cassandra, run the following command in the Package Manager Console:

Install-Package Escendit.Orleans.Reminders.Cassandra

Contributing

If you'd like to contribute to cassandra-orleans-extensions, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.