vault backup: 2026-02-27 10:43:35
This commit is contained in:
@@ -9,6 +9,21 @@ tags:
|
||||
|
||||
EventKit is a **decentralised, [[04 - Federation Architecture|federated]]** [[01 - Inventory Management|inventory management]], [[02 - Planning Module|planning]], and [[03 - CRM Module|CRM]] platform purpose-built for the **event industry**. Each company hosts its own instance with full data sovereignty, while optional federation enables cross-company workflows like sub-hire tracking, equipment sharing, and inter-company asset visibility.
|
||||
|
||||
### Business Model
|
||||
|
||||
**Open core** — free self-hosted with community support, paid SaaS with premium features.
|
||||
|
||||
### MVP Scope
|
||||
|
||||
**Build order**: Inventory + Scanning → Planning → CRM → Federation
|
||||
|
||||
**Target sectors for MVP**:
|
||||
|
||||
- 🔊 Audio (PA systems, microphones, mixing desks)
|
||||
- 💡 Lighting (moving heads, LED fixtures, dimmers)
|
||||
- 🔩 Rigging (truss, motors, chains, shackles)
|
||||
- ⚡ Power distribution (distros, cables, generators)
|
||||
|
||||
---
|
||||
|
||||
## Core Modules
|
||||
@@ -57,6 +72,7 @@ graph TB
|
||||
API["API Server"]
|
||||
Fed["Federation Service"]
|
||||
Worker["Background Workers"]
|
||||
MQ[("NATS / Redis")]
|
||||
DB[(Database)]
|
||||
Files[(File Storage)]
|
||||
|
||||
@@ -65,7 +81,8 @@ graph TB
|
||||
API --> DB
|
||||
API --> Files
|
||||
API --> Fed
|
||||
API --> Worker
|
||||
API --> MQ
|
||||
MQ --> Worker
|
||||
Worker --> DB
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user