---
title: Write data to InfluxDB without coding
description: Use existing tools to write data to InfluxDB without writing code.
url: https://docs.influxdata.com/influxdb/v2/write-data/no-code/
estimated_tokens: 556
product: InfluxDB OSS v2
version: v2
---

# Write data to InfluxDB without coding

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

The following options let you write data to InfluxDB without writing any code. Some options require a minimal amount of configuration.

### [Load data source in UI](/influxdb/v2/write-data/no-code/load-data/)

Load data from sources in the InfluxDB user interface (UI). Choose from popular client libraries (such as Python, Ruby, Scala, and more!) or load data with a Telegraf plugin (like MQTT Consumer, MySQL, File, and many more!).

### [Use the Telegraf agent](/influxdb/v2/write-data/no-code/use-telegraf/)

Use Telegraf to collect and write data to InfluxDB. Create Telegraf configurations in the InfluxDB UI or manually configure Telegraf.

### [Scrape data using InfluxDB scrapers](/influxdb/v2/write-data/no-code/scrape-data/)

Scrape data from InfluxDB instances or remote endpoints using InfluxDB scrapers. Create a scraper in the InfluxDB UI to collect metrics from a specified target.

### [Write data with no-code third-party technologies](/influxdb/v2/write-data/no-code/third-party/)

Write data to InfluxDB using third-party technologies that do not require coding.
