33 releases

0.5.13 Feb 14, 2024
0.5.12 Nov 10, 2023
0.5.10 Jul 26, 2023
0.5.6 Feb 27, 2023
0.0.12 Jun 3, 2022

#16 in #streamingfast

Download history 514/week @ 2023-11-23 382/week @ 2023-11-30 592/week @ 2023-12-07 578/week @ 2023-12-14 374/week @ 2023-12-21 190/week @ 2023-12-28 414/week @ 2024-01-04 411/week @ 2024-01-11 569/week @ 2024-01-18 574/week @ 2024-01-25 584/week @ 2024-02-01 738/week @ 2024-02-08 788/week @ 2024-02-15 698/week @ 2024-02-22 536/week @ 2024-02-29 432/week @ 2024-03-07

2,696 downloads per month
Used in 17 crates (via substreams)

Apache-2.0

30KB
591 lines

Substreams

Developer preview

Substreams is a powerful blockchain indexing technology, developed for The Graph Network.

It enables you to write Rust modules, composing data streams alongside the community, and provides extremely high performance indexing by virtue of parallelization, in a streaming-first fashion.

It has all the benefits of the Firehose, like low-cost caching and archiving of blockchain data, high throughput processing, and cursor-based reorgs handling.

Substreams is the successor of https://github.com/streamingfast/sparkle. This iteration enables greater composability, provides similar powers of parallelization, and is a much simpler model to work with.

Documentation

Full documentation is accessible at https://substreams.streamingfast.io.

Getting Started

Concept & Fundamentals

Developer Guide

Dependencies

~1.5MB
~35K SLoC