matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
143 stars 33 forks source link

Added option to output directed graphs of the group heirarchy before and after compression #43

Closed Azrenbeth closed 3 years ago

Azrenbeth commented 3 years ago

BUILDS ON azren/wrapped_in_pyo3 (PR #42)

Added a -g option which creates a set of 4 files:

These files are a representation of the state groups and their predecessor links. They can be viewed in something like Gephi.

rubo77 commented 2 years ago

Could you add an example screenshot?