Skip to content
/ faas Public

minimal function as a service stack (serverless) based on docker, redis and rabbitmq.

License

Notifications You must be signed in to change notification settings

hygl/faas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faas

minimal function as a service stack (serverless) based on docker, redis and rabbitmq.

Create a docker container

You can now build, package and run this microservice using Docker.

Now you can build your docker image by entering from a terminal where you have access to Docker, execute the following command:

$ ./mvnw clean package docker:build

Even push it to a repository of your choice:

$ ./mvnw clean package docker:build -DpushImage

Test

At the moment the tests need a running redis daemon.

docker run -d -p 6379:6379 redis:3.0.7

I am trying to solve this programmatically in the future.

About

minimal function as a service stack (serverless) based on docker, redis and rabbitmq.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published