Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openfaas/faas-swarm
OpenFaaS provider for Docker Swarm
https://github.com/openfaas/faas-swarm
docker docker-swarm faas functions lambda openfaas serverless swarm swarm-is-not-dead
Last synced: 3 months ago
JSON representation
OpenFaaS provider for Docker Swarm
- Host: GitHub
- URL: https://github.com/openfaas/faas-swarm
- Owner: openfaas
- License: mit
- Archived: true
- Created: 2017-12-13T10:24:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T19:34:58.000Z (about 4 years ago)
- Last Synced: 2024-08-02T15:48:24.733Z (6 months ago)
- Topics: docker, docker-swarm, faas, functions, lambda, openfaas, serverless, swarm, swarm-is-not-dead
- Language: Go
- Homepage: https://github.com/openfaas/faas
- Size: 11.9 MB
- Stars: 79
- Watchers: 7
- Forks: 38
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
faas-swarm
==========[![Build Status](https://travis-ci.com/openfaas/faas-swarm.svg?branch=master)](https://travis-ci.com/openfaas/faas-swarm)
## Status - 15th December 2020
Whilst faas-swarm may still work, it is no longer being supported by the community. You can ask about commercial support by emailing [email protected].
No community support or free updates are available.
See alternatives: [Deploying OpenFaaS](https://docs.openfaas.com/deployment/)
## Summary
This is the Docker Swarm provider for OpenFaaS.
The first and canonical implementation of OpenFaaS was tightly coupled to Docker Swarm. This repository aims to decouple the two so that all providers are isomorphic and symmetrical.
## Deployment
To deploy faas-swarm use `deploy_stack.sh` in the main [OpenFaaS repository](https://github.com/openfaas/faas).
## Status
Status: Released
Features:
* [x] Create
* [x] Proxy
* [x] Update
* [x] Delete
* [x] List
* [x] ScaleDocker image: [`openfaas/faas-swarm`](https://hub.docker.com/r/openfaas/faas-swarm/tags/)
## Contributing
The contribution guide applies from the [main OpenFaaS repository](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md).