Working with Time-Series Databases (TSDBs)

On This Page

The platform comes pre-deployed with the Iguazio V3IO TSDB library ("V3IO TSDB") for working with data in time-series databases (TSDBs). This library exposes a high-performance API for creating, updating, querying, and deleting time series databases. You can access the API with:

  • The V3IO TSDB CLI tool (tsdbctl) that is pre-deployed as part of the default platform installation, for seamless integration with the platform.
  • The TSDB APIs included in the pre-deployed platform application services V3IO Frames, which expose a Python API.

V3IO TSDB was developed by Iguazio as an open-source project. The full V3IO TSDB source code is in the public V3IO TSDB GitHub repository.

Note
For restrictions related to the platform's TSDB support, refer to the Software Specifications and Restrictions.

See Also