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

feat(parquet-exporter): export blocks, txs and data items to parquet #213

Merged
merged 9 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. feat(parquet-exporter): export blocks, txs and data items to parquet

    * Add schema for blocks and transactions tables
    * Update schema for tags table
    * Refactor ParquetExporter to import blocks, transactions and tags from sqlite to duckdb
    * Refactor ParquetExporter to export blocks, transactions and tags to parquet
    karlprieb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    874c953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f5ccd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ba5d72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe6d07b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0ccee4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8637b1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    117dfda View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    8b0fcdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1afc1e9 View commit details
    Browse the repository at this point in the history