A high-performance data aggregation layer for Solana providing real-time analytics with millisecond latency.
Substreams data indexers for Solana: SPL token transfers, Pump.fun bonding-curve events, and generic token tracking.
Boilerplate substreams indexer in a crowded, winner-rich Solana data-infra niche
Dimensions
This repo bundles three Substreams-based Solana indexers (SPL transfers, Pump.fun events, a generic ClickHouse sink), but one module's own README admits it is raw `substreams init` boilerplate, an authenticity red flag. The Solana data-infrastructure lane is exactly where hackathon winners cluster: Ionic took 3rd place ($15k) for a similar real-time aggregation layer , Epoch and Icedancer won Infrastructure honorable mentions for indexing and subgraph tooling , and a live rival, Itihas, already ships a polished token-history indexer . A near-identical Clickhouse-plus-Pump.fun indexer also exists in the corpus, undercutting originality . Momentum is the weakest dimension: 5 commits, 1 contributor, a 3-week lifespan, and zero stars with no activity since. techQuality is capped by the boilerplate admission plus missing tests and CI. The one bright spot is topical fit: Solana data-infra is a proven winning category, so the idea is sound even if the execution is not. Next move: strip the boilerplate module, add real tests and CI, and ship one differentiated feature (e.g. a hosted query API) before resubmitting.
Closest competitors
A token history indexer for Solana providing streamlined APIs for real-time transfer tracking and analytics.
Historical Solana account data indexing and API with a no-code AI interface for querying state history.
WASM-powered general-purpose Solana indexer for deploying custom Rust-based subgraphs without managing infrastructure.
Real-time Solana transaction indexer for Raydium and pump.fun with direct Clickhouse database access.
Winner DNA
Solana-native Rust/Anchor stack: present
Repo is 97.8KB Rust implementing Substreams map handlers, matching the 49.4% Rust share among cohort winners.
Deployed on-chain Anchor program: missing
This is off-chain indexing infra only; no on-chain contracts are present despite 24.7% of winners using Anchor.
Test coverage and CI: missing
hasTestsDir and hasCiWorkflows are both false across all three modules.
Sustained multi-contributor activity: missing
Single contributor, 5 commits, 3-week span, no activity since last push.
Clear developer-facing target users: present
Targets dapp developers and Solana developers, matching the cohort's top two target-user buckets (9.7%, 9.1%).
Original, non-templated mechanic: missing
Pump-fun module README admits it is unmodified `substreams init` boilerplate.