56 stable releases

new 2.1.6 Dec 15, 2024
2.1.4 Nov 27, 2024
2.0.3 Jul 20, 2024
1.18.26 Oct 11, 2024
0.1.0 Jan 30, 2024

#757 in Magic Beans

Download history 2512/week @ 2024-08-25 2133/week @ 2024-09-01 2054/week @ 2024-09-08 1585/week @ 2024-09-15 2013/week @ 2024-09-22 2385/week @ 2024-09-29 2311/week @ 2024-10-06 2749/week @ 2024-10-13 2708/week @ 2024-10-20 3449/week @ 2024-10-27 3369/week @ 2024-11-03 2823/week @ 2024-11-10 3002/week @ 2024-11-17 3292/week @ 2024-11-24 3400/week @ 2024-12-01 2777/week @ 2024-12-08

12,859 downloads per month
Used in 20 crates (3 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

~27–43MB
~713K SLoC