Graphviz v7

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • graphviz

  • DOT-BBEdit-CLM

    DOT Codeless Language Module for the BBEdit

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • featdoc

    Feature documentation made easy: docs-as-code

  • The next step are tools like featdoc which let you define systems and interaction rules which then generate a (mermaid) sequence diagram.

    Example at https://dev.azure.com/itmv/Coffee%20Shop/_wiki/wikis/Coffee-...

    Project at https://github.com/Calpano/featdoc

    Disclosure: I maintain this project

  • mazzle

    run server for building large and complicated consistent environments http://devops-pipeline.com

  • I use Graphviz dot syntax to configure entire cloud computing environments in the order they must be built. This is pipelines as code and infrastructure as code

    It's very powerful! Not every organisation can bring up an entire environment with one command.

    Here is a executable diagram of a build worker cloud nodes, Kubernetes, consul, vault, Debian package server, Java app, SSH bastion, Prometheus, grafana, DNS and security groups.

    https://github.com/samsquire/mazzle/blob/master/docs/archite...

    The tool also parallelises the build based on the graph so packer builds can run in parallel.

    https://devops-pipeline.com/

    It also has a GUI but it's not ready for other people to use.

  • ideas4

    An Additional 100 Ideas for Computing https://samsquire.github.io/ideas4/

  • I love these words "As I continued that work, I've also started talking about the feasibility of creating a supercompiler." and thoughts already.

    One of my ideas is a supercomputer compiler

    I wrote about it here

    https://github.com/samsquire/ideas4#112-compiler-as-a-servic...

    Application performance monitoring, scheduling, control loops ala Kubernetes, parallelism, multithreading, data scheduling (shifting and sharing data to where it needs to be used), advanced caching and regeneration and container scheduling and binpacking and data layout scheduling could all be compiled by a supercompiler for extreme performance.

  • Graphviz.NetWrapper

    Lean .NET wrapper around Graphviz for building graphs, reading/writing dot files, exporting images, or programmatically reading out the layout attributes.

  • saddle-data-graph

    where does it come from, where does it go?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • diagrams

    :art: Diagram as Code for prototyping cloud system architectures

  • drawio-desktop

    Official electron build of draw.io

  • There is an offline version: https://www.diagrams.net (they had to change their name from draw.io recently). There is a download button right on the main page.

  • Newt

    Autogenerate a .Net (C#/EF Core) data project (class library with entities and data contexts) from a Postgres database, plus Graphviz and SQL. (by kcartlidge)

  • Graphviz is excellent. I use it for (amongst other things) generating diagrams of states and transitions, and also for automatically mapping choices as I write interactive fiction.

    More generally I've added it to Newt [1], which is my in-progress C# code generator. It scans a PostgreSQL database to automatically generate a class library with models and EF Core data contexts. And as part of that it generates a dot notation Graphviz source file for showing the tables and relationships (the repo includes an example image [2]). The example only shows a couple of tables, but it gives an idea of what can be produced (and also shows the .dot source file that was created to produce it).

    [1] https://github.com/kcartlidge/Newt

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts