Coder Social home page Coder Social logo

australistelemetry's People

Contributors

bsmedberg avatar bwinton avatar darchons avatar ilanasegall avatar irvingreid avatar jonasfj avatar marshall avatar mreid-moz avatar raluca-elena avatar trink avatar vitillo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

australistelemetry's Issues

Define a "run"

Week number? Dates? Dates and version? Dates and version and channel?

define what specifies a query

Given the channel and versions, do we even need the fields buildID and submission_date, or are they redundant? We can add these fields as optional arguments for the very delicate analysis later, but they don't seem to be necessary right now with the other fields specified (correct me if i'm wrong!!!) Should we just set these from 0 to 999999 by default?

"tag" output?

Let user feed in a "tag" at command line (ie, week 43 aurora) to label all output including filters.

zero fill folder names

"%03d" % (7,)
10:52 "%02d" % (7,)
10:53 In [3]: "%03d" % (7,)
10:53 Out[3]: '007'
10:54 In [3]: "%03d-%s" % (7,tag)
10:54 current!

variables exposed at command prompt?

Which? What are their defaults?
Specifically:
args = {

  • "job_script" : "../uitour.py",
  • "input_filter": filter,
  • "num_mappers" : 16,
  • "num_reducers" : 4,
  • "data_dir" : "../work/cache",
  • "work_dir" : "../work",
  • "output" : output_file,
  • "bucket" : "telemetry-published-v1",
  • "local_only" : True
  • }

how do we deal with job.py?

many solutions:
-make a job2.py that takes a dict config (gross - won't get updates)
-feed in a namedtuple to original job to keep the dot notation (also gross - hard to update/read code and bloat)
-require everyone the use the new job.py and take in a dict or **kwargs (grossest)

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.