Coder Social home page Coder Social logo

octopluginstats's Introduction

Hey there ๐Ÿ‘‹

Here are some of my featured projects:

Recent releases ๐Ÿ”–

Supporting my projects

Enjoyed using a plugin? You can support their development through GitHub Sponsors. Sponsor monthly, one-time and choose a custom amount. You can choose!

โค๏ธ Sponsor

octopluginstats's People

Contributors

cp2004 avatar dependabot[bot] avatar github-actions[bot] avatar willmac16 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

octopluginstats's Issues

Syncing changes with downstream forks

@Sebclem - this one is for you, since I noticed you were trying to sync changes. This is something I've thought about before, but not actually looked into.

I've just implemented some changes to simplify the way this works, so that anyone can hopefully develop the default branch and be able to PR or merge upstream changes (ie. from me) into their fork.

It goes like this:

  • next branch - the site powered by Next.js, React, Material UI
  • deploy branch - the branch containing the data, and the one deployed to Vercel. There's a way that Next.js can be deployed to GH pages, but I like Vercel since it was so easy & fast.

The next branch automatically merges to the deploy branch any commits, like a mirror. Then the 'update stats' action runs and commits against the deploy branch as well. The deploy branch is yours, and won't ever be merged anywhere else.

Changes, should you want to implement this:

  • Pull upstream workflow changes
  • Create a deploy branch
  • Change the 'Production' branch in Vercel - I'm not sure if you have set this up or not, or if it is deployed there by default because it is a fork of mine. No idea ๐Ÿคทโ€โ™‚๏ธ.
    image

I think that is how it should work. Feel free to adjust if necessary.

Sort data by largest install count

The tracking data from https://data.octoprint.org/export used to be sorted, but it was also hitting the upper limits on queries.

When the query limit was fixed, the data was no longer sorted by install count for individual versions.

So I need to sort the data in the get_data.js script before saving it to the file.

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.