mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2024-11-12 19:26:46 +01:00
487 B
487 B
API
The data warehouse additionally exposes a couple of REST API's (GraphQL planned):
- Dashboard API (
/dashboard
) - Exposes data forcic-dashboard
. Most data is expected to be chart/table API specific and usually not human readable. - Public API (
/public
) - Exposes public (on-chain only/non-sensitive) data. - Internal API (planned)
Each API is domain separated i.e. separate SQL query files and router control.