Git Product home page Git Product logo

Comments (3)

maxtroy avatar maxtroy commented on May 8, 2024
  1. The HTTP extension is a sample extension that wraps a basic HTTP operation into a Function. You're free to fork the code and write your own Functions / Suppliers / Mergers.

  2. What functionality do you wish the Runnable to be able to do in the Agera data flow? Note that inside the data flow, you can use getFrom / transform / mergeIn to modify the data, but you can also use sendTo / bindWith to send the intermediate result out of the flow for any "side" operation you want to perform. I'm not sure what the Runnables can do that's not already covered by the existing Agera functionality.

from agera.

likai79511 avatar likai79511 commented on May 8, 2024

Thans for you reply,let me know google haven't drop agera(because agera framework have long time no update). that's great.

  1. yes,I can extend API according requirement.
    2.just a little thinking. because every directives both specific purpose. if I want to do other-action and no relate with data that pervious received,and then return previous received data. in this action will not use this data,just send to later directives. but sure, transfer..etc also able to implementation it.

I will close this query. and hope Agera will go better,and hope you guys not drop it,because have many developer like it.

from agera.

maxtroy avatar maxtroy commented on May 8, 2024

Thanks for your support!

About the second point, yes the directives have special names, but they're more about readability and convenience, and not about enforcement of the data flow. For example, all "mergeFrom" can be "transform" with a Function that reads an additional input from a Supplier; and all "sendTo" can be "transform" with an identity function with side effect. If you see the need to use the directives creatively, by all means go for it.

We are not dropping Agera; it's just so well designed and implemented, we haven't found a bug or a need for new features since the last update! :)

from agera.

Related Issues (20)

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.