https://github.com/rpcpool/solana-geyser-park
Unofficial list of Geyser plugins for Solana
https://github.com/rpcpool/solana-geyser-park
Last synced: 12 days ago
JSON representation
Unofficial list of Geyser plugins for Solana
- Host: GitHub
- URL: https://github.com/rpcpool/solana-geyser-park
- Owner: rpcpool
- Created: 2022-02-25T08:57:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T08:24:00.000Z (6 months ago)
- Last Synced: 2025-03-13T13:39:28.468Z (2 months ago)
- Homepage:
- Size: 30.3 KB
- Stars: 110
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - rpcpool/solana-geyser-park - Unofficial list of Geyser plugins for Solana (miscellaneous)
README
# Geyser Park
**This is not an offical or endorsed list and is not affiliated with Solana Labs or the Solana Foundation in any way.**
The Solana Geyser interface is a handy way to access both account writes, blocks and (in 1.9) transactions as they are processed by the validator.
This is a list of various Geyser plugins available. Feel free to send a PR with your own.
For more info about the Geyser interface: https://docs.solana.com/developing/plugins/geyser-plugins
## Geyser Plugins
* [Postgres](https://github.com/solana-labs/solana-accountsdb-plugin-postgres): The OG plugin by the developers of the Geyser interface in Solana team, supports inserting into postgres.
* [gRPC](https://github.com/ckamm/solana-accountsdb-connector): A generic gRPC interface along with a sample connector for writing the gRPC stream to Postgres. By the Mango team.
* [RabbitMQ](https://github.com/holaplex/indexer-geyser-plugin): A RabbitMQ writer. By the Holaplex team. Now separated from the rest of the indexer.
* [Kafka](https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka): A Geyser plugin to publish to Kafka. By the Blockdaemon team.
* [Bigtable](https://github.com/lijunwangs/solana-accountsdb-plugin-bigtable): WIP progress (non production ready) for Google Big Table. By the Solana team.
* [gRPC](https://github.com/rpcpool/solana-geyser-grpc): Replacement for websockets with gRPC bidirectional streaming. By Triton One.## Geyser Related
* [Solana Postgres RPC server](https://github.com/lijunwangs/solana-postgres-rpc-server): A server to respond to RPC requests via Postgres data written by the Postgres plugin.
* [gRPC connector](https://github.com/ckamm/solana-accountsdb-connector/tree/master/connector-mango): A connector that connects to gRPC plugin to parse data received.## An actual Geyser
![]()