Skip to content

Set of core processors that index data on the Aptos blockchain

Notifications You must be signed in to change notification settings

Galxe/gravity-aptos-indexer-processors

 
 

Repository files navigation

Important

Latest development is no longer done in this repo.

codecov

Aptos Core Processors

These are the core processors that index data for the Indexer API. The core processors live in the sdk-processor crate and are written in Rust using the Indexer SDK. Read more about indexing on Aptos here. If you want to create a custom processor to index your contract, start with our Quickstart Guide.

Warning

For production-grade indexers, we recommend using the Indexer SDK to write your custom processor. The Python implementation is known to have a grpc deserialization recursion limit. The issue is with the GRPC library and we haven't had a chance to look into this. Please proceed with caution. The typescript implementation is known to get stuck when there are lots of data to process. The issue is with the GRPC client and we haven't had a chance to optimize. Please proceed with caution.

About

Set of core processors that index data on the Aptos blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 85.0%
  • Python 12.0%
  • Move 1.5%
  • TypeScript 0.7%
  • Shell 0.3%
  • JavaScript 0.3%
  • Other 0.2%