21 stable releases

new 1.18.15 May 31, 2024
1.18.14 May 18, 2024
1.18.12 Apr 26, 2024
1.18.9 Mar 29, 2024
0.1.0 Jan 30, 2024

#1552 in Magic Beans

Download history 10/week @ 2024-02-15 19/week @ 2024-02-22 363/week @ 2024-03-07 611/week @ 2024-03-14 422/week @ 2024-03-21 454/week @ 2024-03-28 498/week @ 2024-04-04 608/week @ 2024-04-11 444/week @ 2024-04-18 2067/week @ 2024-04-25 1873/week @ 2024-05-02 1866/week @ 2024-05-09 1946/week @ 2024-05-16 1083/week @ 2024-05-23

6,988 downloads per month
Used in 15 crates (2 directly)

Apache-2.0

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

~32–47MB
~829K SLoC