Code Monkey home page Code Monkey logo

Comments (6)

hbs avatar hbs commented on May 26, 2024

from warp10-platform.

StevenLeRoux avatar StevenLeRoux commented on May 26, 2024

Meta and Data are often handled separately. It would mean for a customer to maintain a state of what have been initiated with a dummy point sent to prevent from further updates.

from warp10-platform.

hbs avatar hbs commented on May 26, 2024

Your particular use case seems to imply that you know the GTS whose metadata you want to update via /meta, so you may perfectly well push the dummy datapoint prior to calling /meta, therefore ensuring that the GTS exist, as the Kafka messages for the /meta call are pushed to the same topic as those for the new metadata resulting from the call to /update, the attribute update will be performed after the creation of the GTS and the net effect will be the expected one.

from warp10-platform.

d33d33 avatar d33d33 commented on May 26, 2024

We could add meta support on /update.

1380475081000000// foo{label=val}{meta=foo} 123

Combined with #200 it allow user to set metadatas on push (sync) and to update them on activityWindow end (async)

from warp10-platform.

hbs avatar hbs commented on May 26, 2024

The parsing of attributes could be enabled in the ingress endpoints via a configuration, but the metadata update mechanism would need to be heavily modified to bypass the cache when attributes are set and to take into account on the Directory side this new type of Metadata.

Also the update could not be made asynchronous for safety reasons.

from warp10-platform.

hbs avatar hbs commented on May 26, 2024

Closing as this will be similarly addressed by #234

from warp10-platform.

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.