Giter Club home page Giter Club logo

percival's Introduction

Percival

Build Status

As you'll read in a moment, it's about "persistent task". I couldn't find a smart name for that, so I kinda went phonetically.

This library is supposed to be used when you have long running tasks that depend on each other. Thanks to Percival you can define tasks that are run once and their results (as well as run mmetadata) are stored in a database.

Right now it's hardcoded to use MongoDB.

This can be particularly useful in scientific research in IT, ML, etc. You can write down your experiment plan, process the results and then decide what to do next. At that point you extend your code with next steps and rerun the app.

Initial part will be recognized as persisted and won't be executed. It's results will be available to new experiments, e.g. to derive parameters.

Besides, if you need to shut down the app, you can salvage results from previous run in next run.

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.