You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrated into cost-bot, it should generate complex AWS, GCP, Azure, etc. infrastructure diagrams given infra.toml configuration files on a per-app basis.
Similar to what's offered by PlanetScale.
Can support cool stuff like diffing, cost of each component, data transfer routing pathways (showing how data moves between different services) and much more.
The text was updated successfully, but these errors were encountered:
Great idea - it'll essentially need to be able to generate the above diagram from an infra.toml file. @sitilge will be able to guide with what actually happens under the hood (and all the nitty gritty details).
Can be used with the pricing api i've been working on to give a detailed breakdown into a deployment and what's going on under the hood.
Or maybe we design a empty/blank figma of the design you sent above in your first comment, export it to an svg then manipulate it using whatever crate/library and render whatever data (eg the region, the provider etc)
Integrated into
cost-bot
, it should generate complex AWS, GCP, Azure, etc. infrastructure diagrams giveninfra.toml
configuration files on a per-app basis.Similar to what's offered by PlanetScale.
Can support cool stuff like diffing, cost of each component, data transfer routing pathways (showing how data moves between different services) and much more.
The text was updated successfully, but these errors were encountered: