Skip to content

Commit

Permalink
[WIP] nodejs for beam
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed Jun 5, 2023
1 parent 985d241 commit 318c113
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions beam/quickstart/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Online Playground (Beta)
https://beam.apache.org/get-started/try-beam-playground/

# Typescript
https://beam.apache.org/get-started/quickstart/typescript/#set-up-your-development-environment
12 changes: 12 additions & 0 deletions beam/quickstart/ts.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
get() {
git clone https://github.com/apache/beam-starter-typescript.git

}
build() {
npm install
npm run build
}
test() {
node dist/src/main.js --input_text="Greetings"
}
$@

0 comments on commit 318c113

Please sign in to comment.