QuantConnect / QuantConnect/lean-cli
GitHub Interoperability - by Project
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 326
- Forks
- 168
- Avg merge
- 3d 50m
- Merged PRs (30d)
- 3
Description
GitHub Interoperability
Why
Today, we find are manually copy+paste source code from QC to GitHub and back. Trying to maintain versions of QC code by live deployment and backtests which meet our criteria. The manual process is slow, error prone and unnecessary.
Scenarios / Use Cases
- Create a QuantConnect project from a branch in GitHub (the branch would need some required files for setup possibly)
- On each backtest, since the code from the main QC Project is already 'snapshot' to run the backtest; create a GitHub branch in said repository to match the backtest codebase
- On Live Deploy - create branch in said repository
- Create a functionality in which the post-backtest outputs (metrics, trades, orders, other) are commit, push to the Branch associated with the backtest branch previously created
Misc
- Other functions such as creating issues or other GitHub specific detail can all be managed on the GitHub side.
- Such as a GitHub Action "ON" event, parsing for a naming convention.
- https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#on
- Name convention possibility for each branch name creation
snapshot/<project-name>.<unique id>.<datetime stamp>
backtest/<project-name>.<unique id>.<datetime stamp>
live-deploy/<project-name>.<unique id>.<datetime stamp>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by breaking the four scenarios into separate requirements and identifying how lean-cli currently represents projects, backtests, and live deployments. Done should include an agreed GitHub branch convention, project synchronization behavior, and post-backtest output handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, github-actions, python
- Domain
- cli, cloud, devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100