Skip to content

A system design tool that allows you to simulate data flow of distributed systems.

License

Notifications You must be signed in to change notification settings

honzaap/Systemizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 22, 2024
8aeafdf · Dec 22, 2024
Dec 22, 2024
May 31, 2024
May 28, 2021
Aug 22, 2021
Jul 31, 2021
Jun 25, 2021
May 31, 2024
Jul 23, 2021
May 28, 2021
May 31, 2024
Aug 9, 2021
May 28, 2021
May 28, 2021
May 28, 2021
May 28, 2021

Repository files navigation

Systemizer

Scrutinizer build (GitHub/Bitbucket) GitHub Repo stars GitHub last commit GitHub

Systemizer is a system design tool used to create and simulate large scale distributed systems.

Want to try Systemizer?

Systemizer is currently hosted on github pages.

Gif of Systemizer

How does Systemizer work?

  • Select a component. 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.

Installation

  1. Clone repository to your local machine
  2. Open terminal and cd into repository folder
  3. run npm install
  4. run npm run start
  5. Systemize!

Documentation

  • Documentation can be found in the Wiki section of this repo.

Contributing

  • To learn about contributing, visit the How to contribute section.
  • You can also check Issues to see if there is anything you want to help with.