vicsharp-shibusa / kyna

Open source stock data collection and analysis.
MIT License
2 stars 1 forks source link

Create Kyna controller - orchestration CLI #30

Closed vicsharp-shibusa closed 6 months ago

vicsharp-shibusa commented 6 months ago

Create a CLI called kyna that acts as an orchestrator for the other Kyna CLIs.

We want to be able to call kyna import or kyna migrate or kyna backtest - that kind of thing.

For deployment, the orchestrator would live in the root directory and the other programs would each have their own directory. The root application would pass arguments to the sub-app. The configuration defined at the root would be passed to the sub apps as well - things such as logging configuration and secrets.