3 comments

[ 3.7 ms ] story [ 15.3 ms ] thread
(comment deleted)
What does Compass actually do that Graphify doesn't?
One of the main feature that Compass has while Graphify doesn't have is Compass support versioned graph powered by prolly tree:

``` compass git:(main) compass history --help Manage immutable graphs for Git revisions

Usage: compass history <COMMAND>

Commands: enable Enable eager graph history for future commits disable Stop eager history builds while retaining stored graphs timeline List commit graph-history state for timeline views change-counts Count structural graph changes between materialized revisions diff Stream an exact typed-record diff between realizations verify Validate an immutable realization and all typed roots status Show history configuration and realization status build Materialize an immutable graph for a Git revision rebuild Build a new realization for an already materialized revision list List stored graph realizations show Show metadata for one graph realization prefer Select the preferred realization for a revision export Restore a historical graph or Compass output bundle gc Inspect or reclaim unreachable history storage

Examples: compass history enable compass history build HEAD compass history status HEAD

Options: -h, --help Show this help

Tips: Run `compass help history <command>` for revision, format, and safety details. ```