#models #bigtable #object #solana #geyser #plugin #account

solana-bigtable-geyser-models

The Solana Bigtable Object Models

2 stable releases

1.10.31 Jul 30, 2022
1.10.5 Apr 9, 2022

#11 in #bigtable

26 downloads per month
Used in solana-geyser-plugin-bigt…

Apache-2.0

86KB
2K SLoC

solana-bigtable-storage-models

This crate defines the object models stored in the bigtable via the Geyser plugin. It can be used for both the writing side and the reading side. The models are defined under proto. After building, it will generate the Rust object models.

To use the models, do the 'use' statement like the following,

use solana_bigtable_geyser_models::models::accounts;

Dependencies

~48–68MB
~1.5M SLoC