reth-indexer
Data indexer
An indexing tool that extracts and organizes data from the Reth node database into multiple traditional databases.
reth-indexer reads directly from the reth db and indexes the data into traditional and alternative databases / datastores (postgres, GCP bigquery, etc) all decoded with a simple config file and no extra setup alongside exposing a API ready to query the data.
476 stars
10 watching
39 forks
Language: Rust
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mrhooray/kdtree-rs | An efficient data structure library for fast geospatial indexing and nearest neighbor searches | 230 |
microsoft/kernel-memory | An AI service for efficient indexing and retrieval of data using natural language queries and semantic search | 1,602 |
graphprotocol/indexer | A software component that indexes data from blockchain networks and stores it in a relational database. | 240 |
simon987/sist2 | A tool for indexing and searching files efficiently with multiple features such as incremental scanning and OCR support. | 885 |
sorellalabs/ethers-reth | A Rust middleware library that bypasses JSON-RPC to directly access the Reth database for faster query performance. | 271 |
hexgnu/wine_clustering | An application of machine learning to cluster similar data points from various sources | 0 |
adamreichold/sif-rtree | An immutable data structure for efficiently storing and querying spatial data in 2D space | 4 |
rolfbremer/in-dexter | Automates the creation of an index page with manually marked entries in a document | 56 |
koalabear84/opendirectorydownloader | A command-line tool to scan and index open directories, supporting multiple protocols and formats. | 1,136 |
spatie/laravel-site-search | A package to create a private search index by crawling and indexing a website | 274 |
venuv/langchain_semantic_search | An open-source Python project using GPT3 and LangChain to search and index files in a Google Drive directory using semantic search. | 42 |
plentz/lol_dba | A tool that analyzes application models to identify columns that likely need indexing and generates migration scripts for adding or removing these indexes. | 1,585 |
hydroniumlabs/h3o | Implementation of the H3 geospatial indexing system in Rust. | 318 |
ankane/dexter | Automates indexing of slow queries in PostgreSQL databases | 1,901 |
kylebarron/geo-index | A Rust library that implements a static spatial index data structure optimized for performance and memory efficiency. | 77 |