Skip to content

tsurdilo/sw-polyglot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start node func:

cd nodejs-func
npm run local
curl -X GET localhost:8080

Start go func:

cd go-func
go run handle.go
curl -X POST localhost:8081

Start java func:

cd java-func
mvn clean install quarkus:dev
curl -X POST localhost:8082/greet

Start workflow func:

cd workflow-func
mvn clean intsall quarkus:dev
Curl workflow:  curl -X POST -H "content-type: application/json" -d '{"workflowdata": {}}' localhost:8083/simpleworkflow | jq '.workflowdata'

About

Serverless Workflow Polyglot demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published