https://github.com/simpleidserver/faasnet
https://github.com/simpleidserver/faasnet
event-mesh faas faas-cli serverless serverless-workflow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simpleidserver/faasnet
- Owner: simpleidserver
- License: apache-2.0
- Created: 2021-09-14T18:58:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T21:00:50.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:46:31.853Z (about 1 year ago)
- Topics: event-mesh, faas, faas-cli, serverless, serverless-workflow
- Language: C#
- Homepage:
- Size: 9.57 MB
- Stars: 23
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FaasNet - EventMesh implementation
[](https://ci.appveyor.com/project/simpleidserver/faasnet)
FaasNet is an open-source implementation of EventMesh.
For project documentation, please visit [docs](https://simpleidserver.github.io/FaasNet/documentation/eventmesh/glossary.html).
## How to build a local version of EventMesh ?
```
psake publishDockerEventMeshService
docker build -t eventmesh -f EventMeshDockerFile .
docker run --name eventmesh -p 4000:4000/udp eventmesh
```