Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Draw our data pipeline #149

Open
abitrolly opened this issue Feb 14, 2018 · 1 comment
Open

Draw our data pipeline #149

abitrolly opened this issue Feb 14, 2018 · 1 comment

Comments

@abitrolly
Copy link
Contributor

Problem - we don't know which data is needed for different calculated values. Some values require other values to be calculated, and we may even run into circular dependencies / calculations.

Solution - create a list of data that we gather and derive split to different levels.

For example, primary data:

  • trades - market, token1, token2, val1, val2

Secondary data:

  • tickers

Ternary:

  • price

The graph should connect our input with desired output, and should provide quick reference for discussions/explanations and troubleshooting/validating our calculations.

@abitrolly
Copy link
Contributor Author

@SiarheiSadau

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant