Giter Club home page Giter Club logo

itsy's Introduction

Itsy Bitsy Teeny Weeny Super Tiny Minimal Worker and Workflow Project

A teeny tiny working solution to make Temporal easier to learn.

It's Gradle. This setup may break your mind and your heart if you love Java. But...it reduces the complexity immensely so you can focus on learning Temporal concepts. These projects assume you know and love Java and want to learn (and love) Temporal.

Each project is in a different branch. If I've added notes to branches, use git log to read them.

See tserve, tflow, and clflow from Useful Commands to make your life easier.

Folder Contents

Each project has the same top level folder, with varying contents in each of the main files. The contents include:

  • build.gradle A minimal Gradle build file with no tests.
  • TutorialWorkerApp launches a new Worker.
  • TutorialWorker runs a Worker that polls either the local server or Temporal Cloud.
  • TutorialWorkflow A basic Workflow, which changes for each sample.
  • TutorialActivities Activities, which change for each sample.
  • /src (optional) When this appears, additional source needed for more complex samples.

Building and Running

Pull your dependencies: gradle dependencies. Only need to do this once.

Build the Worker app: gradle build

Run the Worker: gradle run Note: It will block and stay there, which is what you want, especially when you start learning. Any text output will show right there. Later there will be other ways through Activities to communicate and produce results.

Clean up: gradle clean. Depending on your ".gitignore" setup, your Gradle artifacts may not be tracked. For tidy enthusiasts, choose from the following:

  • rm -rf .gradle.
  • git stash; git stash drop
  • If you feel really courageous, git reset --hard HEAD.

Naming

  • Task Queue TutorialWorkflow-queue (--queue)
  • Workflow Definition TutorialWorkflow (--type)
  • Workflow Execution ID TutorialWorkflow-<numberstring> derived from date +%s, the number of seconds since the Unix epoch. (--workflow-id, if used. If not, one is generated). Adjust this as you like.
  • Namespace Set this up for yourself. (--namespace)
  • Address Set this up for yourself, default port is 7233. (--address)
  • Certificate paths: ~/.ssh/tcloud.pem and .key. Otherwise, adjust as needed. (--tls-cert-path and --tls-key-path)

License

MIT License

Copyright (c) 2020 temporal.io

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

itsy's People

Contributors

fairlydurable avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.