Architecture Diagrams
Visual diagrams showing how the Entitybase system works.
System Overview
- System Architecture - High-level system design
- Data Flow - How data moves through the system
- Detailed Data Flow - Full data flow with deduplication
Components
- API Components - REST API architecture
- Service Components - Business logic layer
- Worker Components - Background workers
- Infrastructure - S3, Vitess, streaming
- Data Models - Internal representation
- Component Relationships - How components interact
Read Paths
- Entity Get Process - How entity reads work
Write Paths
- Entity Create - Creating new entities
- Entity Update - Updating entities
- Terms PUT - Setting terms
- Terms PATCH - Updating terms
- Terms DELETE - Deleting terms
- Delete/Undelete - Entity deletion
- Archive/Unarchive - Archiving entities
- Lock/Unlock - Entity protection
- Redirect - Entity redirects
- Statement Processing - Statement handling
- Lexeme Update - Lexeme-specific updates