mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
Generate a unified entity/edge graph of Research Stack to support SilverSight porting decisions: - 13,296 entities: 849 Lean modules, 3,175 theorems, 7,784 defs, 215 scripts, 1,235 docs, services, databases, nodes, skills, goals - 13,913 edges: imports, contains, uses_service, touches_database, references_doc, runs_on, hosted_by - Math-kind classification, sorry/theorem/def counts, top in-degree modules - Neon service and database inventory - docs/generate_research_stack_usage_map.py for regeneration Build: 2978 jobs, 0 errors (lake build)
3.4 KiB
3.4 KiB
Research Stack Searchable Usage Map
- Entities: 13296
- Edges: 13913
Entity counts
def: 7784theorem: 3175doc: 1235module: 849script: 215mathlib: 15service: 8node: 6database: 4skill: 3goal: 2
Top modules by in-degree
FixedPoint— imported by 97 modulesBind— imported by 18 modulesMathlib.Data.Nat.Basic— imported by 16 modulesMathlib.Data.Real.Basic— imported by 11 modulesPhysicsScalarBridge— imported by 10 modulesExtremeParameterTest— imported by 9 modulesMathlib— imported by 7 modulesMathlib.Tactic— imported by 6 modulesManifoldNetworking— imported by 6 modulesQuaternion— imported by 4 modulesMathlib.Data.Finset.Basic— imported by 4 modulesMathlib.Data.Set.Basic— imported by 4 modulesAtoms— imported by 4 modulesPBACSSignal— imported by 4 modulesMathlib.Data.Fin.Basic— imported by 3 modulesSSMS— imported by 3 modulesMathlib.Data.List.Basic— imported by 3 modulesFAMM— imported by 3 modulesMathlib.Data.Int.Basic— imported by 3 modulesBoundary— imported by 3 modules
Top theorem-producing modules
HamiltonianVerification— theorems=324 defs=7 sorries=0 kind=quantumi— theorems=107 defs=7 sorries=0 kind=algebragreen_57— theorems=69 defs=34 sorries=0 kind=algebrai— theorems=68 defs=1 sorries=0 kind=number_theorySidonSets— theorems=68 defs=17 sorries=0 kind=number_theoryDeltaGCLCompression— theorems=62 defs=37 sorries=0 kind=algebraFixedPoint— theorems=62 defs=99 sorries=0 kind=fixedpointHamiltonianFormal— theorems=61 defs=25 sorries=0 kind=quantumE8Sidon— theorems=60 defs=23 sorries=5 kind=number_theorytenenbaum— theorems=54 defs=8 sorries=0 kind=number_theorybipartite_reconstruction— theorems=52 defs=14 sorries=0 kind=algebraerdos_846— theorems=47 defs=5 sorries=0 kind=number_theoryerdos_152— theorems=45 defs=7 sorries=0 kind=number_theoryQ16InverseProof— theorems=44 defs=10 sorries=0 kind=fixedpointSpherionTwinPrime— theorems=41 defs=28 sorries=0 kind=number_theoryTests— theorems=39 defs=20 sorries=0 kind=algebraSpatialHashCodec— theorems=36 defs=19 sorries=0 kind=rrcDomainDetector— theorems=31 defs=7 sorries=0 kind=rrcgraph_conjecture2— theorems=30 defs=2 sorries=0 kind=algebraii— theorems=28 defs=3 sorries=0 kind=number_theory
Math-kind distribution
fixedpoint: 429algebra: 132avm: 51quantum: 50braid: 36routing: 33geometry: 33rrc: 31number_theory: 31general: 15analysis: 8
Neon-hosted services
- PostgreSQL on neon — arxiv-pg
- Ollama on neon — http://100.92.88.64:11434 DeepSeek-Prover,Goedel-Prover,Qwen,hermes3
- Vikunja on neon — http://100.92.88.64:3456
- Headroom proxy on neon — http://100.92.88.64:8787
Databases on neon
- arxiv — arxiv_papers,arxiv_paper_codes8,citations
- ene — ENE graph schema
- appflowy —
- vikunja —
How to use this graph
- Load
research_stack_usage_graph.jsoninto any search/index tool. - Render the DOT with:
dot -Tsvg research_stack_usage_graph.dot -o graph.svg - Query examples: find modules with
math_kind=braidandsorry_count>0; find scripts that touchdb:arxiv; find docs referenced by a script.