brk_query

Crates.iobrk_query
lib.rsbrk_query
version0.0.66
created_at2025-03-02 10:11:07.341218+00
updated_at2025-06-19 10:35:55.599208+00
descriptionA library that finds requested datasets
homepagehttps://bitcoinresearchkit.org
repositoryhttps://github.com/bitcoinresearchkit/brk
max_upload_size
id1574470
size83,349
(nym21)

documentation

README

BRK Query

GitHub Repo stars License Version Documentation Size Dependency status Discord Nostr Bluesky X

A crate that searches for datasets from either brk_indexer or brk_computer according to given parameters.

It's possible to search for one or multiple dataset if they have the same index and specify range with both the from and to being optional and supporting negative values.

The output will depend on the format choson which can be Markdown, Json, CSV or TSV and might vary if there is a one or mutiple datasets, and if one dataset one or multiple values.

In the future, it will support more features similar to a real query engine like in a Postgres databases and presets to fetch data grouped by address, transaction or blockhash/height.

Commit count: 742

cargo fmt