48 stable releases

new 2.1.1 Nov 16, 2024
2.0.16 Nov 16, 2024
2.0.3 Jul 20, 2024
1.18.26 Oct 11, 2024
0.1.0 Jan 30, 2024

#234 in Magic Beans

Download history 2734/week @ 2024-07-29 2358/week @ 2024-08-05 2215/week @ 2024-08-12 1735/week @ 2024-08-19 2449/week @ 2024-08-26 2157/week @ 2024-09-02 2034/week @ 2024-09-09 1581/week @ 2024-09-16 2080/week @ 2024-09-23 2397/week @ 2024-09-30 2257/week @ 2024-10-07 2747/week @ 2024-10-14 2689/week @ 2024-10-21 3502/week @ 2024-10-28 3394/week @ 2024-11-04 2813/week @ 2024-11-11

12,546 downloads per month
Used in 18 crates (2 directly)

Apache-2.0

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

~28–43MB
~716K SLoC