New
TopoFlix
The flexible interface: SQL · REST · CLI
- SQL queries across the time series, master data and geo databases
- REST interface for data ingestion from your own systems
- Command-line interface for scripting and automation
- Connect your own applications, Python scripts and BI tools with no proprietary client lock-in
Example: finding time series
SELECT zrid,ort,parameter FROM ser_catalog WHERE Ort="3001005"
+--------------------------------+---------+-------------+
| ZRID | ORT | PARAMETER |
+--------------------------------+---------+-------------+
| ser_tvrb7d6hoyx6yhtorng372jfkq | 3001005 | Abfluss |
| ser_f6stmzqzc6ouwl7n5mlg4v7ffe | 3001005 | Wasserstand |
+--------------------------------+---------+-------------+
Same call via REST – result as JSON, ASCII or HTML table
wget -qO- 'http://host:8090/api_tbl/token/SELECT … FROM ser_catalog …'
More examples in the FAQ →