Influx Point Formatter

JSON →
library 1.0.0 ·javascript
verified Jun 4, 2026

A simple TypeScript library for formatting data points into the line protocol format used by InfluxDB. Current stable version is 1.0.0, released as a single version without active updates. It provides a PointFormatter class to convert key-value measurements with optional tags and timestamps into InfluxDB-compatible strings. Minimalistic and focused on formatting only, unlike full InfluxDB client libraries.