GithubHelp home page GithubHelp logo

aqueductron's People

Contributors

jessitron avatar marioaquino avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

Forkers

edgenard

aqueductron's Issues

partition

The current endpiece split is sufficient for all cases, but it would be more efficient if we could selectively send the data down exactly one pipe.

Implement a partition endpiece that accepts an ordered hash of [Predicate, Pipe] and a default Pipe. Send the data down the first Pipe whose Predicate is true, or the default if none are.

book in stock example: make it work

I moved the book-in-stock example files around. It'll take some tweaking for stock_stats.rb to run correctly again.

Make stock_stats.rb run, and then put a readme or something in its example directory describing the command line syntax for running it.

aliases for map and filter

the map functionality should be available as "through", "map", or "transform."
Filtering should be available as "filter" or "keeping"

dynamic partition

Another endpiece: partition_dynamic(?) it takes two functions: data => category and category => Duct. The ducts are created as necessary as data comes in.

Use case: count characters in a string, without knowing what characters will appear in it.

If you can think of a more descriptive name, fabulous.

naming

Rename Pipeline to Aqueductron and Pipe to Duct. Unless you can think of even better naming.

Iteration through results

Result needs to provide its contents dynamically.
This is especially important when ducts can be created dynamically (#5)
This requires more thought. It needs to supply the path as well as the result.

Perhaps it implements each, supplying a tuple?

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.