Introduction
Mirror is a serverless data pipeline platform that allows you to get real-time data into your database with one .yaml
definition file.
Data is pushed to your datastore or queue, which you can then query alongside your other data with no external rate limits.
A Mirror pipeline instructs Goldsky where to take data from (sources), how to optionally process that data (transforms), and where to persist results (sinks).
A pipeline…
- is reorg-aware and updates your datastores with the latest information
- fully manages backfills + edge streaming so you can focus on your product
- benefits from quality checks and automated fixes & improvements
- works with data across chains, harmonizing timestamps, etc. automatically
Creating a pipeline
A detailed walkthrough on interactive and non-interactive ways of setting up a Mirror pipeline.
Explore sources
Subgraphs, on-chain datasets, and off-chain data such as NFT metadata can all be sources.
Explore sinks
Mirror supports a number of database (eg. Postgres), flat-file (eg. S3), and queue (eg. Kafka) sinks.
Choosing the right sink
Find the right sink for your use case whether its an app, chain-level analytics, or something more complex.
Can’t find what you’re looking for? Reach out to us at support@goldsky.com or send us a DM on Twitter at @goldskyio.
Was this page helpful?