https://github.com/shakotn/oracle_analyzer
Super fast and concurrent way to download round data from CL Oracles
https://github.com/shakotn/oracle_analyzer
chainlink concurrency oracles rust tokio-rs
Last synced: 28 days ago
JSON representation
Super fast and concurrent way to download round data from CL Oracles
- Host: GitHub
- URL: https://github.com/shakotn/oracle_analyzer
- Owner: SHAKOTN
- Created: 2022-12-30T17:25:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:52:01.000Z (over 3 years ago)
- Last Synced: 2025-03-04T15:26:12.889Z (over 1 year ago)
- Topics: chainlink, concurrency, oracles, rust, tokio-rs
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Blazingly Fast Oracle Data downloader
This project is made for those who want to download data from Oracles
Powered with async Rust and Tokio, this project can download data from Oracle database in a very fast way.
## Usage
- Make sure you have Rust installed: https://www.rust-lang.org/tools/install
- Modify constants in `src/constants.rs` to your needs and add/remove oracles you need data from.
- Create `.env` file and fill in `ETHNODEURL`. I suggest using pokt network community nodes.
- Then run `cargo build` and `cargo run`
Files should appear in project root directory in a format of `_oracle_data.csv`
## Run Tests
- Run `cargo test`