Skip to content

Custodian is a business application implemented in the Event-Driven Development style (completely asynchronously)

Notifications You must be signed in to change notification settings

komanton/custodian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Custodian

Custodian is a business application implemented in the Event-Driven Development style (completely asynchronously)

Key Concepts

  • ⚠️ Warning! Synchronous calls are not allowed here! ⚠️
  • Lambda & Serverless ❤️
  • System Type: Closed Distributed System 💪
  • REST, HTTP 1.1 👎
  • HTTP 2.0, WebSocket 👍
  • Performance, Scalability, Independent Deployment - 'by design' 💯
  • Domain-Driven Design 👌
  • Business Domain: ??? - ✨ should be applicable for small or single person enterprises!
  • Sagas and more 😉 - our first-class citizen!
  • Cloud-Native 🚀 or even 😄 Browser-Tab-Native! 🧐
  • We like Baseball ⚾ through: Data Consistency Explained Through Baseball, Doug Terry

Domain - in progress ...

Solution Design - in progress ...

Infrastructure Requirements - in progress ...