Giter VIP home page Giter VIP logo

wikimedia's People

Contributors

cervisiarius avatar ewulczyn avatar leilaz avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

wikimedia's Issues

Code review

My comments will live here.

  1. what are these for? documentation would be good.
  2. makeKey: why not include accept_language? It adds some entropy (not much, but some). Additionally, you should be using IP or X_FORWARDED_FOR, not both; those machines going through SSL terminators may change terminator between requests, altering the IP and, as a result, the hash. In fact, I would consider it highly likely. Those without HTTPS will have an X_FORWARDED_FOR of -, meanwhile, adding almost no value to it. I can point you to some examples of this decision tree in a pending UDF, if that would help.
  3. The pageview filters can be found (already in Java) here. It is probably the most convenient resource for this filtering.
  4. Are you doing anything to limit the types of file you run over? i.e., does the codebase run over all webrequest files in a period, and then apply filters, or is it limited to just text/mobile, or text, say?

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.