Skip to content

QCDIS/notebook2rest-group13

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notebook2REST

A tool for turning jupyter notebooks into a REST API.

sequenceDiagram
    Notebook repo->>Workflow: Notebook change triggered
    Workflow->>Notebook2REST: Parse notebook
    Notebook2REST->>Workflow: Generate FastAPI, build image
    Workflow->>ECR:Push new image
    Workflow->>AWS Cluster: redeploy helm chart with new image
Loading

About

A tool for turning jupyter notebooks into a REST API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 82.9%
  • Go Template 13.5%
  • Dockerfile 3.6%