Chronicle

Cratis Chronicle 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 .NET client SDK to access it and tooling built into it.

Get started.

Application Model

The Cratis Application model represents an opinionated approach to building consistent applications based on the concepts behind CQRS. It offers extensions for different frameworks and is built on top of ASP.NET Core. One of the traits the application model has is the bridging between the backend and the frontend. The application model provides a tool, called ProxyGenerator that generates TypeScript code for recognized artifacts matching the criteria of what is considered a commmand or a query.

Get started.

Fundamentals

The Cratis fundamentals holds generic reusable helpers, utilities and tools that aims at solving common problems and help developers be more productive. Fundamentals offers functionality for .NET and JavaScript environments. It is not a goal to have parity, as the different environments offer different building blocks.

You should look at it as a convenience layer on top of the existing base environment you're running in.

Get started.