> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goldsky.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Stream onchain data with Turbo

> Real-time, vectorized, blockchain data processing

Turbo pipelines are Goldsky's next generation data pipeline engine, offering significant performance improvements and new capabilities, including inter-batch parallelism and startups under 5 seconds.

Every team can now have the same efficiencies as highly tuned and single-purpose pipelines built by specialist teams, working with a simple set of SQL and TypeScript transforms to define their own logic.

To get started, [install the Turbo CLI extension](/turbo-pipelines/cli#installation) and follow the [Quickstart guide](/turbo-pipelines/quickstart) to deploy your first pipeline in minutes.

## Key Improvements Over Mirror

<CardGroup cols={2}>
  <Card title="Live data inspection" icon="microscope" href="/turbo-pipelines/live-inspect" arrow={true}>
    Use the `inspect` command to see data flowing through your live pipeline
    with no performance penalty.
  </Card>

  <Card title="Solana support" icon="sun">
    Build with Solana datasets incl. transactions, instructions, and token
    transfers, with full history from genesis.
  </Card>

  <Card title="Infinite filters" icon="table">
    Filter on unlimited addresses from onchain data or backend updates.
  </Card>

  <Card title="Really fast decoding" icon="code">
    Decode contract data in real time by passing your contract's ABI or IDL.
  </Card>
</CardGroup>
