#interface #plugin #plugin-interface

agave-geyser-plugin-interface

The Solana Geyser plugin interface

80 stable releases

new 2.2.7 Apr 6, 2025
2.2.6 Mar 29, 2025
2.2.0 Feb 15, 2025
2.1.18 Apr 4, 2025
0.1.0 Jan 30, 2024

#85 in Magic Beans

Download history 2607/week @ 2024-12-17 1713/week @ 2024-12-24 1792/week @ 2024-12-31 3178/week @ 2025-01-07 3392/week @ 2025-01-14 2633/week @ 2025-01-21 2531/week @ 2025-01-28 3081/week @ 2025-02-04 4263/week @ 2025-02-11 8014/week @ 2025-02-18 8863/week @ 2025-02-25 8613/week @ 2025-03-04 9284/week @ 2025-03-11 8626/week @ 2025-03-18 8584/week @ 2025-03-25 7236/week @ 2025-04-01

35,134 downloads per month
Used in 24 crates (4 directly)

Apache-2.0

555KB
12K SLoC

Solana

Solana Geyser Plugin Interface

This crate enables a plugin to be added into the Solana Validator runtime to take actions at the time of account updates or block and transaction processing; for example, saving the account state to an external database. The plugin must implement the GeyserPlugin trait. Please see the details of the geyser_plugin_interface.rs for the interface definition.

The plugin should produce a cdylib dynamic library, which must expose a C function _create_plugin() that instantiates the implementation of the interface.

The https://github.com/solana-labs/solana-accountsdb-plugin-postgres repository provides an example of how to create a plugin which saves the accounts data into an external PostgreSQL database.

More information about Solana is available in the Solana documentation.

Still have questions? Ask us on Stack Exchange

Dependencies

~26–35MB
~565K SLoC