This is an automated email from the ASF dual-hosted git repository.

sjwiesman pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/flink-statefun-playground.git.


    from dffc594  [FLINK-24301] use Async transport on all statefun playground 
examples
     add 330247b  [FLINK-24284][js] Add a JavaScript greeter
     add 9edb3eb  [FLINK-24284][js] Add a JavaScript showcase
     add cccd603  [FLINK-24284][js] Use the latest merged version of the JS SDK

No new revisions were added by this update.

Summary of changes:
 javascript/.gitignore                              |   2 +
 {python => javascript}/greeter/.dockerignore       |   0
 javascript/greeter/.gitignore                      |   3 +
 {go => javascript}/greeter/Dockerfile              |  20 +-
 {go => javascript}/greeter/README.md               |   6 +-
 .../greeter/apache-flink-statefun-3.2-SNAPSHOT.tgz | Bin 0 -> 49694 bytes
 {python => javascript}/greeter/arch.png            | Bin
 {python => javascript}/greeter/docker-compose.yml  |   0
 javascript/greeter/functions.js                    | 120 +++++++++
 .../greeter}/input-example.json                    |   0
 {python => javascript}/greeter/module.yaml         |   6 +-
 javascript/greeter/package.json                    |  12 +
 javascript/showcase/.gitignore                     |   3 +
 javascript/showcase/README.md                      |  33 +++
 .../apache-flink-statefun-3.2-SNAPSHOT.tgz         | Bin 0 -> 49694 bytes
 {python => javascript}/showcase/docker-compose.yml |   0
 {python => javascript}/showcase/input-example.json |   0
 {python => javascript}/showcase/module.yaml        |   4 +-
 javascript/showcase/package.json                   |  15 ++
 javascript/showcase/showcase/showcase.js           | 283 +++++++++++++++++++++
 .../showcase/showcase/showcase_custom_types.js     |  14 +-
 .../showcase}/showcase/showcase_custom_types.proto |   0
 .../showcase/showcase/showcase_custom_types_pb.js  | 215 ++++++++++++++++
 23 files changed, 704 insertions(+), 32 deletions(-)
 create mode 100644 javascript/.gitignore
 copy {python => javascript}/greeter/.dockerignore (100%)
 create mode 100644 javascript/greeter/.gitignore
 copy {go => javascript}/greeter/Dockerfile (79%)
 copy {go => javascript}/greeter/README.md (89%)
 create mode 100644 javascript/greeter/apache-flink-statefun-3.2-SNAPSHOT.tgz
 copy {python => javascript}/greeter/arch.png (100%)
 copy {python => javascript}/greeter/docker-compose.yml (100%)
 create mode 100644 javascript/greeter/functions.js
 copy {python/showcase => javascript/greeter}/input-example.json (100%)
 copy {python => javascript}/greeter/module.yaml (93%)
 create mode 100644 javascript/greeter/package.json
 create mode 100644 javascript/showcase/.gitignore
 create mode 100644 javascript/showcase/README.md
 create mode 100644 javascript/showcase/apache-flink-statefun-3.2-SNAPSHOT.tgz
 copy {python => javascript}/showcase/docker-compose.yml (100%)
 copy {python => javascript}/showcase/input-example.json (100%)
 copy {python => javascript}/showcase/module.yaml (93%)
 create mode 100644 javascript/showcase/package.json
 create mode 100644 javascript/showcase/showcase/showcase.js
 copy python/showcase/showcase_custom_types.proto => 
javascript/showcase/showcase/showcase_custom_types.js (71%)
 copy {python => javascript/showcase}/showcase/showcase_custom_types.proto 
(100%)
 create mode 100644 javascript/showcase/showcase/showcase_custom_types_pb.js

Reply via email to