Skip to content

Commit

Permalink
GitBook: [master] 6 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
mynkow authored and gitbook-bot committed Oct 1, 2020
1 parent d790f7d commit e2a03ea
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Initial page



Usually you do not need a CQRS framework to develop greate apps. However, we noticed a common infrastructure code written with every applicaiton. We started to abstract and move that code to github. The key aspect was that even with a framework you still have full control and flexibility over the application code.

1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [Initial page](README.md)
* [Configuration](configuration.md)
* [Introduction](introduction.md)
* [Index](index.md)
* [test](test.md)

19 changes: 19 additions & 0 deletions docs/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Introduction

Welcome to the Cronus Manual!

Cronus provides the Cronus Framework to help build applications centered on three core concepts - CQRS \(Command Query Responsibility Segregation\) / Event Sourcing and DDD \(Domain Driven Design\).

While many types of applications can be built using Cronus, it has proven to be very popular for microservices architectures. Cronus provides an innovative and powerful way of sensibily evolving to event-driven microservices within a microservices architecture.

## How to use this guide

The Reference Guide is split into 4 sections

| Section Name | Purpose |
| :--- | :--- |
| [Quick Start]() | Details the Quick Start toolkit that Axon provides to easily familiarize with the basic concepts of Axon Framework and Axon Server |
| [Axon Framework]() | Details the building of Axon Framework based applications. |
| [Axon Server]() | Details the Installation/Setup and Maintenance of Axon Server \(SE/EE\). |
| [Axon Framework Extensions]() | Details the extensions that Axon Framework provides to integrate with existing enterprise infrastructure\(s\). |

0 comments on commit e2a03ea

Please sign in to comment.