GitHub - afym/java-spark-microservice: Microservice using Java spark framework · GitHub
Skip to content

Latest commit

 

History

1 Commit

Folders and files

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

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages