Light indexer @ github
Host you own Algorand indexer API in under minutes:
- 100% compatible with upstream Indexer API
- Even faster than Nodely.io cloud service
- Requires <25GB of SSD
- [optionally] Go fully independent by adding a follower node
Ingridients
- Postgres compatible CockroachDB
- Custom DB schema with extra indexes
- Custom conduit import plugin
- Custom conduit export plugin
- Custom indexer-api
- Cloudflare hosted DB snapshots (up to 3 hrs old) for fast catchup
TODO
- ARM images (sorry)
- Auto update container
- Documentation
- Testnet
Requirements
- 25GB of free SSD space
- docker-compose
- jq
- bash
Quickstart
Security
- Database and Indexer API endpoints are exposed, by default, on localhost only.
- CockroachDB runs in insecure mode (no authentication)
If you want to expose Indexer API to the World you can use:
Scripts
Diagnostic scripts
Script | Description |
---|
bin/help | Show your API endpoint address & token |
bin/logs | Tail logs from all services |
bin/status | Show if your indexer is lagging |
Safe scripts (should not break stuff)
Script | Description | Example |
---|
bin/down | Shutdown whole bundle | |
bin/down ... | Shutdown a service | /bin/down conduit |
bin/up | Start whole bundle | |
bin/up ... | Start a service | /bin/up api |
bin/restart ... | Start a service | /bin/restart api |
bin/update | Download new images and restart services | |
Dangerous scripts (might break stuff)
Script | Description |
---|
bin/catchup | Destroy and download fresh database |
bin/gencfg | Regenerate configs |
bin/upgrade | Major upgrade |