Registry / database / solana-storage-bigtable

solana-storage-bigtable

JSON →
library4.0.0rscratesunverified

Provides storage integration with Google BigTable for Solana blockchain data.

# Cargo.toml [dependencies] solana-storage-bigtable = "4.0.0"
INSTALL
IMPORT
SIG · SOLANA-STORAGE-BIG
S
solana-storage-bigtable
databaserustv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LedgerStorage
use solana_storage_bigtable::LedgerStorage;

Initialize BigTable storage for Solana ledger data.

use solana_storage_bigtable::LedgerStorage; fn main() { let storage = LedgerStorage::new("project", "instance"); println!("Storage initialized"); }
Debug
Known issues
gotchaRequires Google Cloud BigTable credentials and configuration.
fix
Set up environment variables for authentication (e.g., GOOGLE_APPLICATION_CREDENTIALS).
affects: all
Upgrade
Version history
4.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Amazon
1
Resources
solana-storage-bigtable — cargo add solana-storage-bigtable · libregistry