davidgasquez / filecoin-data-portal

๐Ÿงฎ Open and local-first data hub for Filecoin!
https://filecoindataportal.xyz
MIT License
22 stars 5 forks source link
data-analysis data-platform filecoin

Filecoin Data Portal

Open, serverless, and local friendly Data Platform for the Filecoin Ecosystem.

GitHub Workflow Status GitHub Repo stars GitHub GitHub Repo stars


๐Ÿ“– Overview

This repository contains all the code and related artifacts to process Filecoin data from diverse sources (on-chain and off-chain). You can go directly to the processed datasets or explore the different metrics and pipelines.

GET THE DATA

๐Ÿ“ฆ Key Features

๐Ÿš€ Powering

๐Ÿ› ๏ธ Contributing

This project is in active development. You can help by giving ideas, answering questions, reporting bugs, proposing enhancements, improving the documentation, and fixing bugs. Feel free to open issues and pull requests!

Some ways you can contribute to this project:

โš™๏ธ Development

You can run the Filecoin Data Portal locally using Python Virtual Environment or VSCode Development Containers. You'll need the following secrets in your environment:

๐Ÿ Python Virtual Environment

Clone the repository and run the following commands (or make setup) from the root folder:

# Create a virtual environment
pip install uv && uv venv

# Install the package and dependencies
uv pip install -U -e .[dev]

Now, you should be able to spin up Dagster UI (make dev) and access it locally.

๐Ÿณ Dev Container

You can jump into the repository Development Container. Once inside the develpment environment, you'll only need to run make dev to spin up the Dagster UI locally. The development environment can also run in your browser thanks to GitHub Codespaces!

Development Container Badge

๐Ÿ“ƒ Disclaimer

The datasets provided by this service are made available "as is", without any warranties or guarantees of any kind, either expressed or implied. By using these datasets, you agree that you do so at your own risk.

๐Ÿ“ License

MIT