added more links to client libraries, resolves #485
parent
f10f52d17b
commit
003ceedcc6
|
@ -37,14 +37,15 @@ curl --request POST \
|
||||||
{{% /code-tab-content %}}
|
{{% /code-tab-content %}}
|
||||||
{{< /code-tabs-wrapper >}}
|
{{< /code-tabs-wrapper >}}
|
||||||
|
|
||||||
## View Influx v2 API Documentation
|
## View InfluxDB v2 API Documentation
|
||||||
View the
|
|
||||||
<a class="btn" href="/v2.0/api/">InfluxDB v2.0 API documentation</a>
|
<a class="btn" href="/v2.0/api/">InfluxDB v2.0 API documentation</a>
|
||||||
|
|
||||||
### View InfluxDB API documentation locally
|
### View InfluxDB API documentation locally
|
||||||
InfluxDB API documentation is built into the `influxd` service and represents
|
InfluxDB API documentation is built into the `influxd` service and represents
|
||||||
the API specific to the current version of InfluxDB.
|
the API specific to the current version of InfluxDB.
|
||||||
To view the API documentation locally, [start InfluxDB](/v2.0/get-started/#start-influxdb)
|
To view the API documentation locally, [start InfluxDB](/v2.0/get-started/#start-influxdb)
|
||||||
and visit the `/docs` endpoint in a browser.
|
and visit the `/docs` endpoint in a browser ([localhost:9999/docs](http://localhost:9999/docs)).
|
||||||
|
|
||||||
<a class="btn" href="http://localhost:9999/docs" target="\_blank">localhost:9999/docs</a>
|
## InfluxDB client libraries
|
||||||
|
InfluxDB client libraries are language-specific packages that integrate with the InfluxDB v2 API.
|
||||||
|
For information about supported client libraries, see [InfluxDB client libraries](/v2.0/reference/client-libraries/).
|
||||||
|
|
|
@ -11,8 +11,13 @@ v2.0/tags: [best practices, write]
|
||||||
|
|
||||||
Use these tips to optimize performance and system overhead when writing data to InfluxDB.
|
Use these tips to optimize performance and system overhead when writing data to InfluxDB.
|
||||||
|
|
||||||
_[Telegraf](/v2.0/write-data/use-telegraf/), [InfluxDB scrapers](/v2.0/write-data/scrape-data/),
|
{{% note %}}
|
||||||
and many [InfluxDB client libraries](/v2.0/reference/client-libraries/) employ these optimizations by default._
|
The following tools write to InfluxDB and employ write optimizations by default:
|
||||||
|
|
||||||
|
- [Telegraf](/v2.0/write-data/use-telegraf/)
|
||||||
|
- [InfluxDB scrapers](/v2.0/write-data/scrape-data/)
|
||||||
|
- [InfluxDB client libraries](/v2.0/reference/client-libraries/)
|
||||||
|
{{% /note %}}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue