![]() |
VOOZH | about |
dotnet add package Aksio.Cratis.Kernel.Compliance --version 9.15.5
NuGet\Install-Package Aksio.Cratis.Kernel.Compliance -Version 9.15.5
<PackageReference Include="Aksio.Cratis.Kernel.Compliance" Version="9.15.5" />
<PackageVersion Include="Aksio.Cratis.Kernel.Compliance" Version="9.15.5" />Directory.Packages.props
<PackageReference Include="Aksio.Cratis.Kernel.Compliance" />Project file
paket add Aksio.Cratis.Kernel.Compliance --version 9.15.5
#r "nuget: Aksio.Cratis.Kernel.Compliance, 9.15.5"
#:package Aksio.Cratis.Kernel.Compliance@9.15.5
#addin nuget:?package=Aksio.Cratis.Kernel.Compliance&version=9.15.5Install as a Cake Addin
#tool nuget:?package=Aksio.Cratis.Kernel.Compliance&version=9.15.5Install as a Cake Tool
👁 C# Build
👁 Publish
👁 Documentation Site
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 .
If you prefer to browse the code in VSCode, you can do so by clicking here.
Make sure you have the following installed:
The sample consists of a backend and a frontend. Navigate to the 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 , which represents the backend startup. Navigate to this and start the backend by running:
dotnet run
The frontend is located in the 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/
If you're looking to either contribute or dive into the code by building and running the Cratis Kernel locally, you can read more . You'll find issues to start with by going to here.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on Aksio.Cratis.Kernel.Compliance:
| Package | Downloads |
|---|---|
|
Aksio.Cratis.Kernel.Grains
Package Description |
|
|
Aksio.Cratis.Kernel.Server
Package Description |
|
|
Aksio.Cratis.Kernel.Storage.MongoDB
Package Description |
This package is not used by any popular GitHub repositories.