Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Python Script for Predictoor Analytics Raw Transaction Data #359

Closed
ChristianCasazza opened this issue Nov 13, 2023 · 1 comment
Labels
Type: Enhancement New feature or request

Comments

@ChristianCasazza
Copy link

Is your feature request related to a problem? Please describe.
Create a Python script to execute the following query

The query will produce a dataset for a particular query with the schema predictionID, epoch, timestamp, stake, wallet address, payout, trueValue, and predicted value

Describe the solution you'd like
The script should produce CSV files for each feed. They can originally be manually consolidated together, and aggregation can be automated into the script later.

Additional context
The goal is to support this epic . We want to use the subgraphs to create a raw source dataset of all predictions so that all analytics can be conducted downstream with tools better optimized for column-level queries.

@trentmc
Copy link
Member

trentmc commented Jan 18, 2024

This issue was partly done via PR#374.

Then, this comment laid out the follow-up plan.

There are now several utility tools in the CLI for predictoor data.

The "follow-up plan" has been further refined. Now, issue #447 is the "main" plan for a "well-structured lake & analytics".

Closing this issue.

@trentmc trentmc closed this as completed Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants