Skip to content

Dockerizing Data Docs autogenerated by Great Expectations using FastAPI Jinja Templates .

License

Notifications You must be signed in to change notification settings

aravinthsci/great-expectations-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Great Expectations Data Docs Site

Dockerizing Data Docs autogenerated by Great Expectations using FastAPI Jinja Templates .

HowTo dockerize it

  1. Install docker.
  2. Go to the directory where Dockerfile is
  3. docker build -t ge_site:1.0 . (don't forget the dot)
  4. docker run --name ge_site -d -p 80:8000 ge_site:1.0

Done! Go to localhost:80 or just localhost to see the app

Kubernetes deployment

kubectl apply -f api.yaml

If working locally,use port forwarding to expose the service

kubectl port-forward service/ge-site-svc 8080

About

Dockerizing Data Docs autogenerated by Great Expectations using FastAPI Jinja Templates .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published