From 7963e1df335c79fd00f4923ceff4d12583df6a29 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 21 Oct 2024 08:43:14 -0700 Subject: [PATCH] add sekiban csrs sample --- src/data/tags.tsx | 1 + static/templates.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/src/data/tags.tsx b/src/data/tags.tsx index 388989a..efb6034 100644 --- a/src/data/tags.tsx +++ b/src/data/tags.tsx @@ -70,6 +70,7 @@ export type TagType = | "infrastructure" | "migration" | "analytics" + | "CQRS" | "agent" | "ragPattern" | "chat" diff --git a/static/templates.json b/static/templates.json index 9fb849a..8acf81a 100644 --- a/static/templates.json +++ b/static/templates.json @@ -1576,6 +1576,22 @@ "vectorcosmosmongo", "example" ] + }, + { + "title": "Sekiban - Event Sourcing and CQRS Framework using C#", + "description": "Sekiban is an application development framework that leverages Event Sourcing and CQRS principles. Built with C# and .NET Core 7+, it allows developers to use a declarative API to create event sourcing applications. Sekiban supports various event stores such as Microsoft Azure Cosmos DB with multi-tenancy support using its hierarchical partition key feature for more efficient querying using Azure Cosmos DB by creating a Tenant (or Root Partition Key), Aggregate Type, and Partition Key.", + "preview": "coming soon", + "website": "https://github.com/J-Tech-Japan", + "author": "J-Tech Japan, Inc.", + "source": "https://github.com/J-Tech-Japan/Sekiban", + "date": "2024-10-21", + "tags": [ + "architecturedesign", + "csharp", + "CQRS", + "community", + "example" + ] }