Skip to content
/ oda Public

Extraction, versioning and machine-readable provisioning of public data.

Notifications You must be signed in to change notification settings

jens-ox/oda

Repository files navigation

🦑 Open Data Aggregator

Extraction, versioning and machine-readable provisioning of public data.

How it works

  • Gather public information by running bun run crawl (this is done every night at 4 by GitHub Actions)
  • update data files
  • if not, create a PR that updates data files

API

See the Swagger docs.

Adding exporters

  1. Create a source in /sources/my-source/index.ts.
  2. Create an exporter in /sources/my-source/exporter.ts.
  3. Add source to /sources/index.ts.
  4. Add exporter to /sources/exporter.ts.

About

Extraction, versioning and machine-readable provisioning of public data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published