NOTE: You may be looking for the previous iteration of solana-etl
, written in Python. That code has been moved to here.
This repository contains all of the code for running a Solana ETL pipeline. The primary purpose of this is to serve data for Google BigQuery, but outputs for Google Pub/Sub, RabbitMQ, RabbitMQ Stream, JSON files, and JSONL files are supported.
If you would like to modify this code for your own purposes, see the documentation.
To deploy your own instance of this pipeline, you can find full end-to-end deployment scripts and documentation here.
The overall infrastructure is depicted below.
For more information check the documentation.
For instructions on system setup, compilation, and running, see the documentation on Getting Started.