| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Modernize architecture visualization assets management, based on Diagram-as-code, so you can create, share and edit diagram. Support for import Mermaid, PlantUML, Excalidraw, Dot and more.
Chinese introduction: Feakin 是一个架构资产可视化管理工具。基于图表即代码 的思想体系,支持导入 Mermaid, PlantUML, Excalidraw, Dot 等图形资产格式。
Core Technical:
特性:
ContextMap TicketBooking {
Reservation <-> TicketContext;
}
Context TicketContext {
Aggregate Ticket, Reservation;
}
Entity Ticket {
Struct {
seat: String;
}
}
// binding;
impl CinemaCreated {
endpoint {
GET "/book/{id}";
authorization: Basic admin admin;
response: Cinema;
}
flow {
via UserRepository::getUser receive x: User;
via Kafak send User to "user.create";
}
}
Try Online demo: https://online.feakin.com/ Or install @feakin/cli for diagrams converter:
npm install -g @feakin/cli
feakin --input software-development.md.drawio --output sd.excalidrawWe use nx.js for mono-repo architecture.
npm install --legacy-peer-depsNote: nx.js use Craco, which will need --legacy-peer-deps.
@2022 Thoughtworks This code is distributed under the MPL license. See LICENSE in this directory.
| Back | FazBrowse Home | New Git URL |