44 stable releases

new 2.0.14 Oct 24, 2024
2.0.11 Sep 27, 2024
2.0.3 Jul 20, 2024
1.18.26 Oct 11, 2024
0.1.0 Jan 30, 2024

#445 in Magic Beans

Download history 1887/week @ 2024-07-04 1848/week @ 2024-07-11 2336/week @ 2024-07-18 2464/week @ 2024-07-25 2297/week @ 2024-08-01 2392/week @ 2024-08-08 2148/week @ 2024-08-15 2220/week @ 2024-08-22 2089/week @ 2024-08-29 2186/week @ 2024-09-05 1895/week @ 2024-09-12 1751/week @ 2024-09-19 2140/week @ 2024-09-26 2461/week @ 2024-10-03 2482/week @ 2024-10-10 2899/week @ 2024-10-17

10,296 downloads per month
Used in 17 crates (2 directly)

Apache-2.0

1MB
24K 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

~27–41MB
~697K SLoC