verdverm/atmunge

ATProtocol tool to backfill, mirror, explore, and analyze the network

20

stars

335

commits

Jupyter Notebook

primary language

Mar 11, 2026

updated

atproto
atprotocol
atproto-sync

README

Blebbit AT Mirror

A collection of tools and utilities for backfilling, mirroring, and analyzing the ATProtocol network.

Install & Setup

The CLI

# get the repo
git clone https://github.com/blebbit/atmunge
cd atmunge

# install the cli
make install

Network backfilling

# [ you can make a separate working dir if you like ]

# setup the env
cp env-example .env

# start the db for plc/accounts
docker compose up -d db

# run db migrations
atmunge db migrate

AI, Datasci, and Python

uv sync

Extra Dependencies

Varaious parts of atmunge require some extra tools

  • docker
  • postgresql tools (psql, pg_dump, pg_restore)

If you are backfilling large parts of the network, you're going to want a big disk(s)

Munging ATProto

The guides are in the ./docs directory

Contributors

verdverm

135 commits

imax9000

129 commits

witchmonster

71 commits

verdverm/atmunge

ATProtocol tool to backfill, mirror, explore, and analyze the network

20

stars

335

commits

Jupyter Notebook

primary language

Mar 11, 2026

updated

atproto
atprotocol
atproto-sync

README

Blebbit AT Mirror

A collection of tools and utilities for backfilling, mirroring, and analyzing the ATProtocol network.

Install & Setup

The CLI

# get the repo
git clone https://github.com/blebbit/atmunge
cd atmunge

# install the cli
make install

Network backfilling

# [ you can make a separate working dir if you like ]

# setup the env
cp env-example .env

# start the db for plc/accounts
docker compose up -d db

# run db migrations
atmunge db migrate

AI, Datasci, and Python

uv sync

Extra Dependencies

Varaious parts of atmunge require some extra tools

  • docker
  • postgresql tools (psql, pg_dump, pg_restore)

If you are backfilling large parts of the network, you're going to want a big disk(s)

Munging ATProto

The guides are in the ./docs directory

Contributors

verdverm

135 commits

imax9000

129 commits

witchmonster

71 commits

Languages

Jupyter Notebook

94.9%

Go

4.0%