honzaap / Systemizer

A system design tool that allows you to simulate data flow of distributed systems.
https://honzaap.github.io/Systemizer/
GNU General Public License v3.0
1.38k stars 90 forks source link

Feature request: add server-side data source component #57

Open blakek opened 3 years ago

blakek commented 3 years ago

I haven't looked much, so this may be impractical.

The Client-side components are currently all capable of making requests. I'd like something similar but labeled as server-side. I'd like to show server-side requests in the simulation mode. This could represent something like a cron job or web hook from a 3rd party API.

My initial thoughts were one of these would work:

honzaap commented 3 years ago

It sounds like a good feature. I don't know if I'll get the time to work on this right now... But still thanks for the suggestions.