__adrien | 6 years ago | on: Show HN: Terrastruct – A Diagramming Tool for Systems
__adrien's comments
__adrien | 7 years ago | on: Show HN: Zero – Local file system transparently swapping to the cloud
Reminds me of https://github.com/Azure/azure-storage-fuse
The code is good, maybe you'll find inspiration there.
page 1
I got things i could see that could improve this greatly:
- have a dot format (graphviz) importer (and maybe exporter), something simple to allow people to programmatically import/update their existing architecture.
- alternatively have a json format, same thing (versioning, hand update, generation etc)
- allow with a shortcut (alt key, whatever) to draw links between objects directly. Creating links is tedious right now.
I will post more as i'm working with your tool to represent our system :)