reteplayground
Aggregate

Most-depended-upon Rust crates

SELECT ?name (COUNT(?v) AS ?dependents) WHERE {
  ?v deps:dependsOn ?target .
  ?target deps:system "CARGO" ; deps:packageName ?name .
} GROUP BY ?name ORDER BY DESC(?dependents) LIMIT 20
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 41.3 s · no server, no download — the query runs in your browser.

The query

PREFIX deps: <https://w3id.org/rete/deps-dev#> SELECT ?name (COUNT(?v) AS ?dependents) WHERE { ?v deps:dependsOn ?target . ?target deps:system "CARGO" ; deps:packageName ?name . } GROUP BY ?name ORDER BY DESC(?dependents) LIMIT 20

rete playground · documentation · github.com/caviri/rete