An open API service indexing awesome lists of open source software.

https://github.com/observablehq/data-loader-examples

A collection of easy to explore and reuse data loader examples in Observable Framework.
https://github.com/observablehq/data-loader-examples

Last synced: 3 months ago
JSON representation

A collection of easy to explore and reuse data loader examples in Observable Framework.

Awesome Lists containing this project

README

          

# Data loader examples

This repo contains example data loaders in an Observable Framework project, highlighting a variety of data loader types (*e.g.* Python, R, .exe, JavaScript, etc.) and payloads (*e.g.* CSV, text, images, and more).

Data loaders are stored in [`docs/data/`](https://github.com/observablehq/data-loader-examples/tree/main/docs/data). Files generated by data loaders are accessed in individual pages named by loader type (*e.g.* `python.md`), each in the [`docs`](https://github.com/observablehq/data-loader-examples/tree/main/docs) directory.

See copyable code for each data loader, and live outputs, deployed on Observable: https://observablehq.observablehq.cloud/data-loader-examples/

This is an [Observable Framework](https://observablehq.com/framework) project.