opensource-observer / oso

Measuring the impact of open source software
https://opensource.observer
Apache License 2.0
68 stars 15 forks source link

Dependencies between services #277

Open ryscheng opened 11 months ago

ryscheng commented 11 months ago

Describe the feature you'd like to request

Some dependencies come in the form of contacting a service (e.g. SaaS or IPFS gateway)

Describe the solution you'd like

It’d be nice to have a way to generally detect service dependencies.

If they use a client library, it’s easy. But if they’re just doing a fetch against an HTTP API, then it’d be nice to detect that.

Describe alternatives you've considered

TBD

ryscheng commented 11 months ago

For IPFS, it might be as simple as seaching for the IPFS gateway URL string in the code.

ryscheng commented 10 months ago

Got a similar request from OP collective: "feature request: would love to see stats on how many nodes are running different OP Stack clients"