-
Notifications
You must be signed in to change notification settings - Fork 19
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
Features/gjp miner #314
Features/gjp miner #314
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this, I think it would be also necessary to indicate how to use this table / how to start the rqlite db. If we can do that in either docs or something similar, then I think we can merge to main to allow miners to sample it.
A particular use case is that miners want to be able to pull cpt files of other jobs in a separate script for analysis and comparison. Can you also illustrate this in a scripts/query_rqlite_db.py
file? Something simple that shows how to do this effectively
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR created from
feature/rqlite-integration
branch containing the rqlite read-only node script. This PR adds the following:start_read_node.sh
.max_workers
number of jobs based on priority, or directly specify thepdb_id
to select only one job. They can also choose specific columns that they would like to fetch. Lastly, miners can download the input and output files of selected jobs for analysis.README.md
for the above information.