Giter Site home page Giter Site logo

Comments (2)

nakatsuka-y avatar nakatsuka-y commented on July 22, 2024

Here are plans for supporting "fixed-sized chunks" in Daphne:

  1. Add QueryType, ChunkQueryType, ChunkQuery, and Query in messages.rs
  2. Add QueryConfig in lib.rs and add QueryConfig element to TaskConfig
  3. Change Leader functionality to store received Reports in chunks if QueryType in QueryConfig is fixed-chunk. Reports should be stored in chunks associated to chunk ID (TODO: Should the chunk ID be random?)
  4. CollectReq sent by the Collector would be changed to include a Query and the CollectResp must be changed to include a chunk ID if the QueryType is fixed-chunk.
  5. Replace all functionality that depends on BatchIntervals in Daphne with Query to reflect the changes (including messages that use batch_interval)
  6. Reflect changes to how different entities in Daphne stores data. Especially Report store and Agg share store store state associating them with batch windows. The implementation would be different from MockAggregator and Daphne Workers.
  7. Implement methods that check the query received by the Collector (batch boundaries, number of reports requested, and batch overlap)
  8. Implement test cases where the Collector sends different types of queries.

from daphne.

cjpatton avatar cjpatton commented on July 22, 2024

This will be addressed in #100

from daphne.

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.