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

Data extraction based on specified params #43

Closed
mehrdadmms opened this issue Nov 29, 2022 · 1 comment
Closed

Data extraction based on specified params #43

mehrdadmms opened this issue Nov 29, 2022 · 1 comment
Assignees

Comments

@mehrdadmms
Copy link

Goal

  • The script can be scheduled to fetch the information periodically form the specified channels
  • The script will fetch the information, minimize the data size by removing unnecessary information and store it in the database

how

  • Get the list of specified servers and channels from the settings collection alongside the extraction period
  • Check if there's data already available in database for this server
  • Fetch the missing data based on the period and previous data extractions
  • Clean the raw data and minimaize the amount of data we're going to store
  • Create a new database for the server
  • Store raw data in the raw data collection

More data

For checking the data schema you can go here

@mehrdadmms mehrdadmms added the 2100 Points By redeeming the points you'll receive compensation. 40% fiat and the rest is project token. label Dec 7, 2022
@mehrdadmms mehrdadmms removed the 2100 Points By redeeming the points you'll receive compensation. 40% fiat and the rest is project token. label Dec 15, 2022
@mehrdadmms mehrdadmms self-assigned this Dec 15, 2022
@mehrdadmms
Copy link
Author

This is a high level task which needs break down, currently it's broken down to #50 and #49 but more issues will be added

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

No branches or pull requests

1 participant