communities VS graphtage

Compare communities vs graphtage and see what are their differences.

graphtage

A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV. (by trailofbits)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
communities graphtage
12 12
697 2,317
- 0.9%
4.0 8.3
6 months ago about 1 month ago
Python Python
MIT License GNU Lesser General Public License v3.0 only
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.

communities

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

graphtage

Posts with mentions or reviews of graphtage. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-11.
  • Pijul: Version-Control Post-Git • Goto 2023
    11 projects | news.ycombinator.com | 11 Aug 2023
    I'm not familiar with Pijul, and haven't finished watching this presentation, but IME the problems with modern version control tools is that they still rely on comparing lines of plain text, something we've been doing for decades. Merge conflicts are an issue because our tools are agnostic about the actual content they're tracking.

    Instead, the tools should be smarter and work on the level of functions, classes, packages, sentences, paragraphs, or whatever primitive makes sense for the project and file that is being changed. In the case of code bases, they need to be aware of the language and the AST of the program. For binary files, they need to be aware of the file format and its binary structure. This would allow them to show actually meaningful diffs, and minimize the chances of conflicts, and of producing a corrupt file after an automatic merge.

    There has been some research in this area, and there are a few semantic diffing tools[1,2,3], but I'm not aware of this being widely used in any VCS.

    Nowadays, with all the machine learning advances, the ideal VCS should also use ML to understand the change at a deeper level, and maybe even suggest improvements. If AI can write code for me, it could surely understand what I'm trying to do, and help me so that version control is entirely hands-free, instead of having to fight with it, and be constantly aware of it, as I have to do now.

    I just finished watching the presentation, and Pijul seems like an iterative improvement over Git. Nothing jumped out at me like a killer feature that would make me want to give it a try. It might be because the author focuses too much on technical details, instead of taking a step back and rethinking what a modern VCS tool should look like today.

    [1]: https://semanticdiff.com/

    [2]: https://github.com/trailofbits/graphtage

    [3]: https://github.com/GumTreeDiff/gumtree

  • graphtage - A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.
    1 project | /r/Python | 17 Mar 2021
    1 project | /r/programming | 17 Mar 2021
    1 project | /r/coding | 17 Mar 2021
    1 project | /r/coolgithubprojects | 17 Mar 2021
    1 project | /r/opensource | 17 Mar 2021
  • comparing two jsons element-wise
    2 projects | /r/golang | 1 Mar 2021
    Vielleicht mal https://github.com/trailofbits/graphtage abchecken
  • Hacker News top posts: Feb 27, 2021
    5 projects | /r/hackerdigest | 27 Feb 2021
    Graphtage: A semantic diff utility for JSON, HTML, YAML, CSV, etc\ (42 comments)
  • Graphtage: A semantic diff utility for JSON, HTML, YAML, CSV, etc
    1 project | /r/patient_hackernews | 26 Feb 2021
    1 project | /r/hackernews | 26 Feb 2021

What are some alternatives?

When comparing communities and graphtage you can also consider the following projects:

pytextrank - Python implementation of TextRank algorithms ("textgraphs") for phrase extraction

bit - Bit is a modern Git CLI

leidenalg - Implementation of the Leiden algorithm for various quality functions to be used with igraph in Python.

visual-dom-diff - Highlight differences between two DOM trees.

libmaths - A Python library created to assist programmers with complex mathematical functions

webdiff - Two-column web-based git difftool

NetworkX - Network Analysis in Python

gqlalchemy - GQLAlchemy is a library developed with the purpose of assisting in writing and running queries on Memgraph. GQLAlchemy supports high-level connection to Memgraph as well as modular query builder.

traph - A terminal/cmd graph algorithm visualiser

GJSON - Get JSON values quickly - JSON parser for Go

arrow - 🏹 Better dates & times for Python

jsondiff - Diff JSON and JSON-like structures in Python