An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# FaasNet - EventMesh implementation

[![Build status](https://ci.appveyor.com/api/projects/status/5heds9x31qc688b9?svg=true)](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
```