https://github.com/blockchain-etl/solana-etl
https://github.com/blockchain-etl/solana-etl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockchain-etl/solana-etl
- Owner: blockchain-etl
- License: mit
- Created: 2023-12-11T10:05:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T10:25:08.000Z (9 months ago)
- Last Synced: 2025-03-26T19:12:36.938Z (3 months ago)
- Language: Rust
- Size: 411 KB
- Stars: 35
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-svm - GitHub
README
# Solana ETL (was solana-config)
NOTE: You may be looking for the previous iteration of `solana-etl`, written in Python. That code has been moved to [here](https://github.com/blockchain-etl/solana-etl-airflow).
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](/docs/).
## Quickstart
To deploy your own instance of this pipeline, you can find full end-to-end deployment scripts and documentation [here](/iac/).## Architecture Overview
The overall infrastructure is depicted below.
For more information check the [documentation](/docs/).
## Usage
For instructions on system setup, compilation, and running, see the documentation on [Getting Started](/docs/getting-started.md).