adding open-source.md back (#168)

This commit is contained in:
Tihomir Surdilovic 2020-02-24 09:16:42 -05:00 committed by GitHub
parent 52e10db9f1
commit be8027f2fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
## Serverless Workflow - Open Source
If you have created (or know of) an open source library or product that uses
Serverless Workflow, please include it in the list below.
- [workflow-api](https://github.com/serverless-workflow/workflow-api): Java based api/spi of the Serverless Workflow specification. Adds POJO generation from specification JSON schema.
- [workflow-impl](https://github.com/serverless-workflow/workflow-impl): Java based impl of the Serverless Workflow specification. Adds support for YAML format, validation, expression evaluation, and property context.
- [workflow-linter-cli](https://github.com/serverless-workflow/workflow-linter-cli): SpringBoot based command-line linter for serverless workflow specification. Allows to run validation (both schema and model) against json and yaml files containing workflow markup.
- [Serverless Workflow JSON Schema VSCode](https://marketplace.visualstudio.com/items?itemName=tsurdilovic.workflow-schema-vscode): Visual Studio Code extension that adds coding support for serverless workflow markup.