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.
482 stars
10 watching
39 forks
Language: Rust
last commit: about 1 year 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 | 236 |
microsoft/kernel-memory | An AI service for efficient indexing and querying of datasets using LLMs and natural language processing techniques. | 1,660 |
graphprotocol/indexer | A software component that indexes data from blockchain networks and stores it in a relational database. | 241 |
simon987/sist2 | A tool for indexing and searching files efficiently with multiple features such as incremental scanning and OCR support. | 896 |
sorellalabs/ethers-reth | A Rust middleware library that bypasses JSON-RPC to directly access the Reth database for faster query performance. | 269 |
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 | 5 |
rolfbremer/in-dexter | Automatically generates an index of manually marked entries in a document | 57 |
koalabear84/opendirectorydownloader | A command-line tool to scan and index open directories, supporting multiple protocols and formats. | 1,148 |
spatie/laravel-site-search | A package to create a private search index by crawling and indexing a website | 275 |
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. | 326 |
ankane/dexter | Automates indexing of slow queries in PostgreSQL databases | 1,911 |
kylebarron/geo-index | A Rust library that implements a static spatial index data structure optimized for performance and memory efficiency. | 78 |