Skip to content

kumarvikas1/model-artifactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

model-artifactory

Model Artifactory stores model in memory (This in real world should be replaced by repositories ideally JFrog OR S3).

Run Locally

minikube start

eval $(minikube docker-env)

docker build -t model-service:1 .

kubectl apply -f deployment.yaml

kubectl apply -f service.yaml

kubectl apply -f ingress.yaml

Test

Upload an artifact

curl --form file='@dummy_xgboost.dat' http://dev.xgboostdemo.com/model-service/upload/xgboost-demo

Download an artifact

curl http://dev.xgboostdemo.com/model-service/download-server/xgboost-demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published