Skip to content

Commit

Permalink
add sekiban csrs sample
Browse files Browse the repository at this point in the history
  • Loading branch information
markjbrown committed Oct 21, 2024
1 parent 592247f commit 7963e1d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export type TagType =
| "infrastructure"
| "migration"
| "analytics"
| "CQRS"
| "agent"
| "ragPattern"
| "chat"
Expand Down
16 changes: 16 additions & 0 deletions static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}


Expand Down

0 comments on commit 7963e1d

Please sign in to comment.