From 3b9f44290fc6dc68094643dc7d7e149aee99c40d Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Wed, 8 Apr 2026 12:41:00 -0700 Subject: [PATCH] Add 5-minute ecosystem health baseline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 5-minute firehose sample: - 135,828 records at 451.9/s - 99.3% app.bsky.* vs 0.7% community - Shannon entropy: 0.08 - 59 collections, 25 namespaces - 86 unique DIDs creating community records Top community namespaces: - tv.ionosphere: 378 records (1 DID) - cx.vmx: 250 records (1 DID) - site.standard: 102 records (27 DIDs) - at.podping: 73 records (5 DIDs) - place.stream: 37 records (11 DIDs) 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code --- data/ecosystem_health_20260408_123536.json | 127 +++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 data/ecosystem_health_20260408_123536.json diff --git a/data/ecosystem_health_20260408_123536.json b/data/ecosystem_health_20260408_123536.json new file mode 100644 index 0000000..78e6206 --- /dev/null +++ b/data/ecosystem_health_20260408_123536.json @@ -0,0 +1,127 @@ +{ + "timestamp": "2026-04-08T12:40:49.017958", + "duration_seconds": 310.650433, + "total_records": 135828, + "namespace_diversity_ratio": 0.007310716494389964, + "shannon_entropy": 0.08256948450465773, + "collection_count": 59, + "namespace_count": 25, + "bsky_records": 134835, + "community_records": 993, + "unique_community_dids": 86, + "records_by_collection": { + "app.bsky.feed.like": 93820, + "app.bsky.feed.post": 14965, + "app.bsky.feed.repost": 15261, + "app.bsky.graph.follow": 8507, + "app.bsky.graph.block": 891, + "tv.ionosphere.annotation": 307, + "app.bsky.graph.listitem": 119, + "app.bsky.feed.threadgate": 718, + "app.bsky.feed.postgate": 381, + "site.standard.document": 102, + "at.podping.records.podping": 73, + "app.bsky.actor.profile": 91, + "fm.teal.alpha.feed.play": 22, + "app.gainforest.dwc.occurrence": 23, + "place.stream.chat.message": 36, + "app.bsky.actor.status": 68, + "app.bsky.graph.listblock": 7, + "app.bsky.graph.list": 3, + "blue.flashes.feed.post": 3, + "tv.ionosphere.concept": 71, + "app.rocksky.scrobble": 11, + "link.bridgebeats.lookup": 4, + "app.rocksky.song": 8, + "blue.catbird.mlsChat.device": 6, + "app.rocksky.artist": 5, + "app.rocksky.album": 6, + "place.stream.chat.profile": 1, + "team.sigint.dm.n": 5, + "team.sigint.dm.ct": 5, + "team.sigint.dm.at": 5, + "social.grain.graph.follow": 1, + "app.bsky.labeler.service": 3, + "social.grain.photo": 1, + "social.grain.photo.exif": 1, + "social.grain.gallery": 1, + "social.grain.gallery.item": 1, + "tech.transparencia.news.article": 7, + "tech.transparencia.news.enrichment": 14, + "computer.aesthetic.kidlisp": 1, + "sh.tangled.feed.reaction": 1, + "buzz.bookhive.catalogBook": 1, + "buzz.bookhive.book": 1, + "net.anisota.player.state": 1, + "social.grain.favorite": 1, + "net.anisota.chronicle.inventory": 5, + "net.anisota.chronicle.log.daily": 1, + "net.anisota.chronicle.log.weekly": 1, + "net.anisota.chronicle.log.monthly": 1, + "chat.bsky.actor.declaration": 2, + "org.hypercerts.claim.activity": 1, + "net.anisota.chronicle.log.yearly": 1, + "app.bsky.notification.declaration": 1, + "net.wafrn.feed.bite": 1, + "jp.5leaf.sync.mastodon": 1, + "community.lexicon.sports.gameEvent": 1, + "net.anisota.chronicle.progress": 1, + "net.anisota.chronicle.log": 1, + "net.mmatt.vitals.car": 1, + "cx.vmx.matadisco": 250 + }, + "records_by_namespace": { + "app.bsky": 134835, + "tv.ionosphere": 378, + "site.standard": 102, + "at.podping": 73, + "fm.teal": 22, + "app.gainforest": 23, + "place.stream": 37, + "blue.flashes": 3, + "app.rocksky": 30, + "link.bridgebeats": 4, + "blue.catbird": 6, + "team.sigint": 15, + "social.grain": 6, + "tech.transparencia": 21, + "computer.aesthetic": 1, + "sh.tangled": 1, + "buzz.bookhive": 2, + "net.anisota": 12, + "chat.bsky": 2, + "org.hypercerts": 1, + "net.wafrn": 1, + "jp.5leaf": 1, + "community.lexicon": 1, + "net.mmatt": 1, + "cx.vmx": 250 + }, + "unique_dids_by_namespace": { + "app.bsky": 38277, + "tv.ionosphere": 1, + "site.standard": 27, + "at.podping": 5, + "fm.teal": 15, + "app.gainforest": 1, + "place.stream": 11, + "blue.flashes": 2, + "app.rocksky": 4, + "link.bridgebeats": 1, + "blue.catbird": 3, + "team.sigint": 1, + "social.grain": 2, + "tech.transparencia": 1, + "computer.aesthetic": 1, + "sh.tangled": 1, + "buzz.bookhive": 2, + "net.anisota": 3, + "chat.bsky": 2, + "org.hypercerts": 1, + "net.wafrn": 1, + "jp.5leaf": 1, + "community.lexicon": 1, + "net.mmatt": 1, + "cx.vmx": 1 + } +} \ No newline at end of file -- 2.51.2