1 unstable release
0.0.1 | Dec 22, 2023 |
---|
#1 in #indexer-event
2KB
🚧 work in progress 🚧
Eventify is an event listener and indexer designed with the following objectives in mind:
- Offering a user-friendly means to index blocks, transactions, and events.
- Implementing an efficient event propagation mechanism.
Crates
Include the following:
- eventify (binary) - Provides a CLI interface implementation for the server/indexer.
- eventify-idx - Holds the Indexer implementation.
- eventify-http-server - Exposes an HTTP server for the indexed data.
- eventify-http-client - Provides an OpenAPI generated client for the exposed API.
- eventify-extensions - Holds implementations for external queues like kafka/sqs.
- eventify-primitives - Contains types shared between the different workspace crates.