![]() |
VOOZH | about |
dotnet add package Cratis.Chronicle.Grains.Specs --version 10.0.0-alpha.34
NuGet\Install-Package Cratis.Chronicle.Grains.Specs -Version 10.0.0-alpha.34
<PackageReference Include="Cratis.Chronicle.Grains.Specs" Version="10.0.0-alpha.34" />
<PackageVersion Include="Cratis.Chronicle.Grains.Specs" Version="10.0.0-alpha.34" />Directory.Packages.props
<PackageReference Include="Cratis.Chronicle.Grains.Specs" />Project file
paket add Cratis.Chronicle.Grains.Specs --version 10.0.0-alpha.34
#r "nuget: Cratis.Chronicle.Grains.Specs, 10.0.0-alpha.34"
#:package Cratis.Chronicle.Grains.Specs@10.0.0-alpha.34
#addin nuget:?package=Cratis.Chronicle.Grains.Specs&version=10.0.0-alpha.34&prereleaseInstall as a Cake Addin
#tool nuget:?package=Cratis.Chronicle.Grains.Specs&version=10.0.0-alpha.34&prereleaseInstall 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 @ 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 | net8.0 net8.0 is compatible. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-alpha.34 | 165 | 8/15/2024 |
| 10.0.0-alpha.33 | 127 | 8/15/2024 |
| 10.0.0-alpha.32 | 143 | 8/15/2024 |
| 10.0.0-alpha.31 | 142 | 8/15/2024 |
| 10.0.0-alpha.29 | 132 | 8/13/2024 |
| 10.0.0-alpha.27 | 142 | 8/12/2024 |
| 10.0.0-alpha.26 | 128 | 8/11/2024 |
| 10.0.0-alpha.25 | 133 | 8/11/2024 |
| 10.0.0-alpha.24 | 131 | 8/11/2024 |
| 10.0.0-alpha.23 | 119 | 8/7/2024 |
| 10.0.0-alpha.22 | 123 | 8/7/2024 |
| 10.0.0-alpha.21 | 122 | 8/1/2024 |
| 10.0.0-alpha.19 | 115 | 8/1/2024 |
| 10.0.0-alpha.18 | 123 | 8/1/2024 |
| 10.0.0-alpha.17 | 126 | 8/1/2024 |
| 10.0.0-alpha.16 | 102 | 7/31/2024 |
| 10.0.0-alpha.15 | 127 | 7/30/2024 |
| 10.0.0-alpha.14 | 128 | 7/30/2024 |
| 10.0.0-alpha.13 | 130 | 7/30/2024 |