Aksio.Cratis.Kernel.Events 9.5.10

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Aksio.Cratis.Kernel.Events --version 9.5.10
                    
NuGet\Install-Package Aksio.Cratis.Kernel.Events -Version 9.5.10
                    
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="Aksio.Cratis.Kernel.Events" Version="9.5.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aksio.Cratis.Kernel.Events" Version="9.5.10" />
                    
Directory.Packages.props
<PackageReference Include="Aksio.Cratis.Kernel.Events" />
                    
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 Aksio.Cratis.Kernel.Events --version 9.5.10
                    
#r "nuget: Aksio.Cratis.Kernel.Events, 9.5.10"
                    
#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 Aksio.Cratis.Kernel.Events@9.5.10
                    
#: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=Aksio.Cratis.Kernel.Events&version=9.5.10
                    
Install as a Cake Addin
#tool nuget:?package=Aksio.Cratis.Kernel.Events&version=9.5.10
                    
Install as a Cake Tool

Aksio Cratis

Packages / Deployables

Nuget Docker

Builds

C# Build Publish Documentation Site

Statistics

Alt

Introduction

Cratis is an Event Sourcing database built with ease of use, productivity, compliance and maintainability in mind. It provides the core server, referred to as the Kernel with a client SDK to access it (.NET only for the time being) and tooling built into it.

Read the documentation on our site https://cratis.io for all the details. For general guidance on the core values and principles we @ Aksio use, read more here.

If you want to jump into building this repository and possibly contributing, please refer to contributing.

Opening in VSCode online

If you prefer to browse the code in VSCode, you can do so by clicking here.

Running the samples

Make sure you have the following installed:

The sample consists of a backend and a frontend. Navigate to the Bank Sample folder.

Before running the microservice backend and frontend, we will need to run the Cratis Kernel.

docker compose up -d

This will bring up the Cratis Kernel and expose the following ports:

Port Description
27017 MongoDB - used for events and projection results
8080 Workbench and API for kernel
8081 Orleans Dashboard
11111 Clustering port
30000 Client to Kernel connectivity

Within here you'll see a folder called Main, which represents the backend startup. Navigate to this and start the backend by running:

dotnet run

The frontend is located in the Web folder. While the backend is running in another terminal, navigate to that folder and start it by running:

yarn start:dev

Open a browser and navigate to http://localhost:9100/ and you can start playing around with the sample.

Note: The Cratis workbench is available http://localhost:8080/

Contributing / Running locally

If you're looking to either contribute or dive into the code by building and running the Cratis Kernel locally, you can read more here. You'll find issues to start with by going to here.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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 (4)

Showing the top 4 NuGet packages that depend on Aksio.Cratis.Kernel.Events:

Package Downloads
Aksio.Cratis.Kernel.Domain

Package Description

Aksio.Cratis.Kernel.Reactions

Package Description

Aksio.Cratis.Kernel.Read

Package Description

Aksio.Cratis.Kernel.Server

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.15.5 215 2/27/2024
9.15.2 189 1/14/2024
9.15.1 182 12/31/2023
9.15.0 192 12/29/2023
9.14.19 214 12/12/2023
9.14.18 191 12/12/2023
9.14.16 173 12/12/2023
9.14.15 191 12/12/2023
9.14.14 196 12/12/2023
9.14.13 192 12/12/2023
9.14.12 194 12/12/2023
9.14.11 199 12/11/2023
9.14.10 193 12/11/2023
9.14.8 175 12/8/2023
9.14.7 202 12/7/2023
9.14.6 174 12/7/2023
9.14.5 181 12/7/2023
9.14.4 188 12/7/2023
9.14.3 179 12/7/2023
9.14.2 185 12/7/2023
9.14.1 174 12/7/2023
9.14.0 194 12/6/2023
9.14.0-beta.4 87 12/5/2023
9.14.0-beta.3 85 12/5/2023
9.14.0-beta.2 95 12/5/2023
9.14.0-beta.1 92 12/5/2023
9.13.0 196 12/3/2023
9.12.0 186 12/3/2023
9.12.0-beta.1 91 12/1/2023
9.11.0 194 11/29/2023
9.11.0-beta.2 89 11/26/2023
9.11.0-beta.1 87 11/26/2023
9.10.0 177 11/24/2023
9.10.0-beta.2 86 11/23/2023
9.10.0-beta.1 69 11/22/2023
9.9.1 176 11/16/2023
9.9.0 178 11/15/2023
9.8.0 174 11/13/2023
9.8.0-beta.8 82 11/8/2023
9.8.0-beta.5 86 11/7/2023
9.8.0-beta.4 86 11/6/2023
9.8.0-beta.2 79 11/6/2023
9.8.0-beta.1 91 11/2/2023
9.7.2 183 11/1/2023
9.7.1 164 10/31/2023
9.7.0 180 10/30/2023
9.7.0-beta.1 96 10/28/2023
9.6.0 203 10/26/2023
9.5.14 188 10/26/2023
9.5.13 177 10/25/2023
9.5.12 186 10/23/2023
9.5.11 190 10/23/2023
9.5.10 201 10/22/2023
9.5.10-beta.15 101 10/21/2023
9.5.10-beta.14 103 10/21/2023
9.5.10-beta.13 97 10/21/2023
9.5.10-beta.12 93 10/21/2023
9.5.10-beta.11 99 10/21/2023
9.5.10-beta.10 98 10/20/2023
9.5.10-beta.9 89 10/20/2023
9.5.10-beta.8 86 10/20/2023
9.5.10-beta.7 99 10/20/2023
9.5.10-beta.6 100 10/20/2023
9.5.10-beta.5 91 10/20/2023
9.5.10-beta.4 92 10/20/2023
9.5.10-beta.3 94 10/20/2023
9.5.10-beta.2 94 10/20/2023
9.5.10-beta.1 90 10/20/2023
9.5.9 175 10/19/2023
9.5.9-beta.5 85 10/19/2023
9.5.9-beta.4 84 10/19/2023
9.5.9-beta.3 92 10/19/2023
9.5.9-beta.2 85 10/18/2023
9.5.8 173 10/10/2023
9.5.7 169 10/10/2023
9.5.6 194 10/9/2023
9.5.5 175 10/9/2023
9.5.4 205 10/9/2023
9.5.3 196 10/6/2023
9.5.2 189 10/6/2023
9.5.1 201 10/3/2023
9.5.0 174 9/29/2023
9.4.8 183 9/26/2023
9.4.7 173 9/25/2023
9.4.6 172 9/25/2023
9.4.5 164 9/25/2023
9.4.4 158 9/25/2023
9.4.3 160 9/25/2023
9.4.2 183 9/18/2023
9.4.1 212 9/5/2023
9.4.0 171 9/5/2023
9.3.7 202 9/1/2023
9.3.1 182 8/28/2023
9.3.0 212 8/27/2023
9.2.1 188 8/25/2023
9.2.0 193 8/23/2023
9.1.0 209 8/16/2023
9.0.2 247 7/25/2023
9.0.1 242 7/25/2023
9.0.0 266 7/19/2023
9.0.0-beta.23 133 7/14/2023
9.0.0-beta.22 135 7/14/2023
9.0.0-beta.21 131 7/14/2023
9.0.0-beta.20 133 7/12/2023
9.0.0-beta.19 124 7/12/2023
9.0.0-beta.18 131 7/12/2023
9.0.0-beta.16 132 7/11/2023
9.0.0-beta.15 127 7/11/2023
9.0.0-beta.14 128 7/11/2023
9.0.0-beta.13 123 7/11/2023
9.0.0-beta.12 132 7/11/2023
9.0.0-beta.11 131 7/11/2023
9.0.0-beta.10 125 7/11/2023
9.0.0-beta.9 121 7/11/2023
9.0.0-beta.8 126 7/11/2023
9.0.0-beta.7 125 7/11/2023
9.0.0-beta.6 130 7/11/2023
9.0.0-beta.5 128 7/11/2023
9.0.0-beta.4 126 7/11/2023
9.0.0-beta.3 124 7/11/2023
9.0.0-beta.2 129 7/11/2023
8.19.1 296 5/31/2023
8.19.0 285 5/24/2023
8.18.7 262 5/16/2023
8.18.6 288 5/12/2023
8.18.5 276 5/12/2023
8.18.4 268 5/10/2023
8.18.3 317 5/9/2023
8.18.2 267 5/9/2023
8.18.1 303 5/9/2023
8.18.0 287 5/4/2023
8.17.0 295 5/3/2023
8.16.0 355 5/2/2023
8.15.0 347 4/25/2023
8.14.1 359 4/20/2023
8.14.0 378 4/20/2023
8.13.5 439 4/14/2023
8.13.4 414 4/14/2023
8.13.3 409 4/13/2023
8.13.2 439 4/13/2023
8.13.1 435 4/13/2023
8.13.0 405 4/13/2023
8.12.8 426 4/13/2023
8.12.4 422 4/12/2023
8.12.3 428 4/11/2023
8.12.2 424 4/5/2023
8.12.1 459 4/4/2023
8.12.0 448 4/4/2023
8.11.1 492 4/3/2023
8.11.0 486 4/1/2023
8.10.6 458 3/30/2023
8.10.5 484 3/30/2023
8.10.4 475 3/30/2023
8.10.3 458 3/30/2023
8.10.2 531 3/27/2023
8.10.1 533 3/23/2023
8.10.0 533 3/23/2023
8.9.5 520 3/23/2023
8.9.3 504 3/20/2023
8.9.2 525 3/20/2023
8.9.1 514 3/20/2023
8.9.0 516 3/20/2023
8.8.4 535 3/19/2023
8.8.3 534 3/16/2023
8.8.1 510 3/16/2023
8.8.0 489 3/15/2023
8.7.0 515 3/15/2023
8.6.3 523 3/8/2023
8.6.2 531 3/5/2023
8.6.1 556 3/2/2023
8.6.0 566 2/24/2023
8.5.6 551 2/22/2023
8.5.5 582 2/21/2023
8.5.4 578 2/21/2023
8.5.3 570 2/21/2023
8.5.2 576 2/21/2023
8.5.1 593 2/21/2023
8.5.0 578 2/20/2023
8.4.4 614 2/9/2023
8.4.3 623 2/8/2023
8.4.2 608 2/8/2023
8.4.1 599 2/7/2023
8.4.0 607 2/6/2023
8.3.1 685 1/30/2023
8.3.0 669 1/28/2023
8.1.3 695 1/27/2023
8.1.2 668 1/27/2023
8.1.1 693 1/25/2023
8.1.0 651 1/25/2023
8.0.0 662 1/23/2023
0.0.0 198 10/18/2023