Giter Club home page Giter Club logo

flux-framework.github.io's Introduction

flux-framework

Welcome to the web home of Flux Framework! Here we maintain:

  • A central portal with information about active Flux Framework projects
  • Automated pipelines to retrieve updated data for projects

Usage

Release Notes

The release notes in _posts are generated by the rse-ops/releases-action. There are instructions there for how to use it, and if you want to run it locally.

Data

We run a nightly action to get updated data for our projects, however you can generate the same data on your own using Contributor CI as follows!

# Export a GitHub token to the environment
export GITHUB_TOKEN=xxxxxxxxxxx

# install contributor-ci
pip install contributor-ci

# check out the extractors available!
# cci list

The tool will read in repos from contributor-ci.yaml (default) and we store data for cci in _data, so to run an extractor you can do the following. Note that we want to cache data monthly so we use --save-format year/month instead of the default of year/month/day

$ cci --out-dir _data extract --save-format year/month <extractor>

And the ones we do for the site (a subset) are (this is what we run in the action):

$ cci --out-dir _data extract --save-format year/month repos repo_metadata topics languages releases stars activity_commits activity_lines

Note that emojis and jekyll don't play nicely, so we currently don't have any in project descriptions.

Api

The site data is also served from a set of static APIs! We do this in case you want data about Flux Framework projects programmatically available, and as stated above, it's updated nightly.

  • /flux-framework.github.io/api/languages.json
  • /flux-framework.github.io/api/releases.json
  • /flux-framework.github.io/api/repos.json
  • /flux-framework.github.io/api/repos-metadata.json
  • /flux-framework.github.io/api/stars.json
  • /flux-framework.github.io/api/topics.json
  • /flux-framework.github.io/api/commits.json
  • /flux-framework.github.io/api/lines.json

Custom Data

Avatars

If you want to define a custom avatar image for a project:

  1. Add the image to assets/img/custom/avatars
  2. Add just the name to _data/custom.yaml under avatars.

Release

SPDX-License-Identifier: LGPL-3.0

LLNL-CODE-764420

iconv -c -f utf8 -t ascii _data/data/latest/cci-repo_metadata.json > _data/data/latest/cci-repo_metadata.json

flux-framework.github.io's People

Contributors

hauten avatar vsoch avatar stevwonder avatar grondo avatar chu11 avatar cmoussa1 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.