Systemizer is a system design tool used to create and simulate large scale distributed systems.
Systemizer is currently hosted on github pages.
- Select a compoennt. This can be an API, Client, Message Queue, you name it.
- Create customizable endpoints, and connect components together.
- Send data to endpoints and watch the data flow of your system.
- Clone repository to your local machine
- Open terminal and
cd
into repository folder - run
npm install
- run
ng serve
- Systemize!