70 stable releases

new 2.2.0 Feb 15, 2025
2.1.11 Jan 25, 2025
2.1.7 Dec 23, 2024
2.1.4 Nov 27, 2024
0.1.0 Jan 30, 2024

#68 in Magic Beans

Download history 3502/week @ 2024-10-28 3394/week @ 2024-11-04 2813/week @ 2024-11-11 2997/week @ 2024-11-18 3319/week @ 2024-11-25 3376/week @ 2024-12-02 3349/week @ 2024-12-09 2714/week @ 2024-12-16 2219/week @ 2024-12-23 1543/week @ 2024-12-30 3140/week @ 2025-01-06 3145/week @ 2025-01-13 3134/week @ 2025-01-20 2267/week @ 2025-01-27 3247/week @ 2025-02-03 2940/week @ 2025-02-10

11,877 downloads per month
Used in 21 crates (3 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

~23–33MB
~485K SLoC