Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milestone 3 - Filecoin IPLD block stream indexers #3

Open
5 tasks
i-norden opened this issue Apr 10, 2023 · 0 comments
Open
5 tasks

Milestone 3 - Filecoin IPLD block stream indexers #3

i-norden opened this issue Apr 10, 2023 · 0 comments

Comments

@i-norden
Copy link
Contributor

i-norden commented Apr 10, 2023

  • Implement database abstraction and concrete implementation for Postgres/TimescaleDB
    • Designed to support any type of relational database and database drivers in the future.
  • Implement stock Filecoin indexers that target a relational database schema inspired by Lily database (see Milestone 1).
    • Can be configured with different schemas.
    • Can optionally output statements as .sql or .csv files or write directly over a database connection.
  • Implement coordination service.
    • Composes and coordinates extractors and indexers over select subsets (or the entire set) of Filecoin data.
    • Can coordinate historical and realtime processing.
    • Potentially handled entirely by a docker-compose.
  • Unit and integration testing.
  • Basic documentation.
@i-norden i-norden changed the title Milestone 3 - IPLD block stream indexers Milestone 3 - Filecoin IPLD block stream indexers Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant