erd VS dagre

Compare erd vs dagre and see what are their differences.

erd

Translates a plain text description of a relational database schema to a graphical entity-relationship diagram. (by BurntSushi)

dagre

Directed graph layout for JavaScript (by dagrejs)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
erd dagre
4 8
1,757 4,268
- 2.5%
4.3 8.8
3 months ago 14 days ago
Haskell JavaScript
The Unlicense 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.

erd

Posts with mentions or reviews of erd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-22.

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

classy-influxdb-simple

elkjs - ELK's layout algorithms for JavaScript

HongoDB - A Simple Key Value Store

dagre-d3 - A D3-based renderer for Dagre

mywatch

obsidian-graphviz - Graphviz plugin for obsidian md.

ampersand - Build database applications faster than anyone else, and keep your data pollution free as a bonus.

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

esqueleto - Bare bones, type-safe EDSL for SQL queries on persistent backends.

poap - ⛔️ DEPRECATED - Proof Of Attendance Protocol

yxdb-utils - Utilities for parsing Alteryx Database format

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