Skip to content

Commit 9dc847b

Browse files
committed
restructured write guides, start on gs query guide
1 parent ba7e39c commit 9dc847b

File tree

23 files changed

+364
-349
lines changed

23 files changed

+364
-349
lines changed

content/influxdb3/core/get-started/setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Set up InfluxDB 3 Core
2+
title: Set up {{% product-name %}}
3+
seotitle: Set up InfluxDB | Get started with {{% product-name %}}
34
description: >
45
....
56
menu:

content/influxdb3/core/get-started/write.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Write data to InfluxDB 3 Core
2+
title: Write data to {{% product-name %}}
3+
seotitle: Write data | Get started with {{% product-name %}}
34
description: >
45
....
56
menu:
@@ -9,9 +10,8 @@ menu:
910
parent: Get started
1011
weight: 102
1112
related:
12-
- /influxdb3/core/install/
13-
- /influxdb3/core/admin/tokens/
14-
- /influxdb3/core/reference/config-options/
13+
- /influxdb3/core/write-data/
14+
- /influxdb3/core/reference/line-protocol/
1515
source: /shared/influxdb3-get-started/write.md
1616
---
1717

content/influxdb3/core/write-data/api-client-libraries.md renamed to content/influxdb3/core/write-data/client-libraries.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Use the HTTP API and client libraries to write data
2+
title: Use InfluxDB client libraries to write data
33
description: >
4-
Use the `/api/v3/write_lp` HTTP API endpoint and InfluxDB API clients to write points as line protocol data to {{% product-name %}}.
4+
Use InfluxDB API clients to write points as line protocol data to {{% product-name %}}.
55
menu:
66
influxdb3_core:
7-
name: Use the API and client libraries
7+
name: Use client libraries
88
parent: Write data
9-
identifier: write-api-client-libs
9+
identifier: write-client-libs
1010
weight: 100
1111
aliases:
12-
- /influxdb3/core/write-data/client-libraries/
12+
- /influxdb3/core/write-data/api-client-libraries/
1313
related:
1414
- /influxdb3/core/reference/syntax/line-protocol/
1515
- /influxdb3/core/get-started/write/
1616
- /influxdb3/core/reference/client-libraries/v3/
1717
- /influxdb3/core/api/v3/#operation/PostWriteLP, /api/v3/write_lp endpoint
18-
source: /shared/influxdb3-write-guides/api-client-libraries.md
18+
source: /shared/influxdb3-write-guides/client-libraries.md
1919
---
2020

2121
<!--
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Use the InfluxDB HTTP API to write data
3+
description: >
4+
Use the `/api/v3/write_lp`, `/api/v2/write`, or `/write` HTTP API endpoints
5+
to write data to {{% product-name %}}.
6+
menu:
7+
influxdb3_core:
8+
name: Use the HTTP API
9+
parent: Write data
10+
identifier: write-http-api
11+
weight: 100
12+
related:
13+
- /influxdb3/core/reference/syntax/line-protocol/
14+
- /influxdb3/core/get-started/write/
15+
- /influxdb3/core/api/v3/#operation/PostWriteLP, /api/v3/write_lp endpoint
16+
source: /shared/influxdb3-write-guides/http-api/_index.md
17+
---
18+
19+
<!--
20+
The content for this page is at
21+
// SOURCE content/shared/influxdb3-write-guides/http-api/_index.md
22+
-->

content/influxdb3/core/write-data/compatibility-apis.md renamed to content/influxdb3/core/write-data/http-api/compatibility-apis.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ description: >
66
menu:
77
influxdb3_core:
88
name: Use v1 and v2 compatibility APIs
9-
parent: Write data
10-
identifier: write-compatibility-client-libs
11-
weight: 101
9+
parent: write-http-api
10+
weight: 202
1211
aliases:
1312
- /influxdb3/core/write-data/client-libraries/
13+
- /influxdb3/core/write-data/compatibility-apis/
1414
related:
1515
- /influxdb3/core/reference/syntax/line-protocol/
1616
- /influxdb3/core/get-started/write/
1717
- /influxdb3/core/reference/client-libraries/v2/
1818
- /influxdb3/core/api/v3/#operation/PostV2Write, /api/v2/write (v2-compatible) endpoint
1919
- /influxdb3/core/api/v3/#operation/PostV1Write, /write (v1-compatible) endpoint
20-
source: /shared/influxdb3-write-guides/compatibility-apis.md
20+
source: /shared/influxdb3-write-guides/http-api/compatibility-apis.md
2121
---
2222

2323
<!--
2424
The content for this page is at
25-
// SOURCE content/shared/influxdb3-write-guides/compatibility-apis.md
25+
// SOURCE content/shared/influxdb3-write-guides/http-api/compatibility-apis.md
2626
-->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Use the v3 write API to write data
3+
description: >
4+
Use the `/api/v3/write_lp` HTTP API endpoint to write data to {{% product-name %}}.
5+
menu:
6+
influxdb3_core:
7+
name: Use the v3 write API
8+
parent: write-http-api
9+
weight: 201
10+
related:
11+
- /influxdb3/core/reference/syntax/line-protocol/
12+
- /influxdb3/core/get-started/write/
13+
- /influxdb3/core/api/v3/#operation/PostWriteLP, /api/v3/write_lp endpoint
14+
source: /shared/influxdb3-write-guides/http-api/v3-write-lp.md
15+
---
16+
17+
<!--
18+
The content for this page is at
19+
// SOURCE content/shared/influxdb3-write-guides/http-api/v3-write-lp.md
20+
-->
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Query data in {{% product-name %}}
3+
seotitle: Query data | Get started with {{% product-name %}}
4+
description: >
5+
....
6+
menu:
7+
influxdb3_enterprise:
8+
name: Query data
9+
identifier: gs-query-data
10+
parent: Get started
11+
weight: 103
12+
related:
13+
- /influxdb3/enterprise/query-data/
14+
- /influxdb3/enterprise/reference/sql/
15+
- /influxdb3/enterprise/reference/influxql/
16+
source: /shared/influxdb3-get-started/query.md
17+
---
18+
19+
<!--
20+
The content of this page is at
21+
// SOURCE content/shared/influxdb3-get-started/query.md
22+
-->

content/influxdb3/enterprise/get-started/setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Set up InfluxDB 3 Enterprise
2+
title: Set up {{% product-name %}}
3+
seotitle: Set up InfluxDB | Get started with {{% product-name %}}
34
description: >
45
....
56
menu:

content/influxdb3/enterprise/get-started/write.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Write data to InfluxDB 3 Enterprise
2+
title: Write data to {{% product-name %}}
3+
seotitle: Write data | Get started with {{% product-name %}}
34
description: >
45
....
56
menu:
@@ -9,9 +10,8 @@ menu:
910
parent: Get started
1011
weight: 102
1112
related:
12-
- /influxdb3/enterprise/install/
13-
- /influxdb3/enterprise/admin/tokens/
14-
- /influxdb3/enterprise/reference/config-options/
13+
- /influxdb3/enterprise/write-data/
14+
- /influxdb3/enterprise/reference/line-protocol/
1515
source: /shared/influxdb3-get-started/write.md
1616
---
1717

Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: Use the HTTP API and client libraries to write data
2+
title: Use InfluxDB client libraries to write data
33
description: >
4-
Use the `/api/v3/write_lp` HTTP API endpoint and InfluxDB API clients to write points as line protocol data to {{% product-name %}}.
4+
Use InfluxDB API clients to write points as line protocol data to {{% product-name %}}.
55
menu:
66
influxdb3_enterprise:
7-
name: Use the API and client libraries
7+
name: Use client libraries
88
parent: Write data
9-
identifier: write-api-client-libs
9+
identifier: write-client-libs
1010
weight: 100
1111
aliases:
12-
- /influxdb3/enterprise/write-data/client-libraries/
12+
- /influxdb3/enterprise/write-data/api-client-libraries/
1313
related:
1414
- /influxdb3/enterprise/reference/syntax/line-protocol/
1515
- /influxdb3/enterprise/get-started/write/
1616
- /influxdb3/enterprise/reference/client-libraries/v3/
1717
- /influxdb3/enterprise/api/v3/#operation/PostWriteLP, /api/v3/write_lp endpoint
18-
source: /shared/influxdb3-write-guides/api-client-libraries.md
18+
source: /shared/influxdb3-write-guides/client-libraries.md
1919
---
2020

2121
<!--
2222
The content for this page is at
2323
// SOURCE content/shared/influxdb3-write-guides/client-libraries.md
24-
-->
24+
-->

0 commit comments

Comments
 (0)