Coder Social home page Coder Social logo

telemetrydeck / swiftdatatransferobjects Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 293 KB

Swift structs that are used both by the TelemetryDeck server and by the TelemetryDeck Viewer App

Home Page: https://telemetrydeck.com

Swift 100.00%
analytics privacy swift vapor

swiftdatatransferobjects's People

Contributors

fireantprincess avatar winsmith avatar

Watchers

 avatar  avatar  avatar

swiftdatatransferobjects's Issues

Update Query Docs

Update Docs

  • appID property
  • testMode property
  • dataSource is now optional

Please support 'bound' filters

Having a 'range' filter in TelemetryDeck would be super useful -- here's my use case:

  • For my app, I send a Signal whenever a user views, edits, or interacts with an entity
  • On this Signal, I include a parameter named 'entity.interactionCount', that indicates how many times the user has interacted with that entity at the time of the event
  • As an 'engagement' metric, I'd like to graph how many individual users have sent any of these signals with a 'entity.interactionCount' value of 3 or greater. This is (I hope) an indication that someone is actually using the app, more than just opening it once, and playing around for a bit.

A 'range' query should work for with, but as of right now is not configurable through the web interface, even though the 'Custom' queries. Of course, building this into the UI would be a better solution, but supporting via Custom queries is a fine place to start.

Virtual Column Aggregations

We want to be able to support things like multiplication of count with the float value, but an arithmetic post aggregator can only multiply things after they've already been summed up. As far as I can tell, we'd need to support Druid's virtual column feature for this to work.

Example SQL query:

SELECT
  feature,
  SUM(count * floatValue) AS computed_value_sum
FROM "telemetry-signals"
WHERE appID=myAppId
GROUP BY feature;

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.