Aksio.Cratis.Kernel.Engines 9.15.1

Prefix Reserved
dotnet add package Aksio.Cratis.Kernel.Engines --version 9.15.1
                    
NuGet\Install-Package Aksio.Cratis.Kernel.Engines -Version 9.15.1
                    
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.Engines" Version="9.15.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aksio.Cratis.Kernel.Engines" Version="9.15.1" />
                    
Directory.Packages.props
<PackageReference Include="Aksio.Cratis.Kernel.Engines" />
                    
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.Engines --version 9.15.1
                    
#r "nuget: Aksio.Cratis.Kernel.Engines, 9.15.1"
                    
#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.Engines@9.15.1
                    
#: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.Engines&version=9.15.1
                    
Install as a Cake Addin
#tool nuget:?package=Aksio.Cratis.Kernel.Engines&version=9.15.1
                    
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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Aksio.Cratis.Kernel.Engines:

Package Downloads
Aksio.Cratis.Kernel.MongoDB

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.15.1 11,143 12/31/2023
9.15.0 272 12/29/2023
9.14.19 253 12/12/2023
9.14.18 269 12/12/2023
9.14.16 269 12/12/2023
9.14.15 264 12/12/2023
9.14.14 220 12/12/2023
9.14.13 278 12/12/2023
9.14.12 259 12/12/2023
9.14.11 755 12/11/2023
9.14.10 277 12/11/2023
9.14.8 254 12/8/2023
9.14.7 431 12/7/2023
9.14.6 258 12/7/2023
9.14.5 273 12/7/2023
9.14.4 262 12/7/2023
9.14.3 250 12/7/2023
9.14.2 213 12/7/2023
9.14.1 236 12/7/2023
9.14.0 261 12/6/2023
9.14.0-beta.4 99 12/5/2023
9.14.0-beta.3 89 12/5/2023
9.14.0-beta.2 90 12/5/2023
9.14.0-beta.1 97 12/5/2023
9.13.0 320 12/3/2023
9.12.0 291 12/3/2023
9.12.0-beta.1 110 12/1/2023
9.11.0 384 11/29/2023
9.11.0-beta.2 95 11/26/2023
9.11.0-beta.1 94 11/26/2023
9.10.0 318 11/24/2023
9.10.0-beta.2 99 11/23/2023
9.10.0-beta.1 72 11/22/2023
9.9.1 324 11/16/2023
9.9.0 234 11/15/2023
9.8.0 463 11/13/2023
9.8.0-beta.8 90 11/8/2023
9.8.0-beta.5 93 11/7/2023
9.8.0-beta.4 96 11/6/2023
9.8.0-beta.2 97 11/6/2023
9.8.0-beta.1 102 11/2/2023
9.7.2 528 11/1/2023
9.7.1 472 10/31/2023
9.7.0 337 10/30/2023
9.7.0-beta.1 106 10/28/2023
9.6.0 329 10/26/2023
9.5.14 276 10/26/2023
9.5.13 262 10/25/2023
9.5.12 360 10/23/2023
9.5.11 247 10/23/2023
9.5.10 275 10/22/2023
9.5.10-beta.15 109 10/21/2023
9.5.10-beta.14 116 10/21/2023
9.5.10-beta.13 102 10/21/2023
9.5.10-beta.12 102 10/21/2023
9.5.10-beta.11 110 10/21/2023
9.5.10-beta.10 107 10/20/2023
9.5.10-beta.9 105 10/20/2023
9.5.10-beta.8 103 10/20/2023
9.5.10-beta.7 101 10/20/2023
9.5.10-beta.6 95 10/20/2023
9.5.10-beta.5 108 10/20/2023
9.5.10-beta.4 98 10/20/2023
9.5.10-beta.3 100 10/20/2023
9.5.10-beta.2 104 10/20/2023
9.5.10-beta.1 99 10/20/2023
9.5.9 346 10/19/2023
9.5.9-beta.5 97 10/19/2023
9.5.9-beta.4 93 10/19/2023
9.5.9-beta.3 99 10/19/2023
9.5.9-beta.2 99 10/18/2023
9.5.8 600 10/10/2023
9.5.7 260 10/10/2023
9.5.6 241 10/9/2023
9.5.5 256 10/9/2023
9.5.4 272 10/9/2023
9.5.3 265 10/6/2023
9.5.2 264 10/6/2023
9.5.1 377 10/3/2023
9.5.0 291 9/29/2023
9.4.8 533 9/26/2023
9.4.7 261 9/25/2023
9.4.6 254 9/25/2023
9.4.5 292 9/25/2023
9.4.4 250 9/25/2023
9.4.3 358 9/25/2023
9.4.2 409 9/18/2023
9.4.1 456 9/5/2023
9.4.0 242 9/5/2023
9.3.7 688 9/1/2023
9.3.1 518 8/28/2023
9.3.0 284 8/27/2023
9.2.1 314 8/25/2023
9.2.0 307 8/23/2023
9.1.0 314 8/16/2023
9.0.2 710 7/25/2023
9.0.1 346 7/25/2023
9.0.0 454 7/19/2023
9.0.0-beta.23 223 7/14/2023
9.0.0-beta.22 144 7/14/2023
9.0.0-beta.21 155 7/14/2023
9.0.0-beta.20 150 7/12/2023
9.0.0-beta.19 140 7/12/2023
9.0.0-beta.18 154 7/12/2023
9.0.0-beta.16 145 7/11/2023
9.0.0-beta.15 156 7/11/2023
9.0.0-beta.14 148 7/11/2023
9.0.0-beta.13 150 7/11/2023
9.0.0-beta.12 157 7/11/2023
9.0.0-beta.11 149 7/11/2023
9.0.0-beta.10 150 7/11/2023
9.0.0-beta.9 143 7/11/2023
9.0.0-beta.8 143 7/11/2023
9.0.0-beta.7 141 7/11/2023
9.0.0-beta.6 145 7/11/2023
9.0.0-beta.5 151 7/11/2023
9.0.0-beta.4 149 7/11/2023
9.0.0-beta.3 153 7/11/2023
9.0.0-beta.2 146 7/11/2023
8.19.1 880 5/31/2023
8.19.0 576 5/24/2023
8.18.7 574 5/16/2023
8.18.6 443 5/12/2023
8.18.5 414 5/12/2023
8.18.4 415 5/10/2023
8.18.3 424 5/9/2023
8.18.2 450 5/9/2023
8.18.1 575 5/9/2023
8.18.0 520 5/4/2023
8.17.0 457 5/3/2023
8.16.0 480 5/2/2023
8.15.0 623 4/25/2023
8.14.1 531 4/20/2023
8.14.0 694 4/20/2023
8.13.5 712 4/14/2023
8.13.4 542 4/14/2023
8.13.3 540 4/13/2023
8.13.2 585 4/13/2023
8.13.1 567 4/13/2023
8.13.0 585 4/13/2023
8.12.8 556 4/13/2023
8.12.4 553 4/12/2023
8.12.3 571 4/11/2023
8.12.2 626 4/5/2023
8.12.1 614 4/4/2023
8.12.0 641 4/4/2023
8.11.1 643 4/3/2023
8.11.0 650 4/1/2023
8.10.6 765 3/30/2023
8.10.5 628 3/30/2023
8.10.4 633 3/30/2023
8.10.3 612 3/30/2023
8.10.2 640 3/27/2023
8.10.1 662 3/23/2023
8.10.0 688 3/23/2023
8.9.5 775 3/23/2023
8.9.3 754 3/20/2023
8.9.2 671 3/20/2023
8.9.1 678 3/20/2023
8.9.0 720 3/20/2023
8.8.4 693 3/19/2023
8.8.3 757 3/16/2023
8.8.1 651 3/16/2023
8.8.0 682 3/15/2023
8.7.0 710 3/15/2023
8.6.3 737 3/8/2023
8.6.2 720 3/5/2023
8.6.1 749 3/2/2023
8.6.0 856 2/24/2023
8.5.6 826 2/22/2023
8.5.5 746 2/21/2023
8.5.4 779 2/21/2023
8.5.3 773 2/21/2023
8.5.2 784 2/21/2023
8.5.1 802 2/21/2023
8.5.0 787 2/20/2023
8.4.4 951 2/9/2023
8.4.3 887 2/8/2023
8.4.2 810 2/8/2023
8.4.1 783 2/7/2023
8.4.0 865 2/6/2023
8.3.1 998 1/30/2023
8.3.0 881 1/28/2023
8.1.3 924 1/27/2023
8.1.2 880 1/27/2023
8.1.1 908 1/25/2023
8.1.0 863 1/25/2023
8.0.0 874 1/23/2023
0.0.0 291 10/18/2023