Giter Site home page Giter Site logo

workflow-demo's Introduction

Workflow Demo

This is demo code for the talk Using Free Monads to Simplify Workflows at Open F# 2019.

Building

Currently .Net Core 2.2 or newer is required. I'm trying to lower that requirement to 2.1, but having problems (it will build with 2.1 but then runtime errors about missing assemblies will occur). I'll update here if I get things working.

To build: simply do dotnet build in the root of the source tree. The first time this is done you will need an internet connection so that Nuget packages can be installed.

Running

There are three programs that can be run:

  • device: A device that the workflow will control.
  • control: Runs workflows that control a device.
  • test: Unit tests for workflows.

Each of them can be run by using dotnet run -p <project>/<project>.fsproj from the root of the source tree (<project> is one of device, control, or test).

Note that control won't do anything until device is started. Once you start a program the terminal that it is started from will be tied up until that program exits.

workflow-demo's People

Contributors

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