tdex-network / tdex-analytics

Analytics and Historical data feed about TDEX Network
MIT License
0 stars 6 forks source link

πŸ“Š tdex-analytics

Go Report Card PkgGoDev Release

TDEX Analytics provides historical data about balances and prices of Liquidity Providers registered in the tdex-registry.

It periodically polls Liquidity Provider's registry and fetches all available markets and their market price and balances and fills a time-series DB with data that are accessible through gRPC & JSON HTTP APIs.

API specifications can be found in here.

πŸ–₯ Local Development

Below is a list of commands you will probably find useful for development.

Requirements

Build

Builds tdexad as static binary in the ./bin folder

$ make build

Build CLI

Builds tdexa as static binary in the ./bin folder

$ make build-cli

Run with docker-compose

Build docker image and runs the project with other dependencies with default configuration.

$ make dev

Test

$ make testall

πŸ“„ Usage

Release

Precompiled binaries are published with each release.

License

This project is licensed under the MIT License - see the LICENSE file for details.