Skip to content

Commit

Permalink
Project folder structure init
Browse files Browse the repository at this point in the history
  • Loading branch information
AbYT101 committed Jun 20, 2024
1 parent 18415f0 commit a395dd9
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 0 deletions.
Empty file added .github/ISSUE_TEMPLATE.md
Empty file.
Empty file added .github/workflows/ci-cd.yml
Empty file.
Empty file added Dockerfile
Empty file.
Empty file added airflow/dags/backtest_dag.py
Empty file.
Empty file added airflow/dags/monitor_dag.py
Empty file.
Empty file added app/__init__.py
Empty file.
Empty file added app/main.py
Empty file.
Empty file added app/models/backtest.py
Empty file.
Empty file added app/models/user.py
Empty file.
Empty file added app/routes/auth.py
Empty file.
Empty file added app/routes/backtest.py
Empty file.
Empty file added app/routes/index.py
Empty file.
Empty file.
Empty file added app/services/kafka_service.py
Empty file.
Empty file added app/services/mlflow_service.py
Empty file.
Empty file added app/templates/index.html
Empty file.
Empty file added config/airflow.cfg
Empty file.
Empty file added config/config.py
Empty file.
Empty file added config/kafka-config.yaml
Empty file.
Empty file added config/mlflow-config.yaml
Empty file.
Empty file added docker-compose.yml
Empty file.
Empty file added docs/DESIGN.md
Empty file.
Empty file added docs/USAGE.md
Empty file.
Empty file added notebooks/backtesting.ipynb
Empty file.
Empty file.
Empty file added notebooks/model_training.ipynb
Empty file.
Empty file added requirements.txt
Empty file.
Empty file added scripts/backtest_runner.py
Empty file.
Empty file added scripts/data_ingestion.py
Empty file.
Empty file added scripts/model_training.py
Empty file.
Empty file added setup.py
Empty file.
Empty file added tests/conftest.py
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit a395dd9

Please sign in to comment.