Skip to content

9. For developer users

carmelocassisi edited this page Oct 3, 2023 · 1 revision

Write code using TSDSystem REST API

Python examples

In the following sections some simple examples written in Python language are shown.

Reading from MySQL database

Link to code for read timeseries data from MySQL database and store them into TSDSystem:

https://github.com/ingv-oe-dev/tsdsystem/blob/master/examples/readFromMysqlAndPostToTSDSystem.py

Clone this wiki locally