Here is the list of indexers:
- NFT indexer - aggregates data about NFTs
- ERC-20 indexer - aggregates data about ERC-20 tokens and balances
- Order indexer - aggregates data about Orders from different platforms
- NFT-order - connects together nft and order indexers
Every indexer listens to specific part of the Ethereum blockchain, users can use these indexers to query data about the blockchain state. Also, indexers emit events when state changes. Indexers are built using Spring Framework and use these external services:
- mongodb for main data storage
- kafka for handling events
Indexers use OpenAPI to describe APIs (and events). Clients (kotlin, typescript etc.) and server controller interfaces are generated automatically using yaml OpenAPI files.
See more information in Rarible Etehreum Protocol OpenAPI.
OpenAPI docs: https://ethereum-api.rarible.org/v0.1/doc
You are welcome to suggest features and report bugs found!
GPL v3 license is used for all services and other parts of the indexer.