Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.91 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.91 KB

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: The OG plugin by the developers of the Geyser interface in Solana team, supports inserting into postgres.
  • gRPC: A generic gRPC interface along with a sample connector for writing the gRPC stream to Postgres. By the Mango team.
  • RabbitMQ: A RabbitMQ writer. By the Holaplex team. Now separated from the rest of the indexer.
  • Kafka: A Geyser plugin to publish to Kafka. By the Blockdaemon team.
  • Bigtable: WIP progress (non production ready) for Google Big Table. By the Solana team.
  • gRPC: Replacement for websockets with gRPC bidirectional streaming. By Triton One.

Geyser Related

An actual Geyser