Matadisco – Decentralized Data Discovery

https://news.ycombinator.com/rss Hits: 7
Summary

Open data is only as useful as it is discoverable Petabytes of satellite imagery, climate models, and genomic sequences sit in public repositories — yet finding the right data means navigating dozens of siloed portals, each with different interfaces, APIs, and blind spots. If you generate a derived dataset or clean up an existing one, there's often no way to make it findable. Government portals decide what gets published. Aggregators are centralized. Community contributions get lost. How Matadisco works Matadisco separates data discovery from data storage. Three pieces work together: AT Protocol Matadisco is built on AT Protocol, an open social protocol. Every record is cryptographically signed. No single entity controls the network and all components are open source and can be self-hosted. Producers Write Matadisco records to a PDS (Personal Data Server). A record is a lightweight pointer to metadata — a link, an optional preview, and a timestamp — so the schema works with any metadata standard: STAC, DataCite, IIIF, RSS, and more. A producer typically watches an existing catalogue or data source and publishes records automatically. Consumers Read records from the network via a PDS or Jetstream, filter for what's relevant, and present them as a web-based portal for users. A satellite imagery portal, a scientific data hub, a cultural heritage archive — each built in about 100 lines of code. The schema The Matadisco record is defined as an ATProto Lexicon. In MLF syntax: cx.vmx.matadisco record matadisco { publishedAt!: Datetime, resource!: Uri, preview: { mimeType!: string, url: Uri, }, } Only resource and publishdAt are required. The preview is optional — for satellite imagery it's a thumbnail, for articles a summary, for podcasts an audio snippet. Browse records · View published lexicon Producers & Consumers Producers write records into the network; consumers read and display them. The prototype demonstrates both roles: Because records flow through an open network...

First seen: 2026-03-28 09:37

Last seen: 2026-03-28 15:41