Code Monkey home page Code Monkey logo

cfftracker's People

Contributors

actions-user avatar kevinmatthes avatar sdruskat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cfftracker's Issues

[Suggestion] Dedicated GitHub Actions for Improved Maintainability of Data Update Workflow

I would like to suggest you the following GitHub Actions because I think that they would enhance both the readability and the maintainability of the GitHub Action workflow for the daily data update.

  • py-actions/[email protected]: install all Python software requirements listed in the requirements.txt located in the repository root; updates pip, wheel, and setuptools automatically, by default
  • fregante/[email protected]: setup up the GitHub Actions bot as authoring instance

Example:

# Line 34:
      - name: Install Python requirements
        if: steps.cache.outputs.cache-hit != 'true'
        uses: py-actions/[email protected]

# Line 48:
      - name: Configure GitHub Actions bot
        uses: fregante/[email protected]

      - name: Commit updated files
        run: git add -A && git commit -m 'Update data'

If you are interested, I can submit a Pull Request with the respective changes.

Query doesn't report reliably

The GitHub query doesn't retrieve reliable number unfortunately. As suggested by @arfon, this may be due to ongoing work in the GitHub backend at query time.

Some options for working around this would be to clean results, e.g., by removing any unexpected spikes (delete rows that deviate from a general trend (1 measurements before, 2 after the spike) retroactively.
Or to run the script several times a day, then averaging.

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.