Giter Club home page Giter Club logo

dataflow's Introduction

(development continued on gitlab. the state of this code is more concept than anything else.)

It's an experiment that I started playing with in different forms long before reactive was a thing and that now could be described as a pull-based reactive framework.

The style of this one is different. Value and expression dependencies are automatic (you do not need to worry about managing them) and dynamic (meaning the dependency graphs change continuously at runtime). Cyclic dependencies will fail, and the framework does nothing to help you with that.

There's also the concurrency model to think of. How does one get a consistent view? There are different ways. Software transactional memory is one, processing the graph in an event loop (actor based) is another. The framework has an implementation for either. (stm depends on akka stm)

There's an implementation of a property pattern. A "model" object, a hierarchical reactive key-value store.

It's a proof of concept, a work in progress. It's not finished. There are some concerns and ideas that need work. How transactional snapshots of values cross domain boundaries. Inter-domain flows.

As out-of-fashion non-web ui frameworks are these days, I still play with the idea of building a rich ui framework on top of this. Because it could take the pain out of ui development. (in fact classic user interface frameworks are a big example of why this is

I have also thought of writing an annotation processor and annotations to generate code that would reduce plumbing. Moving into DSL-country. Ultimately, you'd really want the concept to be baked into a mainstream language though.

dataflow's People

Contributors

jvdneste avatar

Watchers

 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.