Crates.io | eventify-primitives |
lib.rs | eventify-primitives |
version | 0.0.2-beta |
source | src |
created_at | 2023-12-16 16:44:05.813023 |
updated_at | 2024-06-21 15:24:48.220697 |
description | Ledger event pipeline |
homepage | https://github.com/lbkolev/eventify |
repository | https://github.com/lbkolev/eventify |
max_upload_size | |
id | 1071847 |
size | 157,917 |
Eventify
Eventify is an event pipeline designed with the following objectives in mind:
example configurations can be found at etc/configs/
docker-compose up -d postgres redis
RUST_LOG=INFO cargo r -- run --config etc/configs/stream-eth-all.toml
RUST_LOG=INFO cargo r -- run --collect=blocks --network=eth \
--node-url="wss://eth.llamarpc.com" \
--database-url="postgres://postgres:password@localhost:5432/eventify" \
--queue-url="redis://localhost:6379"
Include the following: