reteplayground
Select

⭐ Most-starred repositories

RepositoryStarsLanguage
transformers160,958Python
ragflow81,650
imgui73,751C++
reveal.js71,709JavaScript
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 50 rows · 1.4 s · 4.3 MB of 48.7 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX pulse: <https://open-pulse.epfl.ch/ontology#> PREFIX gme: <https://openpulse.science/git-metadata-extractor#> SELECT ?name ?stars ?language WHERE { ?repo a schema:SoftwareSourceCode ; schema:name ?name ; pulse:githubRepoStars ?stars . OPTIONAL { ?repo gme:primary_language ?language } } ORDER BY DESC(?stars) LIMIT 50

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