Skip to content

Commit

Permalink
init: code skeleton + project goals in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed Sep 1, 2020
1 parent b8218c6 commit dc5a6d6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# one-click-mlflow
A tool to deploy a mostly serverless MLflow on a GCP project with one command

## Goals

The project's deliverables are
- MLflow tracking server on Cloud Run
- Artifacts on GCS
- Metrics backend on Cloud SQL (MySQL)
- Terraformed infrastructure
- A list of all the GCP APIs that need to be enabled
- A list of all the necessary GCP permissions to run the deployment
2 changes: 2 additions & 0 deletions bin/one-click-mlflow.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from lib.entrypoint import run

Empty file added config.py
Empty file.
Empty file added lib/__init__.py
Empty file.
2 changes: 2 additions & 0 deletions lib/entrypoint.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def run():
raise NotImplementedError()
Empty file added secrets/.keep
Empty file.

0 comments on commit dc5a6d6

Please sign in to comment.