Coder Social home page Coder Social logo

ftl-engine's Introduction

FTL-Engine

A tool for creating and running complex series of tasks pretty quick

How it works

FTL-engine is a graph execution engine, where the nodes in the graph are individual independent tasks that you want to execute. FTL-engine doesn't care what type of work you want to do, it just gives you an interface for implementing Activitiy plugin that know how to perform a certain type of task.

You then create a Workflow which represents the work to be done by specifying small JS files with a certain structure that represents the order the work needs to be done in. These files are evaluated to create the workflow (as a JSON blob), which is then submitted and executed by FTL-engine.

tl;dr: Write some plugins for what you need to do, describe the steps with some code, build and execute the workflow

Getting Started

Look at test_integration and some of the scripts. Sorry, these docs are bad right now...

Status

This project is being actively used at Instructure for large production ETL workflows. While it is definitely code we rely on, its missing a few features we want to add and a few APIs we want to firm up before making a first official release. Until that point, the docs may remain sparse but feel free to contribute!

ftl-engine's People

Contributors

addisonj avatar kblibr avatar dcollinsf5 avatar

Watchers

James Cloos 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.