GithubHelp home page GithubHelp logo

initech-software's Introduction

Initech Software

Updating bank software for the 2000 switch.

What are Durable Functions?

Durable Functions is an extension of Azure Functions that lets you write stateful functions in a serverless compute environment. Behind the scenes, the extension manages state, checkpoints, and restarts for you.

Durable Functions extension is built on top of the Durable Task Framework, an open-source library on GitHub that's used to build workflows in code

Using Durable Functions to automate the Office Space

  • Automatically add cover sheets to your TPS reports
  • Jump-to-conclusions mat application
  • [TODO] Superman III fractions of a penny aggregator
  • [TODO] Bob Slydell's Initech downsizing algorithm
  • [TODO] Payroll "glitch" fix
  • [TODO] Corporate Accounts payable phone switchboard system
  • [TODO] Cake purchasing calculation to fix the employee to cake ratio
  • [TODO] Fire risk monitoring system
  • [TODO] Minimum flair calculator

Setup

  • Create your own local.settings.json file for your functions:
{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "usedevelopmentstorage=true",
    "FUNCTIONS_WORKER_RUNTIME": "node"
  }
}

Install

$ git clone [email protected]:lynnaloo/initech-software.git
  • Install libraries
$ cd initech-software
$ npm install

Run Azure Functions locally:

$ func start
  • Trigger HTTP client function:
http://[localhost:port]/orchestrators/TpsOrchestrator

Deploy

initech-software's People

Contributors

lynnaloo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.