175 stable releases

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

#1182 in Magic Beans

Download history 7384/week @ 2024-01-27 7576/week @ 2024-02-03 4044/week @ 2024-02-10 2880/week @ 2024-02-17 2650/week @ 2024-02-24 3919/week @ 2024-03-02 4516/week @ 2024-03-09 4606/week @ 2024-03-16 3324/week @ 2024-03-23 3210/week @ 2024-03-30 2761/week @ 2024-04-06 2468/week @ 2024-04-13 1826/week @ 2024-04-20 1700/week @ 2024-04-27 1598/week @ 2024-05-04 1456/week @ 2024-05-11

6,928 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

~31–47MB
~817K SLoC