19 lines
544 B
Markdown
19 lines
544 B
Markdown
---
|
|
title: Write protocols in InfluxDB
|
|
description: Covers the Line Protocol and a tutorial using the Line Protocol to write data to InfluxDB.
|
|
menu:
|
|
influxdb_1_4:
|
|
name: Write protocols
|
|
weight: 80
|
|
---
|
|
|
|
InfluxDB's Line Protocol is a text based format for writing points to InfluxDB.
|
|
|
|
## [Line Protocol](/influxdb/v1.4/write_protocols/line_protocol_tutorial/)
|
|
|
|
Tutorial-style documentation for the Line Protocol.
|
|
|
|
## [Write Syntax](/influxdb/v1.4/write_protocols/line_protocol_reference/)
|
|
|
|
Reference documentation for the Line Protocol.
|