Independent AT Proto non-archival relay service
 
 
Go to file
Charlotte Som 9ee21c23d8 implement requestCrawl, enforce repo limit 2024-11-27 01:29:16 +02:00
src implement requestCrawl, enforce repo limit 2024-11-27 01:29:16 +02:00
.editorconfig Initial commit 2024-11-25 02:25:03 +02:00
.gitignore add indexer and sequencer, rebroadcast events with real seq numbers 2024-11-25 06:00:50 +02:00
Cargo.lock properly validate pds repo authority for commits, use atrium types 2024-11-25 19:45:43 +02:00
Cargo.toml properly validate pds repo authority for commits, use atrium types 2024-11-25 19:45:43 +02:00
README.md strike completed robustness items from todo 2024-11-26 23:42:19 +02:00

README.md

cerulea-relay

Realtime relay (1hr backfill window) for PDSes with fewer than 1000 repos.

The idea is that we can have much larger limits if we scale down the volume of the network.

  • Large block sizes
  • Large record size limit
  • etcetcetc

todo

  • metrics / tracing / observability shit
  • keep track of currently subscribed PDSes in application state
  • discover PDSes via crawling instead of hardcoding 1 (lol)
    • do not allow PDSes with more than 1000 repos
  • history:
    • timestamp instead of seq number as key ?
    • purge based on ttl
    • takedowns probably