elk VS dagre

Compare elk vs dagre and see what are their differences.

elk

Eclipse Layout Kernel - Automatic layout for Java applications. (by eclipse)

dagre

Directed graph layout for JavaScript (by dagrejs)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
elk dagre
3 8
232 4,293
2.6% 1.9%
8.0 8.6
7 days ago 21 days ago
Java JavaScript
GNU General Public License v3.0 or later 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.

elk

Posts with mentions or reviews of elk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-27.
  • How to draw beautiful software architecture diagrams
    17 projects | news.ycombinator.com | 27 Oct 2023
    Graphviz is the classic option but unfortunately it isn't very good. I mean it was great when it was written in the 80s or whatever but then it seems like it was declared "done" and is still stuck in the 80s.

    Quite annoying because it totally dominates the mindshare of graph layout tools, making it difficult to find alternatives.

    Here's some other options anyway:

    * Eclipse Layout Kernel: https://github.com/eclipse/elk

    * OGDF: https://ogdf.uos.de/

    In fairness both their websites are pretty terrible (would some examples kill you OGDF?) and they don't provide an easy way to try them out, so I guess it's not that surprising that Graphviz dominates.

    Anyway in practice if you have a complex graph then doing it manually is by far the best option.

    If it's too big to do manually then it's unlikely to be a useful graph in the first place.

  • 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.

  • How to Draw S-Curved Arrows Between Boxes
    4 projects | news.ycombinator.com | 22 Dec 2021

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 elk and dagre you can also consider the following projects:

GraphvizOnline - Let's Graphviz it online

elkjs - ELK's layout algorithms for JavaScript

red5-server - Red5 Server core

dagre-d3 - A D3-based renderer for Dagre

jQuery-menu-aim - jQuery plugin to fire events when user's cursor aims at particular dropdown menu items. For making responsive mega dropdowns like Amazon's.

obsidian-graphviz - Graphviz plugin for obsidian md.

excalidraw-collaboration - excalidraw with collaboration feature, self-hosting, and only one-click deploy

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

Jetty - Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more

poap - ⛔️ DEPRECATED - Proof Of Attendance Protocol

eclipse.jdt.ls - Java language server

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