72 stable releases

new 2.2.1 Mar 3, 2025
2.1.15 Mar 3, 2025
2.1.7 Dec 23, 2024
2.1.4 Nov 27, 2024
0.1.0 Jan 30, 2024

#858 in Magic Beans

Download history 3040/week @ 2024-11-16 3382/week @ 2024-11-23 3101/week @ 2024-11-30 3400/week @ 2024-12-07 3122/week @ 2024-12-14 2049/week @ 2024-12-21 1688/week @ 2024-12-28 3035/week @ 2025-01-04 3010/week @ 2025-01-11 3140/week @ 2025-01-18 2279/week @ 2025-01-25 3466/week @ 2025-02-01 2465/week @ 2025-02-08 7289/week @ 2025-02-15 8050/week @ 2025-02-22 7797/week @ 2025-03-01

26,165 downloads per month
Used in 22 crates (4 directly)

Apache-2.0

660KB
14K 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

~24–33MB
~523K SLoC