Skip to content

Example OpenFaaS functions built with the Clojure template

License

Notifications You must be signed in to change notification settings

tessellator/openfaas-clojure-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFaaS Clojure Examples

This project contains examples of building OpenFaaS functions using the OpenFaaS Clojure Template.

In order to run the examples, clone this repository and then install the template using the following command:

faas-cli template pull https://github.com/tessellator/openfaas-clojure-template

After the template is installed, you are able to deploy the functions using a command like the following:

faas-cli up -f ./astronaut-finder.yml

Building a function can take a few minutes because all dependencies are downloaded and an uberjar created as part of the process.

Note: You may have to edit the YAML files to support your deployment scenario. They are currently configured to run with the setup in the excellent getting started post by Alex Ellis (the OpenFaaS founder). Check the OpenFaaS YAML reference if you need help updating the configurations.

License

Copyright © 2019 Thomas C. Taylor

Distributed under the MIT License, the same as OpenFaaS.

About

Example OpenFaaS functions built with the Clojure template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published