Technical Notes
App version: 2.4.9
Pandit data version: 2024-12-23
SETI data version: 2025-04-17
Code on GitHub
Updates
Key Aspects:
- Pāṇḍitya is coded in Python using the libraries NetworkX and Flask
- The backend is structured as an ETL pipeline (see utils) and a REST API (Swagger doc)
- A special `view` route takes Pandit IDs in the URL to render the corresponding interactive graph,
allowing other sites to link into Pāṇḍitya
(example)
- Graph visuals are created using the D3 JavaScript library