Aksio.Cratis.Specifications 9.0.0-beta.6

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

Aksio Cratis

Packages / Deployables

Nuget NPM Docker

Builds

C# Build Node Build Publish Documentation Site

Statistics

Alt

Introduction

Cratis is an Event Sourcing platform built with ease of use, productivity, compliance and maintainability in mind. It provides the core platform, referred to as the Kernel with client SDK (.NET only for the time being) and tooling built into it. In addition Cratis offers an application model aimed towards productivity and bringing in concepts such as CQRS; opinionated and completely optional.

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
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.15.5 214 2/27/2024
9.15.2 215 1/14/2024
9.15.1 11,024 12/31/2023
9.15.0 194 12/29/2023
9.14.19 171 12/12/2023
9.14.18 185 12/12/2023
9.14.16 185 12/12/2023
9.14.15 184 12/12/2023
9.14.14 183 12/12/2023
9.14.13 208 12/12/2023
9.14.12 188 12/12/2023
9.14.11 703 12/11/2023
9.14.10 216 12/11/2023
9.14.8 212 12/8/2023
9.14.7 380 12/7/2023
9.14.6 218 12/7/2023
9.14.5 202 12/7/2023
9.14.4 223 12/7/2023
9.14.3 198 12/7/2023
9.14.2 208 12/7/2023
9.14.1 197 12/7/2023
9.14.0 187 12/6/2023
9.14.0-beta.4 85 12/5/2023
9.14.0-beta.3 104 12/5/2023
9.14.0-beta.2 92 12/5/2023
9.14.0-beta.1 94 12/5/2023
9.13.0 258 12/3/2023
9.12.0 209 12/3/2023
9.12.0-beta.1 98 12/1/2023
9.11.0 328 11/29/2023
9.11.0-beta.2 104 11/26/2023
9.11.0-beta.1 92 11/26/2023
9.10.0 264 11/24/2023
9.10.0-beta.2 94 11/23/2023
9.10.0-beta.1 68 11/22/2023
9.9.1 259 11/16/2023
9.9.0 182 11/15/2023
9.8.0 423 11/13/2023
9.8.0-beta.8 84 11/8/2023
9.8.0-beta.5 87 11/7/2023
9.8.0-beta.4 89 11/6/2023
9.8.0-beta.2 91 11/6/2023
9.8.0-beta.1 96 11/2/2023
9.7.2 470 11/1/2023
9.7.1 426 10/31/2023
9.7.0 306 10/30/2023
9.7.0-beta.1 107 10/28/2023
9.6.0 289 10/26/2023
9.5.14 208 10/26/2023
9.5.13 201 10/25/2023
9.5.12 315 10/23/2023
9.5.11 196 10/23/2023
9.5.10 238 10/22/2023
9.5.10-beta.15 100 10/21/2023
9.5.10-beta.14 104 10/21/2023
9.5.10-beta.13 99 10/21/2023
9.5.10-beta.12 88 10/21/2023
9.5.10-beta.11 97 10/21/2023
9.5.10-beta.10 94 10/20/2023
9.5.10-beta.9 93 10/20/2023
9.5.10-beta.8 102 10/20/2023
9.5.10-beta.7 107 10/20/2023
9.5.10-beta.6 105 10/20/2023
9.5.10-beta.5 106 10/20/2023
9.5.10-beta.4 102 10/20/2023
9.5.10-beta.3 96 10/20/2023
9.5.10-beta.2 104 10/20/2023
9.5.10-beta.1 93 10/20/2023
9.5.9 290 10/19/2023
9.5.9-beta.5 97 10/19/2023
9.5.9-beta.4 94 10/19/2023
9.5.9-beta.3 94 10/19/2023
9.5.9-beta.2 99 10/18/2023
9.5.8 529 10/10/2023
9.5.7 199 10/10/2023
9.5.6 189 10/9/2023
9.5.5 222 10/9/2023
9.5.4 219 10/9/2023
9.5.3 209 10/6/2023
9.5.2 220 10/6/2023
9.5.1 323 10/3/2023
9.5.0 228 9/29/2023
9.4.8 466 9/26/2023
9.4.7 196 9/25/2023
9.4.6 204 9/25/2023
9.4.5 212 9/25/2023
9.4.4 207 9/25/2023
9.4.3 323 9/25/2023
9.4.2 376 9/18/2023
9.4.1 379 9/5/2023
9.3.7 632 9/1/2023
9.3.1 474 8/28/2023
9.3.0 257 8/27/2023
9.2.1 252 8/25/2023
9.2.0 237 8/23/2023
9.1.0 258 8/16/2023
9.0.2 633 7/25/2023
9.0.1 294 7/25/2023
9.0.0 386 7/19/2023
9.0.0-beta.23 220 7/14/2023
9.0.0-beta.22 146 7/14/2023
9.0.0-beta.21 153 7/14/2023
9.0.0-beta.20 154 7/12/2023
9.0.0-beta.19 137 7/12/2023
9.0.0-beta.18 155 7/12/2023
9.0.0-beta.16 152 7/11/2023
9.0.0-beta.15 159 7/11/2023
9.0.0-beta.14 155 7/11/2023
9.0.0-beta.13 147 7/11/2023
9.0.0-beta.12 147 7/11/2023
9.0.0-beta.11 150 7/11/2023
9.0.0-beta.10 144 7/11/2023
9.0.0-beta.9 146 7/11/2023
9.0.0-beta.8 149 7/11/2023
9.0.0-beta.7 145 7/11/2023
9.0.0-beta.6 146 7/11/2023
9.0.0-beta.5 153 7/11/2023
9.0.0-beta.4 143 7/11/2023
9.0.0-beta.3 146 7/11/2023
9.0.0-beta.2 150 7/11/2023
8.19.1 834 5/31/2023
8.19.0 500 5/24/2023
8.18.7 485 5/16/2023
8.18.6 365 5/12/2023
8.18.5 318 5/12/2023
8.18.4 344 5/10/2023
8.18.3 306 5/9/2023
8.18.2 350 5/9/2023
8.18.1 462 5/9/2023
8.18.0 423 5/4/2023
8.17.0 373 5/3/2023
8.16.0 337 5/2/2023
8.15.0 429 4/25/2023
8.14.1 371 4/20/2023
8.14.0 507 4/20/2023
8.13.5 482 4/14/2023
8.13.4 345 4/14/2023
8.13.3 324 4/13/2023
8.13.2 343 4/13/2023
8.13.1 349 4/13/2023
8.13.0 379 4/13/2023
8.12.8 352 4/13/2023
8.12.4 335 4/12/2023
8.12.3 335 4/11/2023
8.12.2 418 4/5/2023
8.12.1 378 4/4/2023
8.12.0 396 4/4/2023
8.11.1 378 4/3/2023
8.11.0 386 4/1/2023
8.10.6 502 3/30/2023
8.10.5 342 3/30/2023
8.10.4 362 3/30/2023
8.10.3 351 3/30/2023
8.10.2 373 3/27/2023
8.10.1 393 3/23/2023
8.10.0 398 3/23/2023
8.9.5 478 3/23/2023
8.9.3 480 3/20/2023
8.9.2 397 3/20/2023
8.9.1 386 3/20/2023
8.9.0 381 3/20/2023
8.8.4 393 3/19/2023
8.8.3 466 3/16/2023
8.8.1 378 3/16/2023
8.8.0 392 3/15/2023
8.7.0 390 3/15/2023
8.6.3 429 3/8/2023
8.6.2 406 3/5/2023
8.6.1 393 3/2/2023
8.6.0 524 2/24/2023
8.5.6 487 2/22/2023
8.5.5 429 2/21/2023
8.5.4 444 2/21/2023
8.5.3 435 2/21/2023
8.5.2 453 2/21/2023
8.5.1 407 2/21/2023
8.5.0 444 2/20/2023
8.4.4 564 2/9/2023
8.4.3 511 2/8/2023
8.4.2 435 2/8/2023
8.4.1 431 2/7/2023
8.4.0 481 2/6/2023
8.3.1 583 1/30/2023
8.3.0 466 1/28/2023
8.1.3 525 1/27/2023
8.1.2 469 1/27/2023
8.1.1 501 1/25/2023
8.1.0 491 1/25/2023
8.0.0 454 1/23/2023
7.4.2 462 1/23/2023
7.4.1 467 1/20/2023
7.4.0 456 1/19/2023
7.3.2 536 1/13/2023
7.3.1 506 1/13/2023
7.3.0 489 1/13/2023
7.2.0 508 1/12/2023
7.1.0 489 1/11/2023
7.0.0 515 1/10/2023
6.25.5 547 1/2/2023
6.25.4 554 1/2/2023
6.25.3 524 12/30/2022
6.25.2 565 12/28/2022
6.25.1 463 12/28/2022
6.25.0 454 12/28/2022
6.24.1 465 12/27/2022
6.24.0 449 12/27/2022
6.23.1 599 12/25/2022
6.23.0 471 12/25/2022
6.22.0 476 12/23/2022
6.21.6 478 12/22/2022
6.21.5 448 12/21/2022
6.21.4 477 12/21/2022
6.21.3 449 12/19/2022
6.21.2 506 12/18/2022
6.21.1 465 12/16/2022
6.21.0 467 12/15/2022
6.20.0 481 12/14/2022
6.19.0 520 12/12/2022
6.18.2 492 12/12/2022
6.18.1 480 12/9/2022
6.18.0 485 12/5/2022
6.17.9 504 12/5/2022
6.17.8 674 11/27/2022
6.17.5 572 11/18/2022
6.17.3 482 11/18/2022
6.17.2 546 11/14/2022
6.17.1 520 11/14/2022
6.17.0 533 11/10/2022
6.16.9 556 11/8/2022
6.16.8 517 11/8/2022
6.16.7 527 11/8/2022
6.16.6 515 11/8/2022
6.16.5 522 11/7/2022
6.16.4 544 11/7/2022
6.16.3 673 11/7/2022
6.16.2 552 11/5/2022
6.16.1 571 11/5/2022
6.16.0 560 11/5/2022
6.15.11 542 11/4/2022
6.15.10 557 11/4/2022
6.15.9 563 11/4/2022
6.15.8 532 11/3/2022
6.15.7 520 11/3/2022
6.15.6 553 11/2/2022
6.15.5 527 11/2/2022
6.15.0 556 11/2/2022
6.14.0 586 10/30/2022
6.13.0 599 10/28/2022
6.12.1 585 10/27/2022
6.12.0 597 10/27/2022
6.11.8 655 10/19/2022
6.11.7 621 10/18/2022
6.11.6 585 10/14/2022
6.11.5 608 10/14/2022
6.11.4 597 10/14/2022
6.11.3 602 10/14/2022
6.11.2 592 10/13/2022
6.11.1 572 10/13/2022
6.10.33 662 9/20/2022
6.10.32 669 9/16/2022
6.10.31 686 9/14/2022
6.10.30 731 9/13/2022
6.10.29 653 9/8/2022
6.10.28 651 9/8/2022
6.10.27 661 9/8/2022
6.10.26 646 9/8/2022
6.10.25 657 9/7/2022
6.10.24 629 9/6/2022
6.10.22 628 9/2/2022
6.10.18 666 9/2/2022
6.10.17 662 9/2/2022
6.10.16 633 9/2/2022
6.10.15 666 9/2/2022
6.10.14 655 9/2/2022
6.10.3 680 9/1/2022
6.10.2 677 8/30/2022
6.10.1 651 8/30/2022
6.10.0 643 8/29/2022
6.9.4 645 8/25/2022
6.9.3 641 8/25/2022
6.9.2 648 8/25/2022
6.9.1 653 8/25/2022
6.9.0 668 8/19/2022
6.8.1 655 8/17/2022
6.8.0 656 8/17/2022
6.7.3 691 8/8/2022
6.7.2 657 8/8/2022
6.7.1 710 8/4/2022
6.7.0 701 8/4/2022
6.6.1 678 8/2/2022
6.6.0 702 6/30/2022
6.5.6 699 6/27/2022
6.5.5 704 6/22/2022
6.5.4 671 6/15/2022
6.5.3 690 6/14/2022
6.5.2 721 6/14/2022
6.5.1 699 6/14/2022
6.5.0 713 6/13/2022
6.4.16 686 6/13/2022
6.4.14 671 6/13/2022
6.4.12 676 6/13/2022
6.4.10 725 6/12/2022
6.4.9 757 6/9/2022
6.4.8 655 6/7/2022
6.4.7 689 6/7/2022
6.4.6 724 6/7/2022
6.4.5 698 6/6/2022
6.4.4 706 6/6/2022
6.4.3 709 6/6/2022
6.4.2 692 6/6/2022
6.4.1 716 6/6/2022
6.4.0 677 6/5/2022
6.3.0 724 6/2/2022
6.2.1 751 5/27/2022
6.2.0 729 5/26/2022
6.1.13 735 5/25/2022
6.1.12 685 5/25/2022
6.1.11 692 5/25/2022
6.1.10 696 5/23/2022
6.1.9 713 5/23/2022
6.1.8 738 5/23/2022
6.1.7 720 5/23/2022
6.1.6 716 5/23/2022
6.1.5 684 5/23/2022
6.1.4 711 5/22/2022
6.1.3 685 5/20/2022
6.1.2 745 5/19/2022
6.1.1 798 5/5/2022
0.0.0 224 10/18/2023