Aksio.Cratis.Specifications 9.0.0-beta.16

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.16
                    
NuGet\Install-Package Aksio.Cratis.Specifications -Version 9.0.0-beta.16
                    
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.16" />
                    
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.16" />
                    
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.16
                    
#r "nuget: Aksio.Cratis.Specifications, 9.0.0-beta.16"
                    
#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.
#addin nuget:?package=Aksio.Cratis.Specifications&version=9.0.0-beta.16&prerelease
                    
Install Aksio.Cratis.Specifications as a Cake Addin
#tool nuget:?package=Aksio.Cratis.Specifications&version=9.0.0-beta.16&prerelease
                    
Install Aksio.Cratis.Specifications 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. 
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 150 2/27/2024
9.15.2 147 1/14/2024
9.15.1 10,975 12/31/2023
9.15.0 137 12/29/2023
9.14.19 115 12/12/2023
9.14.18 134 12/12/2023
9.14.16 126 12/12/2023
9.14.15 133 12/12/2023
9.14.14 136 12/12/2023
9.14.13 146 12/12/2023
9.14.12 137 12/12/2023
9.14.11 646 12/11/2023
9.14.10 145 12/11/2023
9.14.8 154 12/8/2023
9.14.7 315 12/7/2023
9.14.6 159 12/7/2023
9.14.5 144 12/7/2023
9.14.4 155 12/7/2023
9.14.3 141 12/7/2023
9.14.2 155 12/7/2023
9.14.1 138 12/7/2023
9.14.0 158 12/6/2023
9.14.0-beta.4 74 12/5/2023
9.14.0-beta.3 88 12/5/2023
9.14.0-beta.2 73 12/5/2023
9.14.0-beta.1 81 12/5/2023
9.13.0 222 12/3/2023
9.12.0 175 12/3/2023
9.12.0-beta.1 84 12/1/2023
9.11.0 304 11/29/2023
9.11.0-beta.2 90 11/26/2023
9.11.0-beta.1 77 11/26/2023
9.10.0 231 11/24/2023
9.10.0-beta.2 76 11/23/2023
9.10.0-beta.1 57 11/22/2023
9.9.1 233 11/16/2023
9.9.0 147 11/15/2023
9.8.0 376 11/13/2023
9.8.0-beta.8 72 11/8/2023
9.8.0-beta.5 74 11/7/2023
9.8.0-beta.4 75 11/6/2023
9.8.0-beta.2 74 11/6/2023
9.8.0-beta.1 81 11/2/2023
9.7.2 444 11/1/2023
9.7.1 379 10/31/2023
9.7.0 264 10/30/2023
9.7.0-beta.1 87 10/28/2023
9.6.0 247 10/26/2023
9.5.14 165 10/26/2023
9.5.13 165 10/25/2023
9.5.12 272 10/23/2023
9.5.11 156 10/23/2023
9.5.10 190 10/22/2023
9.5.10-beta.15 83 10/21/2023
9.5.10-beta.14 86 10/21/2023
9.5.10-beta.13 80 10/21/2023
9.5.10-beta.12 72 10/21/2023
9.5.10-beta.11 79 10/21/2023
9.5.10-beta.10 76 10/20/2023
9.5.10-beta.9 75 10/20/2023
9.5.10-beta.8 83 10/20/2023
9.5.10-beta.7 85 10/20/2023
9.5.10-beta.6 83 10/20/2023
9.5.10-beta.5 84 10/20/2023
9.5.10-beta.4 79 10/20/2023
9.5.10-beta.3 77 10/20/2023
9.5.10-beta.2 79 10/20/2023
9.5.10-beta.1 73 10/20/2023
9.5.9 250 10/19/2023
9.5.9-beta.5 75 10/19/2023
9.5.9-beta.4 72 10/19/2023
9.5.9-beta.3 71 10/19/2023
9.5.9-beta.2 76 10/18/2023
9.5.8 478 10/10/2023
9.5.7 157 10/10/2023
9.5.6 155 10/9/2023
9.5.5 174 10/9/2023
9.5.4 175 10/9/2023
9.5.3 165 10/6/2023
9.5.2 177 10/6/2023
9.5.1 280 10/3/2023
9.5.0 182 9/29/2023
9.4.8 423 9/26/2023
9.4.7 153 9/25/2023
9.4.6 159 9/25/2023
9.4.5 176 9/25/2023
9.4.4 177 9/25/2023
9.4.3 292 9/25/2023
9.4.2 332 9/18/2023
9.4.1 333 9/5/2023
9.3.7 584 9/1/2023
9.3.1 414 8/28/2023
9.3.0 198 8/27/2023
9.2.1 190 8/25/2023
9.2.0 188 8/23/2023
9.1.0 199 8/16/2023
9.0.2 566 7/25/2023
9.0.1 231 7/25/2023
9.0.0 332 7/19/2023
9.0.0-beta.23 177 7/14/2023
9.0.0-beta.22 104 7/14/2023
9.0.0-beta.21 109 7/14/2023
9.0.0-beta.20 113 7/12/2023
9.0.0-beta.19 95 7/12/2023
9.0.0-beta.18 110 7/12/2023
9.0.0-beta.16 107 7/11/2023
9.0.0-beta.15 109 7/11/2023
9.0.0-beta.14 111 7/11/2023
9.0.0-beta.13 102 7/11/2023
9.0.0-beta.12 104 7/11/2023
9.0.0-beta.11 110 7/11/2023
9.0.0-beta.10 103 7/11/2023
9.0.0-beta.9 104 7/11/2023
9.0.0-beta.8 104 7/11/2023
9.0.0-beta.7 103 7/11/2023
9.0.0-beta.6 104 7/11/2023
9.0.0-beta.5 111 7/11/2023
9.0.0-beta.4 99 7/11/2023
9.0.0-beta.3 101 7/11/2023
9.0.0-beta.2 106 7/11/2023
8.19.1 755 5/31/2023
8.19.0 440 5/24/2023
8.18.7 402 5/16/2023
8.18.6 292 5/12/2023
8.18.5 242 5/12/2023
8.18.4 281 5/10/2023
8.18.3 237 5/9/2023
8.18.2 266 5/9/2023
8.18.1 398 5/9/2023
8.18.0 351 5/4/2023
8.17.0 301 5/3/2023
8.16.0 259 5/2/2023
8.15.0 352 4/25/2023
8.14.1 292 4/20/2023
8.14.0 436 4/20/2023
8.13.5 409 4/14/2023
8.13.4 274 4/14/2023
8.13.3 252 4/13/2023
8.13.2 269 4/13/2023
8.13.1 268 4/13/2023
8.13.0 294 4/13/2023
8.12.8 281 4/13/2023
8.12.4 251 4/12/2023
8.12.3 265 4/11/2023
8.12.2 337 4/5/2023
8.12.1 309 4/4/2023
8.12.0 317 4/4/2023
8.11.1 302 4/3/2023
8.11.0 315 4/1/2023
8.10.6 426 3/30/2023
8.10.5 282 3/30/2023
8.10.4 283 3/30/2023
8.10.3 279 3/30/2023
8.10.2 303 3/27/2023
8.10.1 310 3/23/2023
8.10.0 325 3/23/2023
8.9.5 402 3/23/2023
8.9.3 404 3/20/2023
8.9.2 327 3/20/2023
8.9.1 316 3/20/2023
8.9.0 294 3/20/2023
8.8.4 322 3/19/2023
8.8.3 394 3/16/2023
8.8.1 306 3/16/2023
8.8.0 309 3/15/2023
8.7.0 306 3/15/2023
8.6.3 351 3/8/2023
8.6.2 331 3/5/2023
8.6.1 315 3/2/2023
8.6.0 448 2/24/2023
8.5.6 426 2/22/2023
8.5.5 358 2/21/2023
8.5.4 360 2/21/2023
8.5.3 368 2/21/2023
8.5.2 372 2/21/2023
8.5.1 334 2/21/2023
8.5.0 378 2/20/2023
8.4.4 502 2/9/2023
8.4.3 437 2/8/2023
8.4.2 359 2/8/2023
8.4.1 360 2/7/2023
8.4.0 401 2/6/2023
8.3.1 511 1/30/2023
8.3.0 382 1/28/2023
8.1.3 451 1/27/2023
8.1.2 395 1/27/2023
8.1.1 426 1/25/2023
8.1.0 400 1/25/2023
8.0.0 380 1/23/2023
7.4.2 390 1/23/2023
7.4.1 400 1/20/2023
7.4.0 388 1/19/2023
7.3.2 458 1/13/2023
7.3.1 425 1/13/2023
7.3.0 416 1/13/2023
7.2.0 430 1/12/2023
7.1.0 413 1/11/2023
7.0.0 442 1/10/2023
6.25.5 467 1/2/2023
6.25.4 472 1/2/2023
6.25.3 442 12/30/2022
6.25.2 491 12/28/2022
6.25.1 400 12/28/2022
6.25.0 384 12/28/2022
6.24.1 389 12/27/2022
6.24.0 378 12/27/2022
6.23.1 517 12/25/2022
6.23.0 391 12/25/2022
6.22.0 395 12/23/2022
6.21.6 406 12/22/2022
6.21.5 376 12/21/2022
6.21.4 406 12/21/2022
6.21.3 377 12/19/2022
6.21.2 441 12/18/2022
6.21.1 384 12/16/2022
6.21.0 384 12/15/2022
6.20.0 397 12/14/2022
6.19.0 443 12/12/2022
6.18.2 428 12/12/2022
6.18.1 408 12/9/2022
6.18.0 412 12/5/2022
6.17.9 429 12/5/2022
6.17.8 603 11/27/2022
6.17.5 520 11/18/2022
6.17.3 427 11/18/2022
6.17.2 474 11/14/2022
6.17.1 438 11/14/2022
6.17.0 469 11/10/2022
6.16.9 484 11/8/2022
6.16.8 453 11/8/2022
6.16.7 451 11/8/2022
6.16.6 445 11/8/2022
6.16.5 446 11/7/2022
6.16.4 471 11/7/2022
6.16.3 598 11/7/2022
6.16.2 487 11/5/2022
6.16.1 479 11/5/2022
6.16.0 476 11/5/2022
6.15.11 473 11/4/2022
6.15.10 491 11/4/2022
6.15.9 485 11/4/2022
6.15.8 457 11/3/2022
6.15.7 451 11/3/2022
6.15.6 476 11/2/2022
6.15.5 462 11/2/2022
6.15.0 484 11/2/2022
6.14.0 525 10/30/2022
6.13.0 508 10/28/2022
6.12.1 527 10/27/2022
6.12.0 523 10/27/2022
6.11.8 580 10/19/2022
6.11.7 550 10/18/2022
6.11.6 500 10/14/2022
6.11.5 535 10/14/2022
6.11.4 520 10/14/2022
6.11.3 534 10/14/2022
6.11.2 510 10/13/2022
6.11.1 511 10/13/2022
6.10.33 580 9/20/2022
6.10.32 602 9/16/2022
6.10.31 612 9/14/2022
6.10.30 655 9/13/2022
6.10.29 581 9/8/2022
6.10.28 565 9/8/2022
6.10.27 578 9/8/2022
6.10.26 569 9/8/2022
6.10.25 582 9/7/2022
6.10.24 554 9/6/2022
6.10.22 551 9/2/2022
6.10.18 582 9/2/2022
6.10.17 580 9/2/2022
6.10.16 567 9/2/2022
6.10.15 601 9/2/2022
6.10.14 576 9/2/2022
6.10.3 600 9/1/2022
6.10.2 582 8/30/2022
6.10.1 575 8/30/2022
6.10.0 565 8/29/2022
6.9.4 567 8/25/2022
6.9.3 577 8/25/2022
6.9.2 570 8/25/2022
6.9.1 576 8/25/2022
6.9.0 581 8/19/2022
6.8.1 577 8/17/2022
6.8.0 589 8/17/2022
6.7.3 620 8/8/2022
6.7.2 579 8/8/2022
6.7.1 630 8/4/2022
6.7.0 614 8/4/2022
6.6.1 608 8/2/2022
6.6.0 621 6/30/2022
6.5.6 626 6/27/2022
6.5.5 618 6/22/2022
6.5.4 601 6/15/2022
6.5.3 629 6/14/2022
6.5.2 640 6/14/2022
6.5.1 624 6/14/2022
6.5.0 632 6/13/2022
6.4.16 612 6/13/2022
6.4.14 583 6/13/2022
6.4.12 604 6/13/2022
6.4.10 637 6/12/2022
6.4.9 661 6/9/2022
6.4.8 594 6/7/2022
6.4.7 594 6/7/2022
6.4.6 637 6/7/2022
6.4.5 611 6/6/2022
6.4.4 634 6/6/2022
6.4.3 631 6/6/2022
6.4.2 628 6/6/2022
6.4.1 632 6/6/2022
6.4.0 592 6/5/2022
6.3.0 639 6/2/2022
6.2.1 662 5/27/2022
6.2.0 645 5/26/2022
6.1.13 646 5/25/2022
6.1.12 603 5/25/2022
6.1.11 610 5/25/2022
6.1.10 620 5/23/2022
6.1.9 638 5/23/2022
6.1.8 664 5/23/2022
6.1.7 636 5/23/2022
6.1.6 615 5/23/2022
6.1.5 614 5/23/2022
6.1.4 627 5/22/2022
6.1.3 612 5/20/2022
6.1.2 652 5/19/2022
6.1.1 726 5/5/2022
0.0.0 182 10/18/2023