Skip to main content

TimescaleDB

Time-series database package built on PostgreSQL/TimescaleDB. Provides connection management, hypertable creation with configurable chunk intervals and data migration, batch data insertion via transactions, time-series querying with time_bucket aggregation, raw SQL execution with parameterized queries, compression with automatic policies, continuous aggregate creation with refresh policies, manual aggregate refresh over time windows, and chunk-based data retention (drop chunks). Authenticates via server/port/database/username/password credentials.

NamespaceRobomotion.TimescaleDB
Version1.1.0
CategoryDatabase
Nodes11

Nodes

NodeDescription
ConnectOpens a connection to TimescaleDB and returns a Client ID.
DisconnectCloses a TimescaleDB connection.
Execute QueryExecute Query — see the properties below.
Insert DataInserts a data in TimescaleDB.
Query DataQueries a data in TimescaleDB.
Create HypertableCreates a hypertable in TimescaleDB.
Drop ChunksDrop Chunks — see the properties below.
Enable CompressionEnable Compression — see the properties below.
Create Continuous AggregateCreates a continuous aggregate in TimescaleDB.
Refresh Continuous AggregateRefreshes a continuous aggregate in TimescaleDB.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

10 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Execute Query, Insert Data, Query Data, Create Hypertable, Drop Chunks, Enable Compression, Create Continuous Aggregate, Refresh Continuous Aggregate.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.