1. Introduction
  2. Getting started
  3. Providers
    1. HyperSync
    2. SQD
    3. Yellowstone-GRPC
  4. Writers
    1. ClickHouse
    2. DeltaLake
    3. DuckDB
    4. Iceberg
    5. PyArrowDataset(Parquet)
  5. Datasets
    1. Ethereum (EVM)
      1. address_appearances
      2. blocks
      3. all_contracts
    2. Solana (SVM)
      1. token_balances
  6. Restarting from where you left off
  7. Crash resistance
  8. Logging
  9. Writing Custom Pipelines
    1. Query
    2. Data Schema
      1. Ethereum (EVM)
      2. Solana (SVM)
    3. Steps
      1. Base58Encode
      2. Cast
      3. CastByType
      4. EvmDecodeEvents
      5. HexEncode
      6. U256ToBinary
    4. Writing Custom Steps
  10. Appendix
    1. Polars and Decimal types (UInt256)