Skip to content

State archival and indexer for the Avalanche network. Used in the Avalanche Explorer.

License

Notifications You must be signed in to change notification settings

liraxapp/ortelius

 
 

Repository files navigation

Ortelius

Build Status Go Report Card License

A data processing pipeline for the Avalanche network.

Features

  • Maintains a persistent log of all consensus events and decisions made on the Avalanche network.
  • Indexes all Exchange (X) and Platform (P) chain transactions.
  • Provides an API allowing easy exploration of the index.
  • Engineered from the ground up with reliability at high scale in mind. Ortelius works with best-in-class backing services and is built to scale horizontally as the network grows.

Quick Start with Standalone Mode

The easiest way to get started to is try out the Docker Compose-based standalone mode. Using the standalone backing services, such as Kafka and MySQL, is not suitable for large production setups that need to scale out individual clusters, but it allows you to quickly get the pipeline up and working.

Ensure you have Docker and Docker Compose installed and then run:

git clone https://github.com/liraxapp/ortelius.git $GOPATH/github.com/liraxapp/ortelius
cd $GOPATH/github.com/liraxapp/ortelius
make dev_env_start
make standalone_run

View the API for usage.

On the first run it will take time for avalanchego to bootstrap and ingest the historical data.

Production Deployment

For a production deployment see the deployment page which enumerates the individual components and provides information on how to set them up for a production environment.

About

State archival and indexer for the Avalanche network. Used in the Avalanche Explorer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.4%
  • Makefile 1.4%
  • Other 2.2%