AbsoluteJS

Dataset Adapters

dataset-adaptersworkspacealphaCommerce & Growth

Monorepo 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>.

#Installation

BASH
bun add @absolutejs/discover @absolutejs/dataset-github @absolutejs/dataset-gleif @absolutejs/dataset-sec-edgar

#Capabilities

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.

Packages

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.

Show 1 more

@absolutejs/dataset-sec-edgar — Resolves US public companies and officers or directors from SEC EDGAR filings.

Repository composition

3 public packages and 0 private workspace projects are versioned and developed together.

Outcomes

What you can build

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.

Packages

Package — Dataset

Installation

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

Production guidance

Make every external boundary explicitPin the deployed dataset-adapters version, replace example or memory-backed dependencies with durable implementations, bound external calls, protect credentials, and emit enough evidence to retry or recover safely.

Follow in order

Troubleshooting path

1
Trace from the first failed boundary
Reproduce the smallest canonical dataset-adapters example, confirm the supported entry point and version in the API explorer, then inspect the first boundary that did not produce its documented result.

#Workspace contents

3 public packages and 0 private workspace projects are maintained in this repository.

Workspace project
This workspace project is not published as a standalone npm package. Use its repository and the accurately labeled public or private workspace contents below.