| Crates.io | ethl |
| lib.rs | ethl |
| version | 0.1.2 |
| created_at | 2025-09-02 23:07:45.973219+00 |
| updated_at | 2025-09-09 21:35:40.323114+00 |
| description | Tools for capturing, processing, archiving, and replaying Ethereum events |
| homepage | https://github.com/withfabricxyz/ethl |
| repository | https://github.com/withfabricxyz/ethl |
| max_upload_size | |
| id | 1821773 |
| size | 273,840 |
WIP
ethl is a powerful Ethereum log event ETL (Extract, Transform, Load) tool designed for efficient and reliable log processing. It provides:
This tool was built to address the need for high-performance event processing and storage in Ethereum-based applications.
To get started with ethl, add it to your Cargo.toml via cargo install ethl:
[dependencies]
ethl = "0.1"
Then, include it in your project:
use ethl;
For detailed examples and usage, check the documentation.