Giter Site home page Giter Site logo

Comments (5)

arbox avatar arbox commented on August 19, 2024 1

It could be e.g. @indirect

from any_good.

zverok avatar zverok commented on August 19, 2024

Yes, thought about that too, it would allow to easily catch outliers ("yes, this gem seems to be downloaded a lot, but that's just because aws gem uses it in one of tests").

The problem is RubyGems doesn't have any bulk API, so for something like activesupport it would look like "Ugh, wait please we'll just make 9k API calls to analyze the dependencies". So, probably this option should work... IDK, "sometimes"? Like when there are not a lot of dependencies or something. But in this case, you already have pretty good guess of "if this any good" :) I want to have it simple.

from any_good.

v0dro avatar v0dro commented on August 19, 2024

We can query every gem dependency on rubygems in a multi-threaded manner and gather the data in parallel. Then analyse it and display. This can be an optional feature since sending so many queries to rubygems is obviously time consuming.

from any_good.

arbox avatar arbox commented on August 19, 2024

We could talk to the Rubygems people and try to introduced convenient API for this tasks. RubyToolbox and Libraries.io would benefit through it as well.

from any_good.

v0dro avatar v0dro commented on August 19, 2024

@arbox do you know someone who can help us out? I can write them a mail.

from any_good.

Related Issues (5)

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.