TimescaleDB PostgreSQL Wire Interface

The database itself is accessed via the PostgreSQL wire protocol (port 5432), with TimescaleDB SQL functions for hypertable management, compression, continuous aggregates and hyperfunctions. Not a REST API.

API entry from apis.yml

apis.yml Raw ↑
aid: timescaledb:postgres-wire
name: TimescaleDB PostgreSQL Wire Interface
description: The database itself is accessed via the PostgreSQL wire protocol (port 5432), with TimescaleDB
  SQL functions for hypertable management, compression, continuous aggregates and hyperfunctions. Not
  a REST API.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.tigerdata.com/docs/api/latest
baseURL: postgres://<host>:5432/<db>
tags:
- PostgreSQL
- SQL
- Wire Protocol
properties:
- type: Documentation
  url: https://www.tigerdata.com/docs/api/latest
- type: SourceCode
  url: https://github.com/timescale/timescaledb