Giter Club home page Giter Club logo

Comments (3)

lacolaco avatar lacolaco commented on August 18, 2024

How to collect real usage?

  • What is the real usage?
    • Used at README.md in GitHub
    • Not onetime try-out (frequent usage)
  • How I can get it?
    • Collect HTTP requests
    • Pick up requests from GitHub.
    • Group these by their repository
    • If a repository sent requests multiple times, mark it as "recent usage"
  • What does "recent" mean
    • Expire "recent usage" marks in 1 month after the last request.

from contributors-img.

lacolaco avatar lacolaco commented on August 18, 2024

Solution

  • Collect request log on the endpoint
    • Cloud Run app -> Cloud Logging -> Big Query
  • Query logs and get recent usage repositories periodically
    • Big Query -> Cloud Run -> Cloud Firestore
  • Respond data from API
    • Cloud Firestore -> Cloud Run -> webapp

from contributors-img.

lacolaco avatar lacolaco commented on August 18, 2024

TODO

  • Send usage logs from Cloud Run to Cloud Logging
  • Connect Cloud Logging and Big Query (log routing)
  • Add an (internal) endpoint to query usage with BQ API
  • Add an endpoint for webapp to give recent usage data.

from contributors-img.

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.