Git Product home page Git Product logo

Comments (2)

Whathecode avatar Whathecode commented on May 24, 2024

After picking up on this discussion, we have decided that, although there is value in having 'data type hierarchies', rather than a simple data type class with a 'namespace' and 'name' field, it is premature to try to design such a hierarchy at this point in time.

The following potential benefits still hold:

Any additional data in data types is likely only needed once we want to start specifying 'secondary' data streams which process other data streams on the device, e.g., higher-order interpretations of data. If we want to write triggers which are reusable for 'custom' data streams they will need 'some' info on how to interpret said data; this was the initial purpose of a 'data type' definition.

But, it is hard to imagine exactly how said 'generic' processing of data would look like at this point in time (thus risking implementing complex data type hierarchies which turn out to be useless in the future), and, it is hard to assess whether alternate implementations would be just as useful in the future. For example, by having a registry of 'data parsers' which know how to extract/prepare data to common formats to be consumed by generic components in the infrastructure.

Thus, in conclusion, for now, we have decided to remove data type hierarchies and only use a single DataType class with the sole purpose of uniquely identifying the data (how it should be uploaded, what data can be measured). This also answers the question 'how should these be serialized', as all that remains is the identifier.

from carp.core-kotlin.

Whathecode avatar Whathecode commented on May 24, 2024

Polymorphism for DataType is removed in ac4c010

from carp.core-kotlin.

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.