rete
playground
Select
⭐ Most-starred repositories
Repository
Stars
Language
transformers
160,958
Python
ragflow
81,650
imgui
73,751
C++
reveal.js
71,709
JavaScript
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