A scalable full history and state API solution for Antelope (formerly EOSIO) blockchain networks.
Hyperion is a scalable full history and state API solution for Antelope-based blockchains (formerly EOSIO). It indexes, stores, and retrieves every action and state change from high-throughput blockchain networks, solving the data accessibility challenge for developers and infrastructure providers. The system provides both historical querying and real-time streaming capabilities through a modern API.
Block producers, infrastructure providers, and dApp developers working with Antelope-based blockchains who need reliable access to complete blockchain history and current state data.
Developers choose Hyperion because it's specifically optimized for Antelope blockchain characteristics with flattened action storage to reduce redundancy, offers both historical and real-time data access, and provides an extensible plugin system for customization. Its modular architecture allows scalable deployments from single machines to distributed clusters.
Scalable Full History API Solution for Antelope (former EOSIO) based blockchains
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Specifically optimized for high-throughput Antelope chains, handling vast data efficiently as highlighted in the scalable indexing feature.
Stores every action and state change with flattened actions to reduce redundancy, enabling full historical queries without gaps.
Provides live action and state delta streams via WebSockets, directly supporting dApps that require instant blockchain updates.
Managed by the hpm tool, allowing custom functionalities like the DelphiOracle plugin, as mentioned in the documentation.
Requires deploying and managing Elasticsearch, MongoDB, RabbitMQ, and Redis simultaneously, which is operationally heavy and error-prone.
Elasticsearch nodes need 32GB+ RAM and fast storage per the docs, making it costly and unsuitable for resource-constrained environments.
Designed exclusively for Antelope-based blockchains, so it cannot be adapted for other blockchain ecosystems without significant modification.