Coder Social home page Coder Social logo

nhorman / content-resolver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from minimization/content-resolver

0.0 2.0 0.0 9.32 MB

Reporting and notifications regarding dependencies and sizes of Fedora-based workloads.

Home Page: https://tiny.distro.builders

License: MIT License

Dockerfile 0.05% Python 52.93% HTML 45.66% Shell 0.39% CSS 0.97%

content-resolver's Introduction

Feedback Pipeline

Reporting and notifications regarding dependencies and sizes of Fedora-based workloads.

See it live! (https://tiny.distro.builders)

Developer preview

If you want to contribute and test your changes, run the feedback_pipeline.py script with test configs in the test_configs directory.

To run the script, you'll need Python 3 and the following dependencies:

  • yaml
  • jinja2

Option 1: on Fedora natively:

$ sudo dnf install python3-yaml python3-jinja2
$ mkdir -p output/history
$ ./feedback_pipeline.py test_configs output

... or you can leverage the Dockerfile included in this repository that has all the dependencies pre-installed. You can get it pre-built from Dockerhub as asamalik/feedback-pipeline-env.

Option 2: on Fedora in a container

$ podman pull asamalik/feedback-pipeline-env
$ podman run --rm -it -v $(pwd):/workspace:z asamalik/feedback-pipeline-env bash
$ mkdir -p output/history
$ ./feedback_pipeline.py test_configs output

Option 3: on a Mac using Docker:

$ docker pull asamalik/feedback-pipeline-env
$ docker run --rm -it -v $(pwd):/workspace asamalik/feedback-pipeline-env bash
$ mkdir -p output/history
$ ./feedback_pipeline.py test_configs output

In both cases, the output will be generated in the output directory. Open the output/index.html in your web browser of choice to see the result.

content-resolver's People

Contributors

asamalik avatar tdawson avatar adamwill avatar stickster avatar uchu-kitagawa avatar

Watchers

James Cloos avatar  avatar

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.