Skip to content

afym/java-spark-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the image

$ docker build -t microservice-spark .

Run the container

$ docker run -d -p 4567:4567 microservice-spark

Test the functions

  • curl localhost/
  • curl localhost/v1/products

Stop the container

$ docker rm <container-id> -f

About

Microservice using Java spark framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages