Giter Club home page Giter Club logo

pkgserverloganalysis.jl's People

Contributors

dilumaluthge avatar fredrikekre avatar staticfloat avatar stefankarpinski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pkgserverloganalysis.jl's Issues

Data serving plan

Once we nail down the data schema in #1, we'll need to host and serve the data from somewhere. If we end up with a SQL-like interface, a public MariaDB interface might be the simplest way, with a few protocol adapters slapped on front so that we can serve an api over HTTPS that gets the TLS stripped off, the HTTP request is parsed, and a SQL request can be made.

Let's decide on a database server to serve from and actually host it somewhere. (MIT OpenStack probably?)

New release?

It would be great to have a new release of the CSV with downloads per package. @jkrumbiegel and @Datseris expressed interest on Slack, and I and Iโ€™m sure others would be interested too.

Data schema plan

We need to come up with a data schema for passes to dump into a database.

Right now, I'm thinking each data analysis gets its own database, with its own schema. Each analysis pass will be responsible for outputting a CSV-like output, (e.g. "downloads per day, per UUID, per julia version") and a database engine (such as MySQL) will serve queries upon those databases to the world. We'll run the analysis once per day on the last month of data, and as we add new analyses/fix bugs, we'll update that entire time window with the better results, while historical results will just be frozen in time.

Set up CI

We should have a CI job that runs the analysis passes on the anonymized data testset, to ensure that it can run without erroring.

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.