paradigmxyz/paradigm-data-portal

a collection of open source crypto datasets for researchers and tool builders

Python

338

59 commits

updated Mar 29, 2024

See the code

README

Paradigm Data Portal

The Paradigm Data Portal is a collection of open source crypto datasets for researchers and tool builders

Datasets

All datasets are released under a CC0 license into the public domain unless otherwise noted.

pdp

pdp is a CLI tool that can be used to obtain and manage PDP datasets

To install: pip install paradigm-data-portal

Example Usage

  • List available datasets pdp ls
  • List dataset files pdp ls <dataset_name>
  • Download a dataset pdp download <dataset_name>

Each command has multiple options, view help with pdp <command> -h

Dataset Versioning

Every dataset has a version in <major>.<minor>.<patch> format, e.g. 1.2.8

  • when a schema is updated, the major version is increased
  • when rows are added, removed, or modified, the minor version is increased
  • when rows are added due to new blocks, the patch is increased

Updates will be documented in dataset changelogs

crypto
cryptocurrency
ethereum
evm

Contributors

sslivkoff

59 commits

paradigmxyz/paradigm-data-portal

a collection of open source crypto datasets for researchers and tool builders

Python

338

59 commits

updated Mar 29, 2024

See the code

README

Paradigm Data Portal

The Paradigm Data Portal is a collection of open source crypto datasets for researchers and tool builders

Datasets

All datasets are released under a CC0 license into the public domain unless otherwise noted.

pdp

pdp is a CLI tool that can be used to obtain and manage PDP datasets

To install: pip install paradigm-data-portal

Example Usage

  • List available datasets pdp ls
  • List dataset files pdp ls <dataset_name>
  • Download a dataset pdp download <dataset_name>

Each command has multiple options, view help with pdp <command> -h

Dataset Versioning

Every dataset has a version in <major>.<minor>.<patch> format, e.g. 1.2.8

  • when a schema is updated, the major version is increased
  • when rows are added, removed, or modified, the minor version is increased
  • when rows are added due to new blocks, the patch is increased

Updates will be documented in dataset changelogs

crypto
cryptocurrency
ethereum
evm

Contributors

sslivkoff

59 commits

Languages

Python

55.9%

Jupyter Notebook

44.1%