Giter Site home page Giter Site logo

ducktape's People

Contributors

pbloem avatar progamerggg avatar wongiseng avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ducktape's Issues

Modules with no input

If a module has no input, the yaml description should not require the "input:" key. Currently the parsing crashes.

As a workaround, you can use "input: {}".

Large datasets as intermediates

If a large dataset is loaded and passed between modules, for instance an RDF graph, the whole thing is printed to the output stream, even if the outputs have the "no print" flag. This should be unit tested and checked.

ModuleInstances should be executed as processes, not threads

Also in the LocalExecutionProfile.

This would help us to create an environment where every module (in whatever domain) can just write to the current working directory, current in/out etc. and ducktape will catch it, and put it in the right place.

With any other solution (like threads) the modules must be written with techniques that are specific to ducktape, which is what we're trying to avoid.

The only problem is that this might increase the overhead, but probably not by that much.

Missing module argument does not cause error

If a module is constructed with an integer argument, and this argument is not supplied, the workflow compiles and executed with the default value 0, instead of giving an error as it should. This may be a problem with the logic of default values.

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.