170 stable releases

new 1.18.12 Apr 26, 2024
1.18.9 Mar 29, 2024
1.17.13 Dec 21, 2023
1.17.6 Nov 18, 2023
1.10.5 Mar 28, 2022

#1176 in Magic Beans

Download history 3279/week @ 2024-01-04 2398/week @ 2024-01-11 2053/week @ 2024-01-18 5726/week @ 2024-01-25 7963/week @ 2024-02-01 5366/week @ 2024-02-08 3240/week @ 2024-02-15 1851/week @ 2024-02-22 4310/week @ 2024-02-29 4106/week @ 2024-03-07 3673/week @ 2024-03-14 4364/week @ 2024-03-21 3489/week @ 2024-03-28 2871/week @ 2024-04-04 2654/week @ 2024-04-11 1758/week @ 2024-04-18

11,111 downloads per month
Used in 24 crates (13 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–48MB
~844K SLoC