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

Draw our data pipeline #149

@abitrolly

Description

@abitrolly

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions