kroki VS dagre

Compare kroki vs dagre and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
kroki dagre
49 8
2,669 4,268
4.3% 2.5%
8.8 8.8
6 days ago 17 days ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

kroki

Posts with mentions or reviews of kroki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-14.
  • WireViz: Easily document cables and wiring harnesses
    4 projects | news.ycombinator.com | 14 Apr 2024
    Your wish showing up in the face of a submission just 14 days ago and then another 29 days ago must be indicative of why there are so many dupes all the time: https://news.ycombinator.com/from?site=kroki.io

    You can feel free to submit the GH repo, as that one doesn't seem to have been submitted before https://github.com/yuzutech/kroki

  • D2 Playground
    5 projects | news.ycombinator.com | 23 Mar 2024
    Pikchr https://pikchr.org/home/pikchrshow is the other general purpose one and older than d2. It is "Source-Code License: 0-clause BSD" as it says on the page.

    Someone made it into wasm and put playground for pikchr here https://www.jakethaw.com/pikchr_webassembly_demo/

    Can also try pikchr online here on https://kroki.io/#try which is hosting many other text to diagram tools as well.

  • Mermaid Chart, a Markdown-like tool for creating diagrams, raises $7.5M
    3 projects | news.ycombinator.com | 20 Mar 2024
    I use mermaid.js heavily, but plug for Kroki:

    https://kroki.io/

    “Kroki provides a unified API with support for BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag, PacketDiag, RackDiag), BPMN, Bytefield, C4 (with PlantUML), D2, DBML, Ditaa, Erd, Excalidraw, GraphViz, Mermaid, Nomnoml, Pikchr, PlantUML, Structurizr, SvgBob, Symbolator, TikZ, UMLet, Vega, Vega-Lite, WaveDrom, WireViz... and more to come!”

  • Kroki: A unified API to create any kind of diagram from text
    1 project | news.ycombinator.com | 16 Mar 2024
  • Kroki – Creates diagrams from textual descriptions
    1 project | news.ycombinator.com | 21 Nov 2023
  • How to draw beautiful software architecture diagrams
    17 projects | news.ycombinator.com | 27 Oct 2023
  • Nomnoml
    10 projects | news.ycombinator.com | 2 Oct 2023
    If you don't mind my asking, what aspects of "acceptable layout" is usually the first to get busted?

    I'm extremely excited about using WireViz[1] to automate wiring harness diagram creation, and if I can, I'd like to know the speedbumps before I hit them. I'm thinkin generous linking between diagrams will be one path.

    [1] Project:: https://github.com/wireviz/WireViz SandboxP:: https://kroki.io/#try [select Diagram>WireViz]

  • LaTeX for publishing tabletop role-playing games
    14 projects | news.ycombinator.com | 17 Sep 2023
    The SVG output is embedded into the PDF file.

    https://kroki.io/examples.html#mind-map

    Kroki has other text-based formats for flow charts, Gantt charts, UML diagrams, packet diagrams, network diagrams, word clouds, etc.

  • Documentation as Code for Cloud Using PlantUML
    8 projects | news.ycombinator.com | 30 Jul 2023
    My cross-platform desktop text editor, KeenWrite, allows users to define variables in an external YAML file. The editor calls out to Kroki[1] to convert text-based diagrams to SVG. The diagrams can reference variables and are rendered using EchoSVG[2].

    KeenWrite[3] can produce PDF documentation from Markdown documents that has PlantUML diagrams with elements stored in an external, machine-readable file. Here are screenshots showing variables on the left, diagram text in the middle, and a real-time render on the right:

    * https://raw.githubusercontent.com/DaveJarvis/KeenWrite/main/...

    * https://raw.githubusercontent.com/DaveJarvis/KeenWrite/main/...

    KeenWrite supports all diagrams offered by Kroki, which includes "diagram-plantuml".

    [1]: https://kroki.io/

    [2]: https://github.com/css4j/echosvg/

    [3]: https://github.com/DaveJarvis/keenwrite

  • Pikchr: A PIC-like markup language for diagrams in technical documentation
    3 projects | news.ycombinator.com | 24 Jul 2023

dagre

Posts with mentions or reviews of dagre. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-23.
  • D2 Playground
    5 projects | news.ycombinator.com | 23 Mar 2024
    It was unmaintained for a long time (maybe considered done implementing the algorithm it set out to), but recently a Google engineer has revived it: https://github.com/dagrejs/dagre
  • Show HN: Databasediagram.com – Private, Text to Entity-Relationship Diagram Tool
    7 projects | news.ycombinator.com | 8 Jun 2023
    The issue I have with a lot of these tools is they work fine when depicting relationships between tables in the same schema (talking mainly about PostgreSQL databases), but few support showing relationships between tables across different schemas.

    Also, when the number of tables grows large, few have layouts arranged in an optimal way. I use D2 (https://d2lang.com/) to create ERDs. However, of the free layout engines available in D2, Dagre (https://github.com/dagrejs/dagre) and ELK (https://github.com/eclipse/elk) both don't have optimal placement of layouts for a sufficiently complicated database.

  • Captain of Industry Calculator/Factory Planner
    1 project | /r/captain_of_industry | 12 Apr 2023
    You are right, after a bit of searching found nice library: https://github.com/dagrejs/dagre and couple of others. Maybe will try it out.
  • Chart Flows with grouped sub nodes
    1 project | /r/react | 14 Mar 2023
    I am using ReactFlow with Dagre to create reasonably simple graph flows as the following example:
  • Ask HN: Are There Any Layered Graph Layout Algorithms in Active Development?
    3 projects | news.ycombinator.com | 20 Feb 2023
    Hello,

    I've been researching layered graph algorithms, but it appears that this market is mostly inactive at the moment.

    Dagre (https://github.com/dagrejs/dagre) is considered outdated, with a codebase from 2015 that is no longer being updated, although they still accept some pull requests.

    KLAY (https://github.com/kieler/klayjs) has been succeeded by ELK, and development stopped in 2016.

    ELK (https://github.com/kieler/elkjs) is currently being developed by the KIELER Project, mostly by students and professors, written in Java. They are doing a great job, but the library is written in Java and then transpiled to JavaScript. They also rely on students for help with the development, which makes progress slow.

    Do you happen to know of any new projects that are actively addressing this problem?

  • D2 is now open source – a new, modern language that turns text to diagrams
    34 projects | news.ycombinator.com | 22 Nov 2022
    dagrejs has a section on "Recommended Reading" which lists which algorithms from which papers they implement.

    https://github.com/dagrejs/dagre/wiki#recommended-reading

  • D2: A new declarative language to turn text into diagrams
    13 projects | news.ycombinator.com | 30 Aug 2022
    Terrastruct engineer here. The visualization will be open source though I can't say for sure yet whether it'll be with our layout algorithm or with https://github.com/dagrejs/dagre.
  • Graphviz project for Flutter
    2 projects | /r/FlutterDev | 3 Oct 2021
    Another option is Dagre which is apparently now abandoned.

What are some alternatives?

When comparing kroki and dagre you can also consider the following projects:

Mermaid - Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.

elkjs - ELK's layout algorithms for JavaScript

plantuml-syntax - vim syntax file for plantuml

dagre-d3 - A D3-based renderer for Dagre

plantuml - Generate diagrams from textual description

obsidian-graphviz - Graphviz plugin for obsidian md.

mermaid - Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

text-to-diagram-site - Compare syntax, layouts, outputs between languages for generating diagrams with text.

venn.nvim - Draw ASCII diagrams in Neovim

poap - ⛔️ DEPRECATED - Proof Of Attendance Protocol

Zettlr - Your One-Stop Publication Workbench

d2 - D2 is a modern diagram scripting language that turns text to diagrams.