|
11 | 11 | </p> |
12 | 12 |
|
13 | 13 | # Cleipnir.NET / Cleipnir Flows |
14 | | -Cleipnir is a powerful **durable execution** .NET framework - ensuring your code will always execute to completion **correctly**. |
15 | | -* Makes plain C#-code behave correctly after a crash, restart or suspension |
16 | | -* Wait for external events directly inside your code |
17 | | -* Suspend code execution for minutes, hours, weeks or longer |
18 | | -* Cloud-agnostic - requires only a database |
19 | | -* Great performance compared to cloud-based workflow orchestration |
20 | | -* Scales horizontally with number of replicas |
21 | | -* Built for ASP.NET / generic host service |
22 | | -* Integrates easily with all message-brokers and service-buses |
23 | | -* Removes the need for **saga-pattern** and **outbox-pattern** |
24 | | -* Powerful alternative to job-schedulers (HangFire, Quartz) |
| 14 | +**Cleipnir.NET** is a powerful **durable execution** framework for .NET — ensuring your code always completes correctly, even after **crashes** or **restarts**. |
| 15 | +* 💡**Crash-safe execution** - plain C# code automatically resumes after failures or redeployments. |
| 16 | +* ⏸️ **Wait for external events** - directly inside your code (without taking up resources) |
| 17 | +* ⏰ **Suspend execution** - for seconds, minutes, or weeks — and continue seamlessly. |
| 18 | +* ☁️ **Cloud-agnostic** - runs anywhere, only needs a database. |
| 19 | +* ⚡ **High performance** - significantly faster than cloud-based workflow orchestrators. |
| 20 | +* 📈 **Scales horizontally** - with replicas for high availability. |
| 21 | +* 🔌 **Built for ASP.NET and .NET Generic Host** - easy to integrate. |
| 22 | +* 📨 **Compatible with all message brokers and service buses.** |
| 23 | +* 🧩 **Eliminates complex patterns** - like the **Saga** and **Outbox**. |
| 24 | +* 🗓️ **A powerful job-scheduler alternative** - to traditional job schedulers (Hangfire, Quartz, etc.). |
25 | 25 |
|
26 | 26 | ## Abstractions |
27 | 27 | Cleipnir.NET provides the following 3 abstractions: |
|
0 commit comments