52 stable releases

new 2.1.4 Nov 27, 2024
2.1.0 Oct 29, 2024
2.0.3 Jul 20, 2024
1.18.26 Oct 11, 2024
0.1.0 Jan 30, 2024

#111 in Magic Beans

Download history 2547/week @ 2024-08-07 2089/week @ 2024-08-14 2072/week @ 2024-08-21 2165/week @ 2024-08-28 2223/week @ 2024-09-04 1999/week @ 2024-09-11 1635/week @ 2024-09-18 2014/week @ 2024-09-25 2565/week @ 2024-10-02 2357/week @ 2024-10-09 2904/week @ 2024-10-16 2500/week @ 2024-10-23 3858/week @ 2024-10-30 3214/week @ 2024-11-06 2521/week @ 2024-11-13 3167/week @ 2024-11-20

13,390 downloads per month
Used in 19 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
~712K SLoC