Overview
Public-data DatasetSource implementations for @absolutejs/discover. They normalize provider-specific records behind one discovery contract so applications can combine sources without baking provider logic into ranking or enrichment code.
dataset-adaptersworkspacealphaCommerce & GrowthMonorepo root for @absolutejs/discover dataset adapters — open-data sources (GLEIF, SEC EDGAR, GitHub, …) normalized to the DatasetSource contract. Subpackages live in ./<name>/ and publish independently as @absolutejs/dataset-<name>.
bun add @absolutejs/discover @absolutejs/dataset-github @absolutejs/dataset-gleif @absolutejs/dataset-sec-edgarPublic-data DatasetSource implementations for @absolutejs/discover. They normalize provider-specific records behind one discovery contract so applications can combine sources without baking provider logic into ranking or enrichment code.
Package — Dataset
@absolutejs/dataset-github — Resolves a company’s GitHub organization and public members for technology-company contact discovery.
@absolutejs/dataset-gleif — Resolves official legal entities, LEIs, jurisdictions, and countries from the open GLEIF registry.
@absolutejs/dataset-sec-edgar — Resolves US public companies and officers or directors from SEC EDGAR filings.
3 public packages and 0 private workspace projects are versioned and developed together.
Outcomes
Public-data DatasetSource implementations for @absolutejs/discover. They normalize provider-specific records behind one discovery contract so applications can combine sources without baking provider logic into ranking or enrichment code.
Package — Dataset
Use one source or combine several through @absolutejs/discover. Provider READMEs document credentials, rate limits, attribution, and the exact records each source can return.
Hardening checklist
Follow in order
3 public packages and 0 private workspace projects are maintained in this repository.
Public package — GitHub DatasetSource adapter for @absolutejs/discover — resolve a company's GitHub org and surface its public members (founders/leads, occasionally a public email) for tech-company contact discovery.
Public package — GLEIF (Global LEI) DatasetSource adapter for @absolutejs/discover — resolve a company to its official legal entity (LEI, jurisdiction, country) from open CC0 registry data.
Public package — SEC EDGAR DatasetSource adapter for @absolutejs/discover — resolve a US public company (CIK) and its insiders (officers/directors via Form 3/4/5) from public-domain U.S. government filings.