diff --git a/docs/contributor-guide/datanode/data-persistence-indexing.md b/docs/contributor-guide/datanode/data-persistence-indexing.md index adc2ece1e..e830dce90 100644 --- a/docs/contributor-guide/datanode/data-persistence-indexing.md +++ b/docs/contributor-guide/datanode/data-persistence-indexing.md @@ -1,4 +1,5 @@ --- +keywords: [data persistence, indexing, SST file format, Apache Parquet, inverted index, OpenDAL] description: Explanation of data persistence and indexing in GreptimeDB, including SST file format, indexing methods, and the use of OpenDAL. --- diff --git a/docs/contributor-guide/datanode/metric-engine.md b/docs/contributor-guide/datanode/metric-engine.md index f72f9045b..cb4eb619c 100644 --- a/docs/contributor-guide/datanode/metric-engine.md +++ b/docs/contributor-guide/datanode/metric-engine.md @@ -1,4 +1,5 @@ --- +keywords: [Metric engine, small tables, logical table, physical table, storage optimization] description: Overview of the Metric engine in GreptimeDB, its concepts, architecture, and design for handling small tables. --- diff --git a/docs/contributor-guide/datanode/overview.md b/docs/contributor-guide/datanode/overview.md index 17e8567b7..0fae68afe 100644 --- a/docs/contributor-guide/datanode/overview.md +++ b/docs/contributor-guide/datanode/overview.md @@ -1,4 +1,5 @@ --- +keywords: [Datanode, region server, data storage, gRPC service, heartbeat task, region manager] description: Overview of Datanode in GreptimeDB, its responsibilities, components, and interaction with other parts of the system. --- diff --git a/docs/contributor-guide/datanode/python-scripts.md b/docs/contributor-guide/datanode/python-scripts.md index 8845770ba..98909142a 100644 --- a/docs/contributor-guide/datanode/python-scripts.md +++ b/docs/contributor-guide/datanode/python-scripts.md @@ -1,4 +1,5 @@ --- +keywords: [Python scripts, data analysis, CPython backend, RustPython interpreter, RecordBatch] description: Guide on using Python scripts for data analysis in GreptimeDB, including backend options and setup instructions. --- diff --git a/docs/contributor-guide/datanode/query-engine.md b/docs/contributor-guide/datanode/query-engine.md index beca4d4b0..2d1ad8a88 100644 --- a/docs/contributor-guide/datanode/query-engine.md +++ b/docs/contributor-guide/datanode/query-engine.md @@ -1,4 +1,5 @@ --- +keywords: [query engine, Apache DataFusion, logical plan, physical plan, data representation, indexing] description: Overview of GreptimeDB's query engine, its architecture, data representation, indexing, and extensibility. --- diff --git a/docs/contributor-guide/datanode/storage-engine.md b/docs/contributor-guide/datanode/storage-engine.md index 0b969db67..cc33ef94d 100644 --- a/docs/contributor-guide/datanode/storage-engine.md +++ b/docs/contributor-guide/datanode/storage-engine.md @@ -1,4 +1,5 @@ --- +keywords: [storage engine, LSMT, Mito engine, data model, architecture, compaction] description: Overview of the storage engine in GreptimeDB, its architecture, components, and data model. --- diff --git a/docs/contributor-guide/datanode/wal.md b/docs/contributor-guide/datanode/wal.md index 995fa4ae7..7001f93b9 100644 --- a/docs/contributor-guide/datanode/wal.md +++ b/docs/contributor-guide/datanode/wal.md @@ -1,4 +1,5 @@ --- +keywords: [write-ahead logging, WAL, data durability, LSMT, synchronous flush, asynchronous flush] description: Introduction to Write-Ahead Logging (WAL) in GreptimeDB, its purpose, architecture, and operational modes. --- diff --git a/docs/contributor-guide/flownode/arrangement.md b/docs/contributor-guide/flownode/arrangement.md index 5b0ed5f57..aed75af77 100644 --- a/docs/contributor-guide/flownode/arrangement.md +++ b/docs/contributor-guide/flownode/arrangement.md @@ -1,4 +1,5 @@ --- +keywords: [arrangement component, state storage, update streams, key-value pairs, querying and updating] description: Details on the arrangement component in Flownode, which stores state and update streams for querying and updating. --- diff --git a/docs/contributor-guide/flownode/dataflow.md b/docs/contributor-guide/flownode/dataflow.md index 90e14286b..000a65edb 100644 --- a/docs/contributor-guide/flownode/dataflow.md +++ b/docs/contributor-guide/flownode/dataflow.md @@ -1,4 +1,5 @@ --- +keywords: [dataflow module, SQL query transformation, execution plan, DAG, map and reduce operations] description: Explanation of the dataflow module in Flownode, its operations, internal data handling, and future enhancements. --- diff --git a/docs/contributor-guide/flownode/overview.md b/docs/contributor-guide/flownode/overview.md index 040a6b1d2..bdb84ea41 100644 --- a/docs/contributor-guide/flownode/overview.md +++ b/docs/contributor-guide/flownode/overview.md @@ -1,4 +1,5 @@ --- +keywords: [streaming process, flow management, standalone mode, Flownode components, Flownode limitations] description: Overview of Flownode, a component providing streaming process capabilities to the database, including its components and current limitations. --- diff --git a/docs/contributor-guide/frontend/distributed-querying.md b/docs/contributor-guide/frontend/distributed-querying.md index a1d7b4d13..21ee07d7e 100644 --- a/docs/contributor-guide/frontend/distributed-querying.md +++ b/docs/contributor-guide/frontend/distributed-querying.md @@ -1,4 +1,5 @@ --- +keywords: [distributed querying, dist planner, dist plan, logical plan, substrait format] description: Describes the process of distributed querying in GreptimeDB, focusing on the dist planner and dist plan. --- diff --git a/docs/contributor-guide/frontend/overview.md b/docs/contributor-guide/frontend/overview.md index 82b2a3c72..cf4994f37 100644 --- a/docs/contributor-guide/frontend/overview.md +++ b/docs/contributor-guide/frontend/overview.md @@ -1,4 +1,5 @@ --- +keywords: [frontend, tenant management, authorization, flow control, cloud deployment, endpoints] description: Provides an overview of the Frontend component in GreptimeDB, its roles, and typical deployment in the cloud. --- diff --git a/docs/contributor-guide/frontend/table-sharding.md b/docs/contributor-guide/frontend/table-sharding.md index 8b11641ab..f5853366d 100644 --- a/docs/contributor-guide/frontend/table-sharding.md +++ b/docs/contributor-guide/frontend/table-sharding.md @@ -1,4 +1,5 @@ --- +keywords: [table sharding, partition, region, datanode, metasrv, data distribution] description: Explains how table data in GreptimeDB is sharded and distributed, including the concepts of partition and region. --- diff --git a/docs/contributor-guide/getting-started.md b/docs/contributor-guide/getting-started.md index 5fb90a887..8055cc2a7 100644 --- a/docs/contributor-guide/getting-started.md +++ b/docs/contributor-guide/getting-started.md @@ -1,4 +1,5 @@ --- +keywords: [setup, running from source, prerequisites, build dependencies, unit tests] description: Instructions for setting up and running GreptimeDB from source, including prerequisites, build dependencies, and running unit tests. --- diff --git a/docs/contributor-guide/how-to/how-to-trace-greptimedb.md b/docs/contributor-guide/how-to/how-to-trace-greptimedb.md index a87a257b0..75941aa0b 100644 --- a/docs/contributor-guide/how-to/how-to-trace-greptimedb.md +++ b/docs/contributor-guide/how-to/how-to-trace-greptimedb.md @@ -1,4 +1,5 @@ --- +keywords: [tracing, distributed tracing, trace_id, RPC, instrument, span, runtime] description: Describes how to use Rust's tracing framework in GreptimeDB for distributed tracing, including defining tracing context in RPC, passing it, and instrumenting code. --- diff --git a/docs/contributor-guide/how-to/how-to-use-tokio-console.md b/docs/contributor-guide/how-to/how-to-use-tokio-console.md index c22f174b6..9e95dc395 100644 --- a/docs/contributor-guide/how-to/how-to-use-tokio-console.md +++ b/docs/contributor-guide/how-to/how-to-use-tokio-console.md @@ -1,4 +1,5 @@ --- +keywords: [tokio-console, GreptimeDB, tokio_unstable, build, connect, subscriber] description: Guides on using tokio-console in GreptimeDB, including building with specific features and connecting to the tokio console subscriber. --- diff --git a/docs/contributor-guide/how-to/how-to-write-sdk.md b/docs/contributor-guide/how-to/how-to-write-sdk.md index 1bd5f08bf..40d0bc371 100644 --- a/docs/contributor-guide/how-to/how-to-write-sdk.md +++ b/docs/contributor-guide/how-to/how-to-write-sdk.md @@ -1,4 +1,5 @@ --- +keywords: [gRPC SDK, GreptimeDatabase, Handle, HandleRequests, GreptimeRequest, GreptimeResponse] description: Explains how to write a gRPC SDK for GreptimeDB, focusing on the GreptimeDatabase service, its methods, and the structure of requests and responses. --- diff --git a/docs/contributor-guide/metasrv/admin-api.md b/docs/contributor-guide/metasrv/admin-api.md index 51f4026c5..faf97a97f 100644 --- a/docs/contributor-guide/metasrv/admin-api.md +++ b/docs/contributor-guide/metasrv/admin-api.md @@ -1,4 +1,5 @@ --- +keywords: [admin api, health check, leader query, heartbeat, maintenance mode, RESTful API] description: Details the Admin API for Metasrv, including endpoints for health checks, leader queries, heartbeat data, and maintenance mode. --- diff --git a/docs/contributor-guide/metasrv/overview.md b/docs/contributor-guide/metasrv/overview.md index f8a535694..9eb3227af 100644 --- a/docs/contributor-guide/metasrv/overview.md +++ b/docs/contributor-guide/metasrv/overview.md @@ -1,4 +1,5 @@ --- +keywords: [metasrv, metadata, request-router, load balancing, election, high availability, heartbeat] description: Provides an overview of the Metasrv service, its components, interactions with the Frontend, architecture, and key functionalities like distributed consensus and heartbeat management. --- diff --git a/docs/contributor-guide/metasrv/selector.md b/docs/contributor-guide/metasrv/selector.md index 4ced285a6..790ffb849 100644 --- a/docs/contributor-guide/metasrv/selector.md +++ b/docs/contributor-guide/metasrv/selector.md @@ -1,4 +1,5 @@ --- +keywords: [selector, metasrv, datanode, leasebased, loadbased, roundrobin] description: Describes the different types of selectors in the Metasrv service, their characteristics, and how to configure them. --- diff --git a/docs/contributor-guide/overview.md b/docs/contributor-guide/overview.md index fb1ab15a2..0a3eb38f7 100644 --- a/docs/contributor-guide/overview.md +++ b/docs/contributor-guide/overview.md @@ -1,4 +1,5 @@ --- +keywords: [architecture, key components, user requests, data processing, database components] description: Overview of GreptimeDB's architecture, key components, and how they interact to process user requests. --- diff --git a/docs/contributor-guide/tests/integration-test.md b/docs/contributor-guide/tests/integration-test.md index 9dc17b576..5d5f6cb1a 100644 --- a/docs/contributor-guide/tests/integration-test.md +++ b/docs/contributor-guide/tests/integration-test.md @@ -1,4 +1,5 @@ --- +keywords: [integration tests, Rust test harness, multiple components, HTTP testing, gRPC testing] description: Guide on writing and running integration tests in GreptimeDB, covering scenarios involving multiple components. --- diff --git a/docs/contributor-guide/tests/overview.md b/docs/contributor-guide/tests/overview.md index d1ac1cc2e..9e1cbb9f9 100644 --- a/docs/contributor-guide/tests/overview.md +++ b/docs/contributor-guide/tests/overview.md @@ -1,4 +1,5 @@ --- +keywords: [testing methods, behavior testing, performance testing, test overview, GreptimeDB tests] description: Overview of the testing methods used in GreptimeDB to ensure its behavior and performance. --- diff --git a/docs/contributor-guide/tests/sqlness-test.md b/docs/contributor-guide/tests/sqlness-test.md index 11757d286..5c1136329 100644 --- a/docs/contributor-guide/tests/sqlness-test.md +++ b/docs/contributor-guide/tests/sqlness-test.md @@ -1,4 +1,5 @@ --- +keywords: [SQL tests, sqlness, test suite, test cases, test output] description: Instructions for running SQL tests in GreptimeDB using the `sqlness` test suite, including file types, case organization, and running tests. --- diff --git a/docs/contributor-guide/tests/unit-test.md b/docs/contributor-guide/tests/unit-test.md index 1b9b3fb7c..82e30bf5f 100644 --- a/docs/contributor-guide/tests/unit-test.md +++ b/docs/contributor-guide/tests/unit-test.md @@ -1,4 +1,5 @@ --- +keywords: [unit tests, Rust, cargo nextest, test runner, coverage] description: Guide on writing and running unit tests in GreptimeDB using Rust's `#[test]` attribute and `cargo nextest`. --- diff --git a/docs/enterprise/administration/disaster-recovery/dr-solution-based-on-active-active-failover.md b/docs/enterprise/administration/disaster-recovery/dr-solution-based-on-active-active-failover.md index 542914a2e..a8f57feda 100644 --- a/docs/enterprise/administration/disaster-recovery/dr-solution-based-on-active-active-failover.md +++ b/docs/enterprise/administration/disaster-recovery/dr-solution-based-on-active-active-failover.md @@ -1,4 +1,5 @@ --- +keywords: [disaster recovery, active-active failover, RPO, RTO, read/write modes, configuration] description: Detailed explanation of the active-active failover disaster recovery solution in GreptimeDB Enterprise, including read/write modes, RPO, and RTO configurations. --- diff --git a/docs/enterprise/administration/disaster-recovery/overview.md b/docs/enterprise/administration/disaster-recovery/overview.md index 2a4f40b80..39f773590 100644 --- a/docs/enterprise/administration/disaster-recovery/overview.md +++ b/docs/enterprise/administration/disaster-recovery/overview.md @@ -1,4 +1,5 @@ --- +keywords: [disaster recovery, high availability, data protection, active-active failover, architecture] description: Overview of disaster recovery solutions in GreptimeDB Enterprise, focusing on the active-active failover architecture for high availability and data protection. --- diff --git a/docs/enterprise/autopilot/region-balancer.md b/docs/enterprise/autopilot/region-balancer.md index 94db34d1c..bd8407ece 100644 --- a/docs/enterprise/autopilot/region-balancer.md +++ b/docs/enterprise/autopilot/region-balancer.md @@ -1,4 +1,5 @@ --- +keywords: [region balancer, load balancing, configuration, datanodes, migration] description: Configuration guide for the region balancer plugin in GreptimeDB Enterprise, which balances write loads across datanodes to prevent frequent region migrations. --- diff --git a/docs/enterprise/deployments/audit-logging.md b/docs/enterprise/deployments/audit-logging.md index 84dcd415d..b3084c159 100644 --- a/docs/enterprise/deployments/audit-logging.md +++ b/docs/enterprise/deployments/audit-logging.md @@ -1,4 +1,5 @@ --- +keywords: [audit logging, configuration, monitoring, compliance, user activity] description: Guide to configuring audit logging in GreptimeDB Enterprise, including examples and configuration options to monitor and record database activities. --- diff --git a/docs/enterprise/deployments/authentication.md b/docs/enterprise/deployments/authentication.md index 3574551b5..3dbf2b094 100644 --- a/docs/enterprise/deployments/authentication.md +++ b/docs/enterprise/deployments/authentication.md @@ -1,4 +1,5 @@ --- +keywords: [LDAP, authentication, configuration, simple bind, search bind, user provider] description: Configuration guide for LDAP authentication in GreptimeDB Enterprise, detailing both simple bind and search bind modes. --- diff --git a/docs/enterprise/overview.md b/docs/enterprise/overview.md index 2537fd5a0..19534c288 100644 --- a/docs/enterprise/overview.md +++ b/docs/enterprise/overview.md @@ -1,4 +1,5 @@ --- +keywords: [enterprise, features, solutions, cloud, edge, IoT, observability, LDAP, audit logging] description: Overview of GreptimeDB Enterprise, detailing its advanced features, solutions, and enhancements over the open-source version to optimize data efficiency and reduce costs. --- diff --git a/docs/enterprise/release-notes/release-24_11.md b/docs/enterprise/release-notes/release-24_11.md index 4e2ac7630..0b2c6a79c 100644 --- a/docs/enterprise/release-notes/release-24_11.md +++ b/docs/enterprise/release-notes/release-24_11.md @@ -1,4 +1,5 @@ --- +keywords: [release notes, region rebalancing, management console, LDAP, audit logs, new features] description: Release notes for GreptimeDB Enterprise version 24.11, highlighting new features like region rebalancing, management console, LDAP user provider, and audit logs. --- diff --git a/docs/faq-and-others/faq.md b/docs/faq-and-others/faq.md index 7069c72ab..589389a2f 100644 --- a/docs/faq-and-others/faq.md +++ b/docs/faq-and-others/faq.md @@ -1,4 +1,5 @@ --- +keywords: [performance, compatibility, features, use cases, drivers, Prometheus, Grafana, retention policy, schemaless, S3, integration, metrics, WAL, SQL, DataFusion] description: Frequently Asked Questions about GreptimeDB, covering use cases, performance, compatibility, features, and more. --- diff --git a/docs/faq-and-others/overview.md b/docs/faq-and-others/overview.md index 33a027477..4737b804e 100644 --- a/docs/faq-and-others/overview.md +++ b/docs/faq-and-others/overview.md @@ -1,3 +1,8 @@ +--- +keywords: [FAQ, questions] +description: In this section, we present the most frequently asked questions and some additional information. +--- + # Overview In this section, we present the [most frequently asked questions](./faq.md) and some additional information. diff --git a/docs/getting-started/installation/greptimedb-cluster.md b/docs/getting-started/installation/greptimedb-cluster.md index dba5b8a43..3bdaec515 100644 --- a/docs/getting-started/installation/greptimedb-cluster.md +++ b/docs/getting-started/installation/greptimedb-cluster.md @@ -1,4 +1,5 @@ --- +keywords: [cluster mode, Kubernetes, Docker Compose, deployment] description: Instructions to deploy GreptimeDB in cluster mode using Kubernetes or Docker Compose, including steps for setup and cleanup. --- diff --git a/docs/getting-started/installation/greptimedb-dashboard.md b/docs/getting-started/installation/greptimedb-dashboard.md index b95d22a5a..f1a1ab7a4 100644 --- a/docs/getting-started/installation/greptimedb-dashboard.md +++ b/docs/getting-started/installation/greptimedb-dashboard.md @@ -1,4 +1,5 @@ --- +keywords: [dashboard, data visualization, SQL queries, PromQL queries, time series data] description: Information on accessing and using the GreptimeDB Dashboard for visualizing time series data. --- diff --git a/docs/getting-started/installation/greptimedb-standalone.md b/docs/getting-started/installation/greptimedb-standalone.md index 1981fd5b9..ee43f0334 100644 --- a/docs/getting-started/installation/greptimedb-standalone.md +++ b/docs/getting-started/installation/greptimedb-standalone.md @@ -1,4 +1,5 @@ --- +keywords: [standalone mode, binary installation, Docker, configuration] description: Guide to install and run GreptimeDB in standalone mode using binary or Docker, including binding address configuration. --- diff --git a/docs/getting-started/installation/overview.md b/docs/getting-started/installation/overview.md index 3909469b0..f7e7d5d21 100644 --- a/docs/getting-started/installation/overview.md +++ b/docs/getting-started/installation/overview.md @@ -1,4 +1,5 @@ --- +keywords: [installation, health check, quick start, GreptimeDB standalone, GreptimeDB cluster] description: Instructions to install GreptimeDB, check its health status, and proceed to the quick start guide. --- diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md index e5c0dd923..a09954de4 100644 --- a/docs/getting-started/quick-start.md +++ b/docs/getting-started/quick-start.md @@ -1,4 +1,5 @@ --- +keywords: [quick start, SQL, create tables, insert data, query data, GreptimeDB dashboard] description: A guide to quickly start with GreptimeDB, including connecting to the database, creating tables, inserting data, querying data, and using the GreptimeDB dashboard. --- diff --git a/docs/greptimecloud/getting-started/go.md b/docs/greptimecloud/getting-started/go.md index 79bc7ce63..287207ca7 100644 --- a/docs/greptimecloud/getting-started/go.md +++ b/docs/greptimecloud/getting-started/go.md @@ -1,4 +1,5 @@ --- +keywords: [Go SDK, system metrics, data visualization, OpenTelemetry] description: Instructions on creating a service, writing data using Go, and visualizing data in GreptimeDB. --- diff --git a/docs/greptimecloud/getting-started/influxdb.md b/docs/greptimecloud/getting-started/influxdb.md index b048a4d92..d2764cb1b 100644 --- a/docs/greptimecloud/getting-started/influxdb.md +++ b/docs/greptimecloud/getting-started/influxdb.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB, line protocol, system metrics, data visualization] description: Instructions on creating a service, writing data using InfluxDB Line Protocol, and visualizing data in GreptimeDB. --- diff --git a/docs/greptimecloud/getting-started/java.md b/docs/greptimecloud/getting-started/java.md index f07157c1d..40b63a7b9 100644 --- a/docs/greptimecloud/getting-started/java.md +++ b/docs/greptimecloud/getting-started/java.md @@ -1,4 +1,5 @@ --- +keywords: [Java, JVM metrics, data visualization, GreptimeDB service, OpenTelemetry] description: Instructions on creating a service, writing data using Java, and visualizing data in GreptimeDB. --- diff --git a/docs/greptimecloud/getting-started/mysql.md b/docs/greptimecloud/getting-started/mysql.md index 529a8d3a4..01ad27fa5 100644 --- a/docs/greptimecloud/getting-started/mysql.md +++ b/docs/greptimecloud/getting-started/mysql.md @@ -1,4 +1,5 @@ --- +keywords: [MySQL, system metrics, data visualization, GreptimeDB service, MySQL CLI] description: Instructions on creating a service, writing data using MySQL, and visualizing data in GreptimeDB. --- diff --git a/docs/greptimecloud/getting-started/node.md b/docs/greptimecloud/getting-started/node.md index 2fafbf607..89593ea92 100644 --- a/docs/greptimecloud/getting-started/node.md +++ b/docs/greptimecloud/getting-started/node.md @@ -1,4 +1,5 @@ --- +keywords: [Node.js, data ingestion, system metrics, OpenTelemetry, GreptimeCloud] description: Instructions on creating a service, writing data using Node.js, and visualizing data in GreptimeDB. --- diff --git a/docs/greptimecloud/getting-started/prometheus.md b/docs/greptimecloud/getting-started/prometheus.md index f0d2b247a..986ead943 100644 --- a/docs/greptimecloud/getting-started/prometheus.md +++ b/docs/greptimecloud/getting-started/prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus, data ingestion, remote write, Docker, GreptimeCloud] description: Instructions on creating a service, writing data using Prometheus, and visualizing data in GreptimeDB. --- diff --git a/docs/greptimecloud/getting-started/python.md b/docs/greptimecloud/getting-started/python.md index b5eec5f78..b231320ff 100644 --- a/docs/greptimecloud/getting-started/python.md +++ b/docs/greptimecloud/getting-started/python.md @@ -1,4 +1,5 @@ --- +keywords: [Python, data ingestion, system metrics, OpenTelemetry, GreptimeCloud] description: Instructions on creating a service, writing data using Python, and visualizing data in GreptimeDB. --- diff --git a/docs/greptimecloud/getting-started/vector.md b/docs/greptimecloud/getting-started/vector.md index 038f67fbd..55b40099d 100644 --- a/docs/greptimecloud/getting-started/vector.md +++ b/docs/greptimecloud/getting-started/vector.md @@ -1,4 +1,5 @@ --- +keywords: [Vector, data ingestion, host metrics, configuration, GreptimeCloud] description: Instructions on creating a service, writing data using Vector, and visualizing data in GreptimeDB. --- diff --git a/docs/greptimecloud/integrations/alloy.md b/docs/greptimecloud/integrations/alloy.md index ddd8c0fa4..3f107f168 100644 --- a/docs/greptimecloud/integrations/alloy.md +++ b/docs/greptimecloud/integrations/alloy.md @@ -1,4 +1,5 @@ --- +keywords: [Grafana Alloy, Prometheus Remote Write, OpenTelemetry, data pipeline] description: Instructions on integrating GreptimeCloud with Grafana Alloy for Prometheus Remote Write and OpenTelemetry. --- diff --git a/docs/greptimecloud/integrations/dbeaver.md b/docs/greptimecloud/integrations/dbeaver.md index dd63d000f..936fd5438 100644 --- a/docs/greptimecloud/integrations/dbeaver.md +++ b/docs/greptimecloud/integrations/dbeaver.md @@ -1,4 +1,5 @@ --- +keywords: [DBeaver, MySQL, database connection, database tool, GreptimeCloud] description: Guide on using DBeaver to connect to GreptimeCloud via MySQL database drivers. --- diff --git a/docs/greptimecloud/integrations/emqx.md b/docs/greptimecloud/integrations/emqx.md index 2a2d6f3a9..7956440b5 100644 --- a/docs/greptimecloud/integrations/emqx.md +++ b/docs/greptimecloud/integrations/emqx.md @@ -1,4 +1,5 @@ --- +keywords: [EMQX, MQTT, IoT, data ingestion, GreptimeCloud] description: Instructions on configuring GreptimeCloud as a data sink in EMQX Platform for IoT data ingestion. --- diff --git a/docs/greptimecloud/integrations/grafana.md b/docs/greptimecloud/integrations/grafana.md index 1ce9d70ec..de97a679b 100644 --- a/docs/greptimecloud/integrations/grafana.md +++ b/docs/greptimecloud/integrations/grafana.md @@ -1,4 +1,5 @@ --- +keywords: [Grafana, data source, Prometheus, MySQL, GreptimeCloud] description: Guide on configuring GreptimeCloud as a data source in Grafana using GreptimeDB, Prometheus, or MySQL data sources. --- diff --git a/docs/greptimecloud/integrations/influxdb.md b/docs/greptimecloud/integrations/influxdb.md index 1141d04c0..2afe88fce 100644 --- a/docs/greptimecloud/integrations/influxdb.md +++ b/docs/greptimecloud/integrations/influxdb.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB, Telegraf, line protocol, data ingestion, API] description: Instructions on using InfluxDB line protocol and Telegraf to ingest data into GreptimeCloud. --- diff --git a/docs/greptimecloud/integrations/kafka.md b/docs/greptimecloud/integrations/kafka.md index 174e68e50..ae3f7016e 100644 --- a/docs/greptimecloud/integrations/kafka.md +++ b/docs/greptimecloud/integrations/kafka.md @@ -1,4 +1,5 @@ --- +keywords: [Kafka, Vector, logs, metrics, data ingestion] description: Guide on using Kafka with Vector to ingest logs and metrics data into GreptimeCloud. --- diff --git a/docs/greptimecloud/integrations/metabase.md b/docs/greptimecloud/integrations/metabase.md index cb0fd3b7f..5948078ee 100644 --- a/docs/greptimecloud/integrations/metabase.md +++ b/docs/greptimecloud/integrations/metabase.md @@ -1,4 +1,5 @@ --- +keywords: [Metabase, data source, community driver, configuration, BI tool] description: Instructions on configuring GreptimeCloud as a data source in Metabase using a community driver plugin. --- diff --git a/docs/greptimecloud/integrations/mindsdb.md b/docs/greptimecloud/integrations/mindsdb.md index ed73adbcc..9be9d9771 100644 --- a/docs/greptimecloud/integrations/mindsdb.md +++ b/docs/greptimecloud/integrations/mindsdb.md @@ -1,4 +1,5 @@ --- +keywords: [MindsDB, machine learning, data source, configuration, SQL] description: Guide on configuring GreptimeCloud as a data source in MindsDB for machine learning capabilities. --- diff --git a/docs/greptimecloud/integrations/mysql.md b/docs/greptimecloud/integrations/mysql.md index 16347eabb..31a7a93f4 100644 --- a/docs/greptimecloud/integrations/mysql.md +++ b/docs/greptimecloud/integrations/mysql.md @@ -1,4 +1,5 @@ --- +keywords: [MySQL, connection details, MySQL CLI, MariaDB CLI, JDBC URL] description: Instructions for connecting to GreptimeCloud using MySQL protocol, including connection details, MySQL CLI, MariaDB CLI, and JDBC URL. --- diff --git a/docs/greptimecloud/integrations/otlp.md b/docs/greptimecloud/integrations/otlp.md index 620c4f354..10f118518 100644 --- a/docs/greptimecloud/integrations/otlp.md +++ b/docs/greptimecloud/integrations/otlp.md @@ -1,4 +1,5 @@ --- +keywords: [OpenTelemetry, observability backend, OTLP, API configuration, SDK setup] description: Guide for using GreptimeDB as an observability backend with OpenTelemetry, including API/SDK configuration and OpenTelemetry Collector setup. --- diff --git a/docs/greptimecloud/integrations/postgresql.md b/docs/greptimecloud/integrations/postgresql.md index c9549e5e3..f6d98ab1e 100644 --- a/docs/greptimecloud/integrations/postgresql.md +++ b/docs/greptimecloud/integrations/postgresql.md @@ -1,4 +1,5 @@ --- +keywords: [PostgreSQL, connection details, psql CLI, JDBC URL, wire protocol] description: Instructions for connecting to GreptimeCloud using PostgreSQL protocol, including connection details, psql CLI, connection strings, and JDBC URL. --- diff --git a/docs/greptimecloud/integrations/prometheus.md b/docs/greptimecloud/integrations/prometheus.md index e4708d1f5..ef26e233c 100644 --- a/docs/greptimecloud/integrations/prometheus.md +++ b/docs/greptimecloud/integrations/prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus, remote write, HTTP API, PromQL, integration] description: Guide for integrating Prometheus with GreptimeCloud, including remote write configuration, HTTP API access, and using PromQL. --- diff --git a/docs/greptimecloud/integrations/sdk-libraries/go.md b/docs/greptimecloud/integrations/sdk-libraries/go.md index 7eed8f322..8c1b33dd1 100644 --- a/docs/greptimecloud/integrations/sdk-libraries/go.md +++ b/docs/greptimecloud/integrations/sdk-libraries/go.md @@ -1,4 +1,5 @@ --- +keywords: [Go SDK, gRPC, database connection, authentication, GreptimeCloud] description: Instructions on how to use the GreptimeDB Go SDK to connect to GreptimeCloud using gRPC. --- diff --git a/docs/greptimecloud/integrations/sdk-libraries/java.md b/docs/greptimecloud/integrations/sdk-libraries/java.md index dc7dbb03b..83ab10789 100644 --- a/docs/greptimecloud/integrations/sdk-libraries/java.md +++ b/docs/greptimecloud/integrations/sdk-libraries/java.md @@ -1,4 +1,5 @@ --- +keywords: [Java SDK, gRPC, database connection, authentication] description: Instructions on how to use the GreptimeDB Java SDK to connect to GreptimeCloud using gRPC. --- diff --git a/docs/greptimecloud/integrations/streamlit.md b/docs/greptimecloud/integrations/streamlit.md index 5b71031b0..c3752c9d1 100644 --- a/docs/greptimecloud/integrations/streamlit.md +++ b/docs/greptimecloud/integrations/streamlit.md @@ -1,4 +1,5 @@ --- +keywords: [Streamlit, data apps, SQL connection, MySQL protocol, Python] description: Instructions for using GreptimeCloud with Streamlit to build data apps, including creating a SQL connection and running SQL queries. --- diff --git a/docs/greptimecloud/integrations/superset.md b/docs/greptimecloud/integrations/superset.md index 8600dbc46..58fdcf069 100644 --- a/docs/greptimecloud/integrations/superset.md +++ b/docs/greptimecloud/integrations/superset.md @@ -1,4 +1,5 @@ --- +keywords: [Superset, BI tool, data source, SQLAlchemy, connection information] description: Guide for configuring GreptimeCloud as a data source in Superset, including connection information and SQLAlchemy URL format. --- diff --git a/docs/greptimecloud/integrations/vector.md b/docs/greptimecloud/integrations/vector.md index 0d4809754..5ded3eafe 100644 --- a/docs/greptimecloud/integrations/vector.md +++ b/docs/greptimecloud/integrations/vector.md @@ -1,4 +1,5 @@ --- +keywords: [Vector, GreptimeCloud, metrics ingestion, logs ingestion, data pipeline] description: Guide for using Vector with GreptimeCloud, including configuration for metrics and logs ingestion, and running Vector with a sample configuration. --- diff --git a/docs/greptimecloud/migrate-to-greptimecloud/migrate-from-influxdb.md b/docs/greptimecloud/migrate-to-greptimecloud/migrate-from-influxdb.md index dfb36946c..203d5f882 100644 --- a/docs/greptimecloud/migrate-to-greptimecloud/migrate-from-influxdb.md +++ b/docs/greptimecloud/migrate-to-greptimecloud/migrate-from-influxdb.md @@ -1,4 +1,5 @@ --- +keywords: [migration, InfluxDB, GreptimeCloud, HTTP API, Telegraf, client libraries, data visualization] description: Instructions for migrating from InfluxDB to GreptimeCloud, including database connection, writing data using HTTP API, Telegraf, client libraries, and data visualization. --- diff --git a/docs/greptimecloud/migrate-to-greptimecloud/migrate-from-prometheus.md b/docs/greptimecloud/migrate-to-greptimecloud/migrate-from-prometheus.md index bdfeef391..3ff282208 100644 --- a/docs/greptimecloud/migrate-to-greptimecloud/migrate-from-prometheus.md +++ b/docs/greptimecloud/migrate-to-greptimecloud/migrate-from-prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [migration, Prometheus, GreptimeCloud, remote write, PromQL, Grafana] description: Instructions for migrating from Prometheus to GreptimeCloud, including configuring remote write, querying with PromQL, and integrating with Grafana. --- diff --git a/docs/greptimecloud/overview.md b/docs/greptimecloud/overview.md index 81f5ec967..413ff7578 100644 --- a/docs/greptimecloud/overview.md +++ b/docs/greptimecloud/overview.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeCloud, serverless service, time-series data management, Prometheus backend, scalable solution] description: Provides an overview of GreptimeCloud, a fully-managed serverless GreptimeDB service for scalable and efficient time-series data management. --- diff --git a/docs/greptimecloud/tutorials/monitor-host-metrics/go.md b/docs/greptimecloud/tutorials/monitor-host-metrics/go.md index 8c3ac32c0..2bef2f406 100644 --- a/docs/greptimecloud/tutorials/monitor-host-metrics/go.md +++ b/docs/greptimecloud/tutorials/monitor-host-metrics/go.md @@ -1,4 +1,5 @@ --- +keywords: [monitoring, host metrics, Go, GreptimeCloud, data visualization] description: Guide on monitoring host metrics using Go, including creating a service, writing data, and visualizing data. --- diff --git a/docs/greptimecloud/tutorials/monitor-host-metrics/influxdb.md b/docs/greptimecloud/tutorials/monitor-host-metrics/influxdb.md index b155989a4..c154e67f9 100644 --- a/docs/greptimecloud/tutorials/monitor-host-metrics/influxdb.md +++ b/docs/greptimecloud/tutorials/monitor-host-metrics/influxdb.md @@ -1,4 +1,5 @@ --- +keywords: [monitoring, host metrics, InfluxDB, GreptimeCloud, data visualization] description: Guide on monitoring host metrics using InfluxDB Line Protocol, including creating a service, writing data, and visualizing data. --- diff --git a/docs/greptimecloud/tutorials/monitor-host-metrics/java.md b/docs/greptimecloud/tutorials/monitor-host-metrics/java.md index dd90a6624..4b779e9e1 100644 --- a/docs/greptimecloud/tutorials/monitor-host-metrics/java.md +++ b/docs/greptimecloud/tutorials/monitor-host-metrics/java.md @@ -1,4 +1,5 @@ --- +keywords: [monitoring, host metrics, Java, GreptimeCloud, data visualization] description: Guide on monitoring host metrics using Java, including creating a service, writing data, and visualizing data. --- diff --git a/docs/greptimecloud/tutorials/monitor-host-metrics/mysql.md b/docs/greptimecloud/tutorials/monitor-host-metrics/mysql.md index 7527810e8..cc1bebb29 100644 --- a/docs/greptimecloud/tutorials/monitor-host-metrics/mysql.md +++ b/docs/greptimecloud/tutorials/monitor-host-metrics/mysql.md @@ -1,4 +1,5 @@ --- +keywords: [monitoring, host metrics, MySQL, GreptimeCloud, data visualization] description: Guide on monitoring host metrics using MySQL, including creating a service, writing data, and visualizing data. --- diff --git a/docs/greptimecloud/tutorials/monitor-host-metrics/node-js.md b/docs/greptimecloud/tutorials/monitor-host-metrics/node-js.md index 3514ee5ad..c72b84ab8 100644 --- a/docs/greptimecloud/tutorials/monitor-host-metrics/node-js.md +++ b/docs/greptimecloud/tutorials/monitor-host-metrics/node-js.md @@ -1,4 +1,5 @@ --- +keywords: [monitoring, host metrics, Node.js, GreptimeCloud, data visualization] description: Guide on monitoring host metrics using Node.js, including creating a service, writing data, and visualizing data. --- diff --git a/docs/greptimecloud/tutorials/monitor-host-metrics/prometheus.md b/docs/greptimecloud/tutorials/monitor-host-metrics/prometheus.md index 7029f14ba..7efcbcb35 100644 --- a/docs/greptimecloud/tutorials/monitor-host-metrics/prometheus.md +++ b/docs/greptimecloud/tutorials/monitor-host-metrics/prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [monitoring, host metrics, Prometheus, GreptimeCloud, data visualization] description: Guide on monitoring host metrics using Prometheus, including creating a service, writing data, and visualizing data. --- diff --git a/docs/greptimecloud/tutorials/monitor-host-metrics/python.md b/docs/greptimecloud/tutorials/monitor-host-metrics/python.md index fc4f5c341..cff458b67 100644 --- a/docs/greptimecloud/tutorials/monitor-host-metrics/python.md +++ b/docs/greptimecloud/tutorials/monitor-host-metrics/python.md @@ -1,3 +1,8 @@ +--- +keywords: [monitoring, host metrics, Python, GreptimeCloud, data visualization] +description: Learn how to monitor host metrics using Python with GreptimeCloud, including creating a service, writing data, and visualizing the data. +--- + # Python import Includeoverview from '../../../db-cloud-shared/tutorials/monitor-host-metrics/overview.md' diff --git a/docs/greptimecloud/usage-&-billing/billing.md b/docs/greptimecloud/usage-&-billing/billing.md index c0c0a4742..2592aefcf 100644 --- a/docs/greptimecloud/usage-&-billing/billing.md +++ b/docs/greptimecloud/usage-&-billing/billing.md @@ -1,4 +1,5 @@ --- +keywords: [billing process, invoice generation, usage tracking, cost calculation, GreptimeCloud] description: Explains the billing process, invoice generation, usage tracking, and cost calculation for different plans in GreptimeCloud. --- diff --git a/docs/greptimecloud/usage-&-billing/dedicated.md b/docs/greptimecloud/usage-&-billing/dedicated.md index 7e0a6a99b..2c4f00e81 100644 --- a/docs/greptimecloud/usage-&-billing/dedicated.md +++ b/docs/greptimecloud/usage-&-billing/dedicated.md @@ -1,4 +1,5 @@ --- +keywords: [dedicated plan, dedicated CPUs, resource isolation, cost calculation, GreptimeCloud] description: Details the Dedicated Plan, including dedicated CPUs, storage, resource isolation, and cost calculation for GreptimeCloud. --- diff --git a/docs/greptimecloud/usage-&-billing/hobby.md b/docs/greptimecloud/usage-&-billing/hobby.md index 368c44f1c..273ef7a9e 100644 --- a/docs/greptimecloud/usage-&-billing/hobby.md +++ b/docs/greptimecloud/usage-&-billing/hobby.md @@ -1,4 +1,5 @@ --- +keywords: [hobby plan, free tier, limitations, data retention, GreptimeCloud] description: Describes the free tier Hobby Plan, its limitations, and the data retention policy for GreptimeCloud users. --- diff --git a/docs/greptimecloud/usage-&-billing/overview.md b/docs/greptimecloud/usage-&-billing/overview.md index 4cab359d3..e1c7c6682 100644 --- a/docs/greptimecloud/usage-&-billing/overview.md +++ b/docs/greptimecloud/usage-&-billing/overview.md @@ -1,4 +1,5 @@ --- +keywords: [usage and billing, Greptime Cloud, capacity units, service plans, billing guides] description: Provides an overview of the usage and billing documents for Greptime Cloud, including links to detailed guides on various plans and capacity units. --- diff --git a/docs/greptimecloud/usage-&-billing/request-capacity-unit.md b/docs/greptimecloud/usage-&-billing/request-capacity-unit.md index a88656ec5..138cadb7c 100644 --- a/docs/greptimecloud/usage-&-billing/request-capacity-unit.md +++ b/docs/greptimecloud/usage-&-billing/request-capacity-unit.md @@ -1,4 +1,5 @@ --- +keywords: [request capacity units, WCU, RCU, CU usage, optimization tips] description: Introduces the calculation algorithms for request capacity units (WCU and RCU) and provides tips for optimizing CU usage. --- diff --git a/docs/greptimecloud/usage-&-billing/serverless.md b/docs/greptimecloud/usage-&-billing/serverless.md index 2bdd1f046..b9fd17a2d 100644 --- a/docs/greptimecloud/usage-&-billing/serverless.md +++ b/docs/greptimecloud/usage-&-billing/serverless.md @@ -1,4 +1,5 @@ --- +keywords: [serverless plan, request capacities, cost calculation, billing information, data storage] description: Details the Serverless Plan, including request capacities, support, cost calculation, and billing information. --- diff --git a/docs/index.md b/docs/index.md index e156564eb..c19cbe1a3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,5 @@ --- +keywords: [time series database, metrics, logs, events, real-time insights, cloud-native, SQL, PromQL] description: Introduction to GreptimeDB, an open-source unified time-series database for metrics, logs, and events, with links to getting started, user guide, contributor guide, and more. --- # Introduction diff --git a/docs/reference/about-greptimedb-version.md b/docs/reference/about-greptimedb-version.md index 4ce55f8d3..ab087a55f 100644 --- a/docs/reference/about-greptimedb-version.md +++ b/docs/reference/about-greptimedb-version.md @@ -1,4 +1,5 @@ --- +keywords: [version numbering, Semantic Versioning, major release, minor release, revision number] description: Explanation of GreptimeDB's version numbering scheme, including the significance of major, minor, and revision numbers. --- diff --git a/docs/reference/command-lines.md b/docs/reference/command-lines.md index f9f1ba173..c60d4d639 100644 --- a/docs/reference/command-lines.md +++ b/docs/reference/command-lines.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB CLI, command-line interface, installation, starting services, upgrading versions] description: Overview of the GreptimeDB command-line interface, including installation, available commands, options, and examples for starting services and upgrading versions. --- diff --git a/docs/reference/gtctl.md b/docs/reference/gtctl.md index 1ec8be178..1b6910287 100644 --- a/docs/reference/gtctl.md +++ b/docs/reference/gtctl.md @@ -1,4 +1,5 @@ --- +keywords: [gtctl, command-line tool, cluster management, installation, Kubernetes, bare-metal, deployment, autocompletion] description: Instructions for installing and using gtctl, a command-line tool for managing GreptimeDB clusters, including installation methods, autocompletion setup, and deployment modes. --- diff --git a/docs/reference/http-endpoints.md b/docs/reference/http-endpoints.md index e915633f3..2112412f8 100644 --- a/docs/reference/http-endpoints.md +++ b/docs/reference/http-endpoints.md @@ -1,3 +1,8 @@ +--- +keywords: [HTTP API, endpoints, health check, status, metrics, configuration, query APIs, PromQL, InfluxDB, OpenTelemetry] +description: Provides a full list of HTTP paths and their usage in GreptimeDB, including admin APIs, query endpoints, and protocol endpoints. +--- + # HTTP API Endpoint List Here is the full list for the various HTTP paths and their usage in GreptimeDB: diff --git a/docs/reference/sql-tools.md b/docs/reference/sql-tools.md index 634d11196..c66a8fa64 100644 --- a/docs/reference/sql-tools.md +++ b/docs/reference/sql-tools.md @@ -1,4 +1,5 @@ --- +keywords: [SQL tools, JDBC, GORM, database connection, Java, Go, SQL queries, installation] description: Guide on using SQL tools with GreptimeDB, including recommended libraries, installation, connection setup, and usage examples for Java and Go. --- diff --git a/docs/reference/sql/admin.md b/docs/reference/sql/admin.md index 345babc4d..d882fc103 100644 --- a/docs/reference/sql/admin.md +++ b/docs/reference/sql/admin.md @@ -1,4 +1,5 @@ --- +keywords: [ADMIN statement, SQL, administration functions, flush table, compact table, migrate region] description: Describes the `ADMIN` statement used to run administration functions, including examples for flushing tables, scheduling compactions, migrating regions, and querying procedure states. --- diff --git a/docs/reference/sql/alter.md b/docs/reference/sql/alter.md index 81802c647..6594c48af 100644 --- a/docs/reference/sql/alter.md +++ b/docs/reference/sql/alter.md @@ -1,4 +1,5 @@ --- +keywords: [ALTER statement, SQL, modify database, modify table, alter column, table options] description: Describes the `ALTER` statement used to modify database options, table options, or metadata, including syntax and examples for altering databases and tables. --- diff --git a/docs/reference/sql/case.md b/docs/reference/sql/case.md index 0e8411a81..0a2abe80d 100644 --- a/docs/reference/sql/case.md +++ b/docs/reference/sql/case.md @@ -1,4 +1,5 @@ --- +keywords: [CASE statement, SQL, conditional logic, query, syntax, examples] description: Describes the `CASE` statement used for conditional logic within queries, including syntax and examples for usage in `SELECT`, `WHERE`, `GROUP BY`, and `ORDER BY` clauses. --- diff --git a/docs/reference/sql/cast.md b/docs/reference/sql/cast.md index 0e44aace0..0f3dbf7d5 100644 --- a/docs/reference/sql/cast.md +++ b/docs/reference/sql/cast.md @@ -1,4 +1,5 @@ --- +keywords: [CAST function, SQL, data type conversion, syntax, examples] description: Describes the `CAST` function used to convert an expression of one data type to another, including syntax and examples. --- diff --git a/docs/reference/sql/compatibility.md b/docs/reference/sql/compatibility.md index 2ec389892..9e7d19dfc 100644 --- a/docs/reference/sql/compatibility.md +++ b/docs/reference/sql/compatibility.md @@ -1,4 +1,5 @@ --- +keywords: [ANSI SQL, SQL compatibility, SQL extensions, table creation, data insertion] description: Describes the subset of ANSI SQL supported by GreptimeDB and its unique extensions, including major incompatibilities and extensions for table creation, data insertion, updates, queries, and deletions. --- diff --git a/docs/reference/sql/copy.md b/docs/reference/sql/copy.md index f36aac363..1132d049a 100644 --- a/docs/reference/sql/copy.md +++ b/docs/reference/sql/copy.md @@ -1,4 +1,5 @@ --- +keywords: [copy statement, SQL, export data, import data, file format, cloud storage] description: Describes the `COPY` statement used to export and import table or database data to and from files, including options for file format, time range, and cloud storage connections. --- diff --git a/docs/reference/sql/create.md b/docs/reference/sql/create.md index 79c1e884e..6c57944a8 100644 --- a/docs/reference/sql/create.md +++ b/docs/reference/sql/create.md @@ -1,4 +1,5 @@ --- +keywords: [create statement, SQL, create database, create table, create view, create flow] description: Explains the SQL CREATE statement for creating databases, tables, external tables, flows, and views in GreptimeDB, including syntax, table constraints, options, and examples. --- diff --git a/docs/reference/sql/data-types.md b/docs/reference/sql/data-types.md index f54e26392..37e74b59f 100644 --- a/docs/reference/sql/data-types.md +++ b/docs/reference/sql/data-types.md @@ -1,4 +1,5 @@ --- +keywords: [SQL data types, SQL column types, SQL syntax, SQL examples, SQL type compatibility] description: Provides an overview of SQL data types supported by GreptimeDB, including string, binary, numeric, decimal, date and time, interval, JSON, and boolean types, with examples and compatibility with MySQL and PostgreSQL. --- diff --git a/docs/reference/sql/delete.md b/docs/reference/sql/delete.md index 9b4386c1d..0edb86e9f 100644 --- a/docs/reference/sql/delete.md +++ b/docs/reference/sql/delete.md @@ -1,4 +1,5 @@ --- +keywords: [SQL DELETE, SQL data removal, SQL syntax, SQL examples, SQL conditional deletion] description: Details the SQL DELETE statement for removing rows from a table based on a specified condition, including syntax and examples. --- diff --git a/docs/reference/sql/describe_table.md b/docs/reference/sql/describe_table.md index 193ec2bc4..dc19d6dff 100644 --- a/docs/reference/sql/describe_table.md +++ b/docs/reference/sql/describe_table.md @@ -1,4 +1,5 @@ --- +keywords: [SQL DESCRIBE TABLE, SQL table structure, SQL syntax, SQL examples, SQL column details] description: Describes the SQL DESCRIBE TABLE statement to display the structure of a table, including column names, data types, keys, nullability, default values, and semantic types, with examples. --- diff --git a/docs/reference/sql/distinct.md b/docs/reference/sql/distinct.md index 8a6f81570..db79ee28b 100644 --- a/docs/reference/sql/distinct.md +++ b/docs/reference/sql/distinct.md @@ -1,4 +1,5 @@ --- +keywords: [SQL DISTINCT, SQL unique values, SQL syntax, SQL examples, SQL data filtering] description: Explains the SQL SELECT DISTINCT statement used to retrieve unique values from a dataset, with examples of using DISTINCT with and without filters. --- diff --git a/docs/reference/sql/drop.md b/docs/reference/sql/drop.md index 99c3b1264..f00562ff3 100644 --- a/docs/reference/sql/drop.md +++ b/docs/reference/sql/drop.md @@ -1,4 +1,5 @@ --- +keywords: [SQL DROP, DROP DATABASE, DROP TABLE, DROP VIEW, SQL syntax, SQL examples] description: Covers the SQL DROP statement for removing databases, tables, flows, and views in GreptimeDB, including syntax, examples. --- diff --git a/docs/reference/sql/explain.md b/docs/reference/sql/explain.md index 3b8418639..c2212462a 100644 --- a/docs/reference/sql/explain.md +++ b/docs/reference/sql/explain.md @@ -1,4 +1,5 @@ --- +keywords: [SQL EXPLAIN, SQL execution plan, SQL ANALYZE, SQL query optimization, SQL examples] description: Provides information on the SQL EXPLAIN statement to obtain the execution plan of a query, including the optional ANALYZE clause to measure execution time and output rows, with examples. --- diff --git a/docs/reference/sql/functions/df-functions.md b/docs/reference/sql/functions/df-functions.md index 84ca60050..1134410b7 100644 --- a/docs/reference/sql/functions/df-functions.md +++ b/docs/reference/sql/functions/df-functions.md @@ -1,4 +1,5 @@ --- +keywords: [DataFusion functions, scalar functions, window functions, array functions] description: Generated from the Apache DataFusion project's documents, this page lists and describes DataFusion functions, including scalar, window, and array functions. --- diff --git a/docs/reference/sql/functions/geo.md b/docs/reference/sql/functions/geo.md index aa10e45ff..9e593db94 100644 --- a/docs/reference/sql/functions/geo.md +++ b/docs/reference/sql/functions/geo.md @@ -1,4 +1,5 @@ --- +keywords: [geospatial functions, geo types, geohash, H3, spatial measurement] description: Lists all geospatial related functions in GreptimeDB, including their usage, examples, and details on geospatial types, geohash, H3, S2, and encodings. --- diff --git a/docs/reference/sql/functions/json.md b/docs/reference/sql/functions/json.md index 3caef7595..dcc05c562 100644 --- a/docs/reference/sql/functions/json.md +++ b/docs/reference/sql/functions/json.md @@ -1,4 +1,5 @@ --- +keywords: [JSON functions, JSON conversion, JSON extraction, JSON validation, SQL functions] description: Lists and describes JSON functions available in GreptimeDB, including their usage and examples. --- diff --git a/docs/reference/sql/functions/overview.md b/docs/reference/sql/functions/overview.md index c32979f84..b54e4d0fc 100644 --- a/docs/reference/sql/functions/overview.md +++ b/docs/reference/sql/functions/overview.md @@ -1,4 +1,5 @@ --- +keywords: [SQL functions, DataFusion functions, aggregate functions, scalar functions, window functions] description: Provides an overview of the SQL functions available in GreptimeDB, including categories and examples of their usage. --- diff --git a/docs/reference/sql/functions/vector.md b/docs/reference/sql/functions/vector.md index 7205585b2..af3177f27 100644 --- a/docs/reference/sql/functions/vector.md +++ b/docs/reference/sql/functions/vector.md @@ -1,4 +1,5 @@ --- +keywords: [vector functions, distance calculations, similarity measurement, vector operations, SQL functions] description: Lists and describes vector functions available in GreptimeDB, including their usage and examples. --- diff --git a/docs/reference/sql/group_by.md b/docs/reference/sql/group_by.md index 83743f86d..f6bca6428 100644 --- a/docs/reference/sql/group_by.md +++ b/docs/reference/sql/group_by.md @@ -1,4 +1,5 @@ --- +keywords: [SQL GROUP BY, SQL aggregate functions, SQL syntax, SQL examples, SQL data grouping] description: Details the SQL GROUP BY clause used to group rows with the same values in specified columns, typically used with aggregate functions like COUNT, SUM, and AVG, with examples. --- diff --git a/docs/reference/sql/information-schema/build-info.md b/docs/reference/sql/information-schema/build-info.md index 0dd27509f..66e1aa2ae 100644 --- a/docs/reference/sql/information-schema/build-info.md +++ b/docs/reference/sql/information-schema/build-info.md @@ -1,4 +1,5 @@ --- +keywords: [build information, SQL information schema, version details, build metadata, system build info] description: Contains build information for the SQL information schema, including version details, build date, and other relevant metadata. --- diff --git a/docs/reference/sql/information-schema/character-sets.md b/docs/reference/sql/information-schema/character-sets.md index ba378901b..4be713f82 100644 --- a/docs/reference/sql/information-schema/character-sets.md +++ b/docs/reference/sql/information-schema/character-sets.md @@ -1,4 +1,5 @@ --- +keywords: [character sets, SQL information schema, character set details, character set management, available character sets] description: Provides details on the character sets available in the SQL information schema, including how to use and manage different character sets. --- diff --git a/docs/reference/sql/information-schema/cluster-info.md b/docs/reference/sql/information-schema/cluster-info.md index b77bbbbb9..19f7268db 100644 --- a/docs/reference/sql/information-schema/cluster-info.md +++ b/docs/reference/sql/information-schema/cluster-info.md @@ -1,4 +1,5 @@ --- +keywords: [cluster information, cluster configuration, SQL information schema, cluster status, cluster nodes] description: Contains information about the cluster configuration and status within the SQL information schema, including nodes, roles, and other cluster-related details. --- diff --git a/docs/reference/sql/information-schema/collation-character-set-applicability.md b/docs/reference/sql/information-schema/collation-character-set-applicability.md index 4e23752a8..53d463ff2 100644 --- a/docs/reference/sql/information-schema/collation-character-set-applicability.md +++ b/docs/reference/sql/information-schema/collation-character-set-applicability.md @@ -1,4 +1,5 @@ --- +keywords: [collation applicability, character sets, SQL information schema, collation management, collation details] description: Describes the applicability of collation character sets within the SQL information schema, detailing how they can be applied and managed. --- diff --git a/docs/reference/sql/information-schema/collations.md b/docs/reference/sql/information-schema/collations.md index 0b3c0eca1..5575630ac 100644 --- a/docs/reference/sql/information-schema/collations.md +++ b/docs/reference/sql/information-schema/collations.md @@ -1,4 +1,5 @@ --- +keywords: [collations, character sets, SQL information schema, collation details, collation management] description: Provides information about the collations available in the SQL information schema, including details on how to use and manage them. --- diff --git a/docs/reference/sql/information-schema/columns.md b/docs/reference/sql/information-schema/columns.md index 19da7455a..7446165ef 100644 --- a/docs/reference/sql/information-schema/columns.md +++ b/docs/reference/sql/information-schema/columns.md @@ -1,4 +1,5 @@ --- +keywords: [table schema, column attributes, SQL information schema, column details] description: Provides detailed information about columns in tables, including column names, data types, default values, and other attributes. --- diff --git a/docs/reference/sql/information-schema/engines.md b/docs/reference/sql/information-schema/engines.md index 45d6daf94..95edd3d78 100644 --- a/docs/reference/sql/information-schema/engines.md +++ b/docs/reference/sql/information-schema/engines.md @@ -1,4 +1,5 @@ --- +keywords: [storage engines, engine support, transactions, XA transactions, savepoints] description: Provides information about storage engines, including their support level, comments, and whether they support transactions, XA transactions, and savepoints. --- diff --git a/docs/reference/sql/information-schema/flows.md b/docs/reference/sql/information-schema/flows.md index b6d349e07..47c5f7e5d 100644 --- a/docs/reference/sql/information-schema/flows.md +++ b/docs/reference/sql/information-schema/flows.md @@ -1,4 +1,5 @@ --- +keywords: [flows, flow task, flow definition, source table IDs, sink table name] description: Provides the flow task information, including flow name, ID, definition, source table IDs, sink table name, and other details. --- diff --git a/docs/reference/sql/information-schema/key-column-usage.md b/docs/reference/sql/information-schema/key-column-usage.md index 64b5f1bdc..63e1ffdde 100644 --- a/docs/reference/sql/information-schema/key-column-usage.md +++ b/docs/reference/sql/information-schema/key-column-usage.md @@ -1,4 +1,5 @@ --- +keywords: [key column usage, key constraints, time index key, primary key] description: Describes the key constraints of the columns, such as the time index key constraint. --- diff --git a/docs/reference/sql/information-schema/overview.md b/docs/reference/sql/information-schema/overview.md index 8b77ae0a4..ac1345f79 100644 --- a/docs/reference/sql/information-schema/overview.md +++ b/docs/reference/sql/information-schema/overview.md @@ -1,4 +1,5 @@ --- +keywords: [system metadata, database names, table names, column data types, INFORMATION_SCHEMA] description: Provides access to system metadata, such as database or table names, column data types, and INFORMATION_SCHEMA tables for querying GreptimeDB system metadata. --- diff --git a/docs/reference/sql/information-schema/partitions.md b/docs/reference/sql/information-schema/partitions.md index 837e01c85..6697575cb 100644 --- a/docs/reference/sql/information-schema/partitions.md +++ b/docs/reference/sql/information-schema/partitions.md @@ -1,4 +1,5 @@ --- +keywords: [partitions, partitioned tables, partition names, partition methods, partition expressions] description: Provides information about partitioned tables, including partition names, methods, expressions, and other details. --- diff --git a/docs/reference/sql/information-schema/procedure-info.md b/docs/reference/sql/information-schema/procedure-info.md index 4bc901763..f1cf13693 100644 --- a/docs/reference/sql/information-schema/procedure-info.md +++ b/docs/reference/sql/information-schema/procedure-info.md @@ -1,4 +1,5 @@ --- +keywords: [procedure info, procedure ID, procedure type, status] description: Provides detailed information about various procedures, including procedure ID, type, start and end time, status, and locked keys. --- diff --git a/docs/reference/sql/information-schema/region-peers.md b/docs/reference/sql/information-schema/region-peers.md index c3ef9bc18..ca786f9a8 100644 --- a/docs/reference/sql/information-schema/region-peers.md +++ b/docs/reference/sql/information-schema/region-peers.md @@ -1,4 +1,5 @@ --- +keywords: [region peers, region node, leader, learner, status] description: Shows detailed information of a single Region node in GreptimeDB, such as whether it is a learner or leader. --- diff --git a/docs/reference/sql/information-schema/region-statistics.md b/docs/reference/sql/information-schema/region-statistics.md index f01e67e2c..9265c63fb 100644 --- a/docs/reference/sql/information-schema/region-statistics.md +++ b/docs/reference/sql/information-schema/region-statistics.md @@ -1,4 +1,5 @@ --- +keywords: [region statistics, rows, disk size, memtable size, sst size, index size] description: Provides detailed information about a region's statistics, including the total number of rows, disk size, and more. These statistics are approximate values. --- diff --git a/docs/reference/sql/information-schema/runtime-metrics.md b/docs/reference/sql/information-schema/runtime-metrics.md index e4f579641..71a2f9984 100644 --- a/docs/reference/sql/information-schema/runtime-metrics.md +++ b/docs/reference/sql/information-schema/runtime-metrics.md @@ -1,4 +1,5 @@ --- +keywords: [runtime metrics, system metrics, HTTP endpoint, cluster metrics] description: Provides information about the `RUNTIME_METRICS` table, which includes system runtime metrics from the `/metrics` HTTP endpoint output in the cluster. --- diff --git a/docs/reference/sql/information-schema/schemata.md b/docs/reference/sql/information-schema/schemata.md index ba6c20b5c..55ca54533 100644 --- a/docs/reference/sql/information-schema/schemata.md +++ b/docs/reference/sql/information-schema/schemata.md @@ -1,4 +1,5 @@ --- +keywords: [databases, catalog, schema, character set, collation, options] description: Provides information about databases, including details about each database's catalog, schema name, default character set, collation, and options. --- diff --git a/docs/reference/sql/information-schema/table-constraints.md b/docs/reference/sql/information-schema/table-constraints.md index 68090f53f..6516d04d0 100644 --- a/docs/reference/sql/information-schema/table-constraints.md +++ b/docs/reference/sql/information-schema/table-constraints.md @@ -1,4 +1,5 @@ --- +keywords: [table constraints, SQL, database constraints, constraint properties, constraint types] description: Describes which tables have constraints, including details about each constraint's catalog, schema, name, type, and enforcement status. --- diff --git a/docs/reference/sql/information-schema/tables.md b/docs/reference/sql/information-schema/tables.md index 6b8fbd441..91b4ab984 100644 --- a/docs/reference/sql/information-schema/tables.md +++ b/docs/reference/sql/information-schema/tables.md @@ -1,4 +1,5 @@ --- +keywords: [tables, information schema, SQL, database tables, table properties] description: Provides information about tables in databases, including details about each table's catalog, schema, name, type, and other properties. --- diff --git a/docs/reference/sql/information-schema/views.md b/docs/reference/sql/information-schema/views.md index a5d7716cd..9ae21f1bd 100644 --- a/docs/reference/sql/information-schema/views.md +++ b/docs/reference/sql/information-schema/views.md @@ -1,4 +1,5 @@ --- +keywords: [views, information schema, SQL, database views, view properties] description: Provides a list of views that the current user has visibility of, including details about each view's catalog, schema, name, definition, and other properties. --- diff --git a/docs/reference/sql/insert.md b/docs/reference/sql/insert.md index c6bb32d67..e713332c2 100644 --- a/docs/reference/sql/insert.md +++ b/docs/reference/sql/insert.md @@ -1,4 +1,5 @@ --- +keywords: [SQL INSERT, SQL syntax, SQL examples, inserting records, SQL data manipulation] description: Describes the SQL INSERT statement for adding records to a table in GreptimeDB, including syntax, examples for inserting single and multiple records, default values, binary data, special numeric values, and the INSERT INTO SELECT statement. --- diff --git a/docs/reference/sql/join.md b/docs/reference/sql/join.md index 84e167ea1..226cde5ce 100644 --- a/docs/reference/sql/join.md +++ b/docs/reference/sql/join.md @@ -1,4 +1,5 @@ --- +keywords: [SQL JOIN, INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN, SQL examples, SQL syntax] description: Explains the usage of SQL JOIN clauses to combine rows from multiple tables based on related columns, including INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN, with examples. --- diff --git a/docs/reference/sql/limit.md b/docs/reference/sql/limit.md index a50428a3e..d2057158d 100644 --- a/docs/reference/sql/limit.md +++ b/docs/reference/sql/limit.md @@ -1,4 +1,5 @@ --- +keywords: [SQL LIMIT, SQL query optimization, SQL syntax, SQL examples, SQL performance] description: Describes the LIMIT clause in SQL for restricting the number of rows returned by a query, including syntax and examples. --- diff --git a/docs/reference/sql/order_by.md b/docs/reference/sql/order_by.md index da1a09fbb..ffc2f5c08 100644 --- a/docs/reference/sql/order_by.md +++ b/docs/reference/sql/order_by.md @@ -1,4 +1,5 @@ --- +keywords: [SQL ORDER BY clause, sorting data, ascending order, descending order, SQL syntax] description: Details the ORDER BY clause in SQL for sorting data in ascending or descending order based on one or more columns, with syntax and examples. --- diff --git a/docs/reference/sql/range.md b/docs/reference/sql/range.md index 2013f4f32..f6a6dd800 100644 --- a/docs/reference/sql/range.md +++ b/docs/reference/sql/range.md @@ -1,4 +1,5 @@ --- +keywords: [range queries, time series data, SQL syntax, FILL options, TO options, BY options, ORDER BY, nested range expressions] description: Explains range queries in SQL for time series data, including syntax, FILL options, TO options, BY options, ORDER BY in aggregate functions, and nested range expressions. --- diff --git a/docs/reference/sql/select.md b/docs/reference/sql/select.md index a4b681afc..86867f076 100644 --- a/docs/reference/sql/select.md +++ b/docs/reference/sql/select.md @@ -1,4 +1,5 @@ --- +keywords: [SQL SELECT statement, data retrieval, filtering with WHERE, LIMIT clause, JOIN tables, GROUP BY clause] description: Describes the SELECT statement in SQL for retrieving data from tables, including syntax, filtering with WHERE, limiting results with LIMIT, joining tables, and grouping results with GROUP BY. --- diff --git a/docs/reference/sql/show.md b/docs/reference/sql/show.md index 88bbe1af6..6114f260b 100644 --- a/docs/reference/sql/show.md +++ b/docs/reference/sql/show.md @@ -1,4 +1,5 @@ --- +keywords: [SQL SHOW commands, database information, table details, SHOW DATABASES, SHOW TABLES, SHOW CREATE] description: Provides information on the SHOW keyword in SQL for displaying database and table details, including various SHOW commands with syntax and examples. --- diff --git a/docs/reference/sql/tql.md b/docs/reference/sql/tql.md index 0a1d6f4cd..cc609c32d 100644 --- a/docs/reference/sql/tql.md +++ b/docs/reference/sql/tql.md @@ -1,4 +1,5 @@ --- +keywords: [TQL, Time-Series Query Language, PromQL extension, EVAL command, EXPLAIN command, ANALYZE command] description: Covers the TQL keyword for executing Time-Series Query Language in SQL, including EVAL, EXPLAIN, and ANALYZE commands with syntax and examples. --- diff --git a/docs/reference/sql/truncate.md b/docs/reference/sql/truncate.md index 7db790e49..c119d7a88 100644 --- a/docs/reference/sql/truncate.md +++ b/docs/reference/sql/truncate.md @@ -1,4 +1,5 @@ --- +keywords: [SQL TRUNCATE, delete all data, TRUNCATE TABLE, SQL syntax, efficient deletion] description: Details the TRUNCATE TABLE statement in SQL, used for efficiently deleting all data from a table, with syntax and example. --- diff --git a/docs/reference/sql/where.md b/docs/reference/sql/where.md index c73cf2a8c..49c4274d2 100644 --- a/docs/reference/sql/where.md +++ b/docs/reference/sql/where.md @@ -1,4 +1,5 @@ --- +keywords: [SQL WHERE clause, filtering data, logical operators, comparison operators, list search] description: Explains the WHERE clause in SQL for filtering data based on conditions, including syntax, examples with logical and comparison operators, and list search functionalities. --- diff --git a/docs/reference/sql/with.md b/docs/reference/sql/with.md index d7c7ff8f4..9fb6106a6 100644 --- a/docs/reference/sql/with.md +++ b/docs/reference/sql/with.md @@ -1,4 +1,5 @@ --- +keywords: [CTE, Common Table Expression, SQL WITH clause, non-recursive CTE, SQL syntax] description: Describes the usage of the WITH clause to define Common Table Expressions (CTEs) in SQL, including syntax, examples of non-recursive CTEs, and notes on recursive CTEs. --- diff --git a/docs/reference/telemetry.md b/docs/reference/telemetry.md index 1373fddcc..64798dc6c 100644 --- a/docs/reference/telemetry.md +++ b/docs/reference/telemetry.md @@ -1,4 +1,5 @@ --- +keywords: [telemetry data, data collection, privacy, configuration, disable telemetry, enable telemetry] description: Details on telemetry data collection in GreptimeDB, including what data is collected, how often, and how to enable or disable telemetry. --- diff --git a/docs/user-guide/administration/capacity-plan.md b/docs/user-guide/administration/capacity-plan.md index a81dfdb5f..05fd696e9 100644 --- a/docs/user-guide/administration/capacity-plan.md +++ b/docs/user-guide/administration/capacity-plan.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB capacity planning, CPU requirements, memory requirements, storage requirements, data retention policy] description: Provides guidelines for CPU, memory, and storage requirements for GreptimeDB based on data points processed per second, query requests per second, data volume, and data retention policy. Includes an example scenario. --- diff --git a/docs/user-guide/administration/disaster-recovery/back-up-&-restore-data.md b/docs/user-guide/administration/disaster-recovery/back-up-&-restore-data.md index f4d8ab3f0..1de0c9402 100644 --- a/docs/user-guide/administration/disaster-recovery/back-up-&-restore-data.md +++ b/docs/user-guide/administration/disaster-recovery/back-up-&-restore-data.md @@ -1,4 +1,5 @@ --- +keywords: [backup and restore, GreptimeDB, export tool, import tool, database backup, database restoration, command syntax, best practices] description: Describes how to use GreptimeDB's Export and Import tools for database backup and restoration, including command syntax, options, usage scenarios, best practices, troubleshooting, and performance tips. --- diff --git a/docs/user-guide/administration/disaster-recovery/dr-solution-based-on-cross-region-deployment-in-single-cluster.md b/docs/user-guide/administration/disaster-recovery/dr-solution-based-on-cross-region-deployment-in-single-cluster.md index ef15a1995..cb6fa4b10 100644 --- a/docs/user-guide/administration/disaster-recovery/dr-solution-based-on-cross-region-deployment-in-single-cluster.md +++ b/docs/user-guide/administration/disaster-recovery/dr-solution-based-on-cross-region-deployment-in-single-cluster.md @@ -1,4 +1,5 @@ --- +keywords: [disaster recovery, GreptimeDB, cross-region deployment, single cluster, high availability, metadata distribution, data distribution] description: Explains the disaster recovery (DR) solution based on cross-region deployment in a single GreptimeDB cluster, detailing various configurations for metadata and data distribution across regions to achieve high availability and reliability. --- diff --git a/docs/user-guide/administration/disaster-recovery/dr-solution-for-standalone.md b/docs/user-guide/administration/disaster-recovery/dr-solution-for-standalone.md index 5dda9d3c1..fd96fa452 100644 --- a/docs/user-guide/administration/disaster-recovery/dr-solution-for-standalone.md +++ b/docs/user-guide/administration/disaster-recovery/dr-solution-for-standalone.md @@ -1 +1,6 @@ +--- +keywords: [disaster recovery, GreptimeDB, standalone, DR solution, backup and restore, remote WAL, object storage] +description: DR solution for GreptimeDB Standalone. +--- + # DR solution for GreptimeDB Standalone diff --git a/docs/user-guide/administration/disaster-recovery/overview.md b/docs/user-guide/administration/disaster-recovery/overview.md index 0f255c27a..3ee419e55 100644 --- a/docs/user-guide/administration/disaster-recovery/overview.md +++ b/docs/user-guide/administration/disaster-recovery/overview.md @@ -1,4 +1,5 @@ --- +keywords: [disaster recovery, GreptimeDB, DR solutions, backup and restore, active-active failover, cross-region deployment, RTO, RPO] description: Overview of disaster recovery (DR) solutions in GreptimeDB, including basic concepts, component architecture, and various DR solutions such as standalone, active-active failover, cross-region deployment, and backup & restore. --- diff --git a/docs/user-guide/administration/manage-data/basic-table-operations.md b/docs/user-guide/administration/manage-data/basic-table-operations.md index 33183ddbd..ca53414fa 100644 --- a/docs/user-guide/administration/manage-data/basic-table-operations.md +++ b/docs/user-guide/administration/manage-data/basic-table-operations.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB, SQL table operations, create table, alter table, drop table, describe table, show tables, HTTP API, time zone] description: Covers basic table operations in GreptimeDB, including creating, describing, showing, altering, and dropping tables, as well as executing SQL statements through the HTTP API and understanding time zone effects. --- diff --git a/docs/user-guide/administration/manage-data/compaction.md b/docs/user-guide/administration/manage-data/compaction.md index a38414102..9c79efc7c 100644 --- a/docs/user-guide/administration/manage-data/compaction.md +++ b/docs/user-guide/administration/manage-data/compaction.md @@ -1,4 +1,5 @@ --- +keywords: [compaction, GreptimeDB, SST files, time windows, sorted runs, levels, TWCS, SWCS, database performance] description: Explanation of the compaction process in GreptimeDB, including concepts like SST files, time windows, sorted runs, and levels, as well as the Time Windowed Compaction Strategy (TWCS) and Strict Window Compaction Strategy (SWCS). --- diff --git a/docs/user-guide/administration/manage-data/overview.md b/docs/user-guide/administration/manage-data/overview.md index 49d8ef10d..6d145d4d8 100644 --- a/docs/user-guide/administration/manage-data/overview.md +++ b/docs/user-guide/administration/manage-data/overview.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB, data management, storage location, SQL table operations, data updates, TTL policies, table sharding, region migration, region failover, compaction] description: Overview of managing data in GreptimeDB, including storage location, basic SQL table operations, data updates, TTL policies, table sharding, region migration, region failover, and compaction. --- diff --git a/docs/user-guide/administration/manage-data/region-failover.md b/docs/user-guide/administration/manage-data/region-failover.md index e5c65c72a..1e7aba91b 100644 --- a/docs/user-guide/administration/manage-data/region-failover.md +++ b/docs/user-guide/administration/manage-data/region-failover.md @@ -1,4 +1,5 @@ --- +keywords: [region failover, GreptimeDB, data recovery, Kafka WAL, read amplification, distributed mode, region migration, recovery time, shared storage, configuration] description: Covers enabling and understanding region failover in GreptimeDB, which allows for the recovery of regions from failures without data loss, and discusses the impact of read amplification on recovery time. --- diff --git a/docs/user-guide/administration/manage-data/region-migration.md b/docs/user-guide/administration/manage-data/region-migration.md index 08e6f93db..03cb4283e 100644 --- a/docs/user-guide/administration/manage-data/region-migration.md +++ b/docs/user-guide/administration/manage-data/region-migration.md @@ -1,4 +1,5 @@ --- +keywords: [region migration, GreptimeDB, data migration, distributed mode, Kafka WAL, shared storage, SQL] description: Explanation of how to perform region migration in GreptimeDB, including querying region distribution, selecting a migration destination, executing migration requests, and querying migration states. --- diff --git a/docs/user-guide/administration/manage-data/table-sharding.md b/docs/user-guide/administration/manage-data/table-sharding.md index 8f14b3291..a2c0d02a1 100644 --- a/docs/user-guide/administration/manage-data/table-sharding.md +++ b/docs/user-guide/administration/manage-data/table-sharding.md @@ -1,4 +1,5 @@ --- +keywords: [table sharding, GreptimeDB, partitioning methods, distributed tables, data management, SQL, query performance] description: Explains table sharding in GreptimeDB, including when to shard a table, partitioning methods, creating distributed tables, inserting data, querying data, and inspecting sharded tables. --- diff --git a/docs/user-guide/administration/monitoring/export-metrics.md b/docs/user-guide/administration/monitoring/export-metrics.md index d0ee2743b..02b2992cd 100644 --- a/docs/user-guide/administration/monitoring/export-metrics.md +++ b/docs/user-guide/administration/monitoring/export-metrics.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB metrics, Prometheus, metrics export, monitoring, configuration examples] description: Guide on exporting GreptimeDB metrics to Prometheus and saving metrics to GreptimeDB itself. Includes configuration examples for standalone and distributed cluster modes, and details on various metrics. --- diff --git a/docs/user-guide/administration/monitoring/overview.md b/docs/user-guide/administration/monitoring/overview.md index d439d69e2..637e2a6c8 100644 --- a/docs/user-guide/administration/monitoring/overview.md +++ b/docs/user-guide/administration/monitoring/overview.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB monitoring, metrics export, tracing, database monitoring] description: Overview of monitoring methods for GreptimeDB, including exporting metrics and tracing. --- diff --git a/docs/user-guide/administration/monitoring/tracing.md b/docs/user-guide/administration/monitoring/tracing.md index 68b944fec..d3be66946 100644 --- a/docs/user-guide/administration/monitoring/tracing.md +++ b/docs/user-guide/administration/monitoring/tracing.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB tracing, Jaeger, distributed tracing, tracing configuration, tracing sampling rates] description: Guide on using distributed tracing in GreptimeDB with Jaeger. Includes steps for deploying Jaeger, configuring GreptimeDB for tracing, obtaining trace information, and configuring tracing sampling rates. --- diff --git a/docs/user-guide/administration/overview.md b/docs/user-guide/administration/overview.md index 3ed7ecc28..38b41f074 100644 --- a/docs/user-guide/administration/overview.md +++ b/docs/user-guide/administration/overview.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB administration, installation, capacity planning, data management, configuration, disaster recovery, monitoring, performance tuning, upgrading, runtime information] description: Overview of GreptimeDB administration strategies and practices, including installation, capacity planning, data management, configuration, disaster recovery, remote WAL setup, monitoring, performance tuning, upgrading, and runtime information. --- diff --git a/docs/user-guide/administration/performance-tuning-tips.md b/docs/user-guide/administration/performance-tuning-tips.md index d48c6b6cb..6a750d04b 100644 --- a/docs/user-guide/administration/performance-tuning-tips.md +++ b/docs/user-guide/administration/performance-tuning-tips.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB performance tuning, query optimization, caching, primary keys, append-only tables, metrics] description: Tips for tuning GreptimeDB performance, including query optimization, caching, enlarging cache size, primary keys, and using append-only tables. Also covers metrics for diagnosing query and ingestion issues. --- diff --git a/docs/user-guide/administration/remote-wal/cluster-deployment.md b/docs/user-guide/administration/remote-wal/cluster-deployment.md index c69812604..d9d424e1d 100644 --- a/docs/user-guide/administration/remote-wal/cluster-deployment.md +++ b/docs/user-guide/administration/remote-wal/cluster-deployment.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB cluster deployment, Kubernetes, remote WAL, Kafka setup, etcd cluster, Helm, kubectl] description: Guide for deploying a GreptimeDB cluster with Remote WAL in Kubernetes. Includes steps for deploying the GreptimeDB operator, etcd cluster, Kafka cluster, and GreptimeDB cluster with remote WAL settings, as well as writing and querying data. --- diff --git a/docs/user-guide/administration/remote-wal/quick-start.md b/docs/user-guide/administration/remote-wal/quick-start.md index b716d2ff4..3cc31eff3 100644 --- a/docs/user-guide/administration/remote-wal/quick-start.md +++ b/docs/user-guide/administration/remote-wal/quick-start.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB remote WAL, Docker setup, Kafka setup, data writing, data querying, quick start guide] description: Quick start guide for setting up Remote WAL using Docker and Kafka for GreptimeDB. Includes steps for creating a Docker network, starting Kafka and GreptimeDB containers, writing and querying data, and cleaning up. --- diff --git a/docs/user-guide/administration/runtime-info.md b/docs/user-guide/administration/runtime-info.md index 095d3eaaa..3af86cb98 100644 --- a/docs/user-guide/administration/runtime-info.md +++ b/docs/user-guide/administration/runtime-info.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB runtime information, system metadata, cluster topology, table regions distribution, SQL queries] description: Provides access to system metadata through the INFORMATION_SCHEMA database, including cluster topology and table regions distribution. Examples of SQL queries to retrieve region IDs and distribution are included. --- diff --git a/docs/user-guide/administration/upgrade.md b/docs/user-guide/administration/upgrade.md index 3ebab5634..65891f1c7 100644 --- a/docs/user-guide/administration/upgrade.md +++ b/docs/user-guide/administration/upgrade.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB upgrade, CLI tool, data export, data import, schema export, schema import, upgrade example] description: Instructions on upgrading GreptimeDB using the built-in CLI tool, including exporting and importing data and schemas, and a complete example for upgrading. --- diff --git a/docs/user-guide/concepts/architecture.md b/docs/user-guide/concepts/architecture.md index 566653edd..f2cfe8179 100644 --- a/docs/user-guide/concepts/architecture.md +++ b/docs/user-guide/concepts/architecture.md @@ -1,4 +1,5 @@ --- +keywords: [architecture, Metasrv, Frontend, Datanodes, database cluster] description: Outlines the architecture of GreptimeDB, including its main components Metasrv, Frontend, and Datanodes. It explains how these components work together to form a robust database cluster and provides links to detailed documentation for each component. --- diff --git a/docs/user-guide/concepts/data-model.md b/docs/user-guide/concepts/data-model.md index 5f9f51a2d..9f31292e8 100644 --- a/docs/user-guide/concepts/data-model.md +++ b/docs/user-guide/concepts/data-model.md @@ -1,4 +1,5 @@ --- +keywords: [data model, time-series tables, tags, timestamps, fields, schema management] description: Describes the data model of GreptimeDB, focusing on time-series tables. It explains the organization of data into tables with tags, timestamps, and fields, and provides examples of metric and log tables. Design considerations and schema management are also discussed. --- diff --git a/docs/user-guide/concepts/features-that-you-concern.md b/docs/user-guide/concepts/features-that-you-concern.md index 22a9d7529..9a16faa26 100644 --- a/docs/user-guide/concepts/features-that-you-concern.md +++ b/docs/user-guide/concepts/features-that-you-concern.md @@ -1,4 +1,5 @@ --- +keywords: [features, logs, events, updates, deletions, TTL policies, compression rates, high cardinality, continuous aggregation, cloud storage, performance, disaster recovery, geospatial indexing, JSON support] description: Answers common questions about GreptimeDB's features, including support for logs, events, updates, deletions, TTL policies, compression rates, high cardinality, continuous aggregation, cloud storage, performance, disaster recovery, geospatial indexing, and JSON support. --- diff --git a/docs/user-guide/concepts/key-concepts.md b/docs/user-guide/concepts/key-concepts.md index 0e7ccf1b1..d8da7a008 100644 --- a/docs/user-guide/concepts/key-concepts.md +++ b/docs/user-guide/concepts/key-concepts.md @@ -1,4 +1,5 @@ --- +keywords: [key concepts, databases, time-series tables, table regions, data types] description: Introduces the key concepts of GreptimeDB, including databases, time-series tables, table regions, data types, indexes, views, and flows. It explains how these components work together to manage and serve data in GreptimeDB. --- diff --git a/docs/user-guide/concepts/overview.md b/docs/user-guide/concepts/overview.md index 480c6d186..2729e5b86 100644 --- a/docs/user-guide/concepts/overview.md +++ b/docs/user-guide/concepts/overview.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB, features, data model, architecture, storage locations, key concepts] description: Provides an overview of GreptimeDB, including its features, data model, architecture, storage locations, key concepts, and notable features. --- diff --git a/docs/user-guide/concepts/storage-location.md b/docs/user-guide/concepts/storage-location.md index c187dfcd6..9926033ba 100644 --- a/docs/user-guide/concepts/storage-location.md +++ b/docs/user-guide/concepts/storage-location.md @@ -1,4 +1,5 @@ --- +keywords: [storage options, local file system, cloud storage, AWS S3, Azure Blob Storage] description: Describes the storage options for GreptimeDB, including local file systems, cloud storage services like AWS S3, Azure Blob Storage, and more. It explains the local file structure and considerations for disaster recovery and multiple storage engines. --- diff --git a/docs/user-guide/concepts/why-greptimedb.md b/docs/user-guide/concepts/why-greptimedb.md index 9329e7c74..bca63873c 100644 --- a/docs/user-guide/concepts/why-greptimedb.md +++ b/docs/user-guide/concepts/why-greptimedb.md @@ -1,4 +1,5 @@ --- +keywords: [cloud-native, time series database, high performance, cost-effective, unified design] description: Explains the motivations and benefits of using GreptimeDB, including its unified design for metrics, logs, and events, cloud-native architecture, cost-effectiveness, high performance, and ease of use. It highlights key features and deployment strategies. --- diff --git a/docs/user-guide/deployments/authentication/overview.md b/docs/user-guide/deployments/authentication/overview.md index f6037ca38..592174842 100644 --- a/docs/user-guide/deployments/authentication/overview.md +++ b/docs/user-guide/deployments/authentication/overview.md @@ -1,4 +1,5 @@ --- +keywords: [authentication, user providers, static user provider, LDAP user provider] description: Overview of authentication in GreptimeDB, including static user provider and LDAP user provider for authenticating users. --- diff --git a/docs/user-guide/deployments/authentication/static.md b/docs/user-guide/deployments/authentication/static.md index 1e7fa0489..5327fb501 100644 --- a/docs/user-guide/deployments/authentication/static.md +++ b/docs/user-guide/deployments/authentication/static.md @@ -1,4 +1,5 @@ --- +keywords: [GreptimeDB, static user authentication, user credentials, configuration file, database authentication] description: Instructions for setting up static user authentication in GreptimeDB using a configuration file with user credentials. --- diff --git a/docs/user-guide/deployments/configuration.md b/docs/user-guide/deployments/configuration.md index 7420e56c1..551827ecf 100644 --- a/docs/user-guide/deployments/configuration.md +++ b/docs/user-guide/deployments/configuration.md @@ -1,4 +1,5 @@ --- +keywords: [configuration, command line options, configuration file, environment variables, default values] description: Detailed guide on configuring GreptimeDB, including command line options, configuration file options, environment variables, and default values for various components and features. --- diff --git a/docs/user-guide/deployments/deploy-on-kubernetes/getting-started.md b/docs/user-guide/deployments/deploy-on-kubernetes/getting-started.md index c8523015a..b7b70df38 100644 --- a/docs/user-guide/deployments/deploy-on-kubernetes/getting-started.md +++ b/docs/user-guide/deployments/deploy-on-kubernetes/getting-started.md @@ -1,4 +1,5 @@ --- +keywords: [Kubernetes, deployment, getting started, GreptimeDB Operator, prerequisites, cluster creation, installation, verification] description: Step-by-step guide to deploying a GreptimeDB cluster on Kubernetes using the GreptimeDB Operator, including prerequisites, cluster creation, installation, and verification. --- diff --git a/docs/user-guide/deployments/deploy-on-kubernetes/greptimedb-operator-management.md b/docs/user-guide/deployments/deploy-on-kubernetes/greptimedb-operator-management.md index ffbe55973..f6576469c 100644 --- a/docs/user-guide/deployments/deploy-on-kubernetes/greptimedb-operator-management.md +++ b/docs/user-guide/deployments/deploy-on-kubernetes/greptimedb-operator-management.md @@ -1,4 +1,5 @@ --- +keywords: [Kubernetes, GreptimeDB Operator, management, installation, upgrade, configuration, Helm] description: Guide to managing the GreptimeDB Operator on Kubernetes, including installation, upgrade, configuration, and uninstallation using Helm. --- diff --git a/docs/user-guide/deployments/deploy-on-kubernetes/overview.md b/docs/user-guide/deployments/deploy-on-kubernetes/overview.md index b3623ef3e..e72476aee 100644 --- a/docs/user-guide/deployments/deploy-on-kubernetes/overview.md +++ b/docs/user-guide/deployments/deploy-on-kubernetes/overview.md @@ -1,4 +1,5 @@ --- +keywords: [Kubernetes, deployment, GreptimeDB Operator, setup, provisioning, management] description: Overview of deploying GreptimeDB on Kubernetes using the GreptimeDB Operator, including setup, provisioning, and management of clusters and standalone instances. --- diff --git a/docs/user-guide/deployments/overview.md b/docs/user-guide/deployments/overview.md index a82de9b23..4ef77dd90 100644 --- a/docs/user-guide/deployments/overview.md +++ b/docs/user-guide/deployments/overview.md @@ -1,4 +1,5 @@ --- +keywords: [deployment, configuration, authentication, Kubernetes, Android, capacity planning, GreptimeCloud] description: Overview of deploying GreptimeDB, including configuration, authentication, Kubernetes deployment, running on Android, capacity planning, and using GreptimeCloud. --- diff --git a/docs/user-guide/deployments/run-on-android.md b/docs/user-guide/deployments/run-on-android.md index 91e63a697..eb3944a50 100644 --- a/docs/user-guide/deployments/run-on-android.md +++ b/docs/user-guide/deployments/run-on-android.md @@ -1,4 +1,5 @@ --- +keywords: [Android, Termux, installation, configuration, database, ARM64] description: Instructions for running GreptimeDB on Android platforms, including installation of Termux, downloading the GreptimeDB binary, creating a configuration file, starting the database, and connecting to it from another device. --- @@ -100,4 +101,4 @@ mysql> select * from monitor where env='test' and host='host3'; | test | host3 | 2022-06-15 15:02:39 | 88.8 | 4096 | +------+-------+---------------------+------+--------+ 2 rows in set (0.20 sec) -``` \ No newline at end of file +``` diff --git a/docs/user-guide/flow-computation/continuous-aggregation.md b/docs/user-guide/flow-computation/continuous-aggregation.md index 88327ceac..f5f5998a3 100644 --- a/docs/user-guide/flow-computation/continuous-aggregation.md +++ b/docs/user-guide/flow-computation/continuous-aggregation.md @@ -1,4 +1,5 @@ --- +keywords: [continuous aggregation, real-time analytics, time-series data, Flow engine, log analysis, sensor monitoring] description: Learn how to use GreptimeDB's continuous aggregation for real-time analytics. Master Flow engine basics, time-window calculations, and SQL queries through practical examples of log analysis and sensor monitoring. --- diff --git a/docs/user-guide/flow-computation/expressions.md b/docs/user-guide/flow-computation/expressions.md index b28d8b19b..d0fc93868 100644 --- a/docs/user-guide/flow-computation/expressions.md +++ b/docs/user-guide/flow-computation/expressions.md @@ -1,4 +1,5 @@ --- +keywords: [expressions, aggregate functions, scalar functions, data transformation, SQL functions] description: Lists supported aggregate and scalar functions in GreptimeDB's flow, including count, sum, avg, min, max, and various scalar functions. It provides links to detailed documentation for each function. --- diff --git a/docs/user-guide/flow-computation/manage-flow.md b/docs/user-guide/flow-computation/manage-flow.md index d169bc796..a8f1c5ee2 100644 --- a/docs/user-guide/flow-computation/manage-flow.md +++ b/docs/user-guide/flow-computation/manage-flow.md @@ -1,4 +1,5 @@ --- +keywords: [manage flows, create flow, delete flow, source table, sink table, SQL queries] description: Describes how to manage flows in GreptimeDB, including creating, updating, and deleting flows. It explains the syntax for creating flows, the importance of sink tables, and how to use the EXPIRE AFTER clause. Examples of SQL queries for managing flows are provided. --- diff --git a/docs/user-guide/flow-computation/overview.md b/docs/user-guide/flow-computation/overview.md index 7d89c6333..1e285fcc9 100644 --- a/docs/user-guide/flow-computation/overview.md +++ b/docs/user-guide/flow-computation/overview.md @@ -1,4 +1,5 @@ --- +keywords: [Flow engine, real-time computation, ETL, data streams, user agent statistics, nginx logs] description: Discover how GreptimeDB's Flow engine enables real-time computation of data streams for ETL processes and on-the-fly calculations. Learn about its programming model, use cases, and a quick start example for calculating user agent statistics from nginx logs. --- diff --git a/docs/user-guide/ingest-data/for-iot/emqx.md b/docs/user-guide/ingest-data/for-iot/emqx.md index 73a2e5308..a48cc2830 100644 --- a/docs/user-guide/ingest-data/for-iot/emqx.md +++ b/docs/user-guide/ingest-data/for-iot/emqx.md @@ -1,4 +1,5 @@ --- +keywords: [EMQX, MQTT broker, IoT, real-time messaging, data integration, data ingestion] description: Overview of integrating GreptimeDB with EMQX, an open-source MQTT broker for IoT and real-time messaging applications. --- diff --git a/docs/user-guide/ingest-data/for-iot/grpc-sdks/go.md b/docs/user-guide/ingest-data/for-iot/grpc-sdks/go.md index 184e56e5f..5e3f3d142 100644 --- a/docs/user-guide/ingest-data/for-iot/grpc-sdks/go.md +++ b/docs/user-guide/ingest-data/for-iot/grpc-sdks/go.md @@ -1,4 +1,5 @@ --- +keywords: [Go SDK, gRPC, data ingestion, installation, connection, low-level API, high-level API] description: Guide on using the Go ingester SDK for GreptimeDB, including installation, connection, data model, and examples of low-level and high-level APIs. --- diff --git a/docs/user-guide/ingest-data/for-iot/grpc-sdks/java.md b/docs/user-guide/ingest-data/for-iot/grpc-sdks/java.md index 8e3c210d4..fc515dc3f 100644 --- a/docs/user-guide/ingest-data/for-iot/grpc-sdks/java.md +++ b/docs/user-guide/ingest-data/for-iot/grpc-sdks/java.md @@ -1,4 +1,5 @@ --- +keywords: [Java SDK, gRPC, data ingestion, installation, connection, low-level API, high-level API] description: Guide on using the Java ingester SDK for GreptimeDB, including installation, connection, data model, and examples of low-level and high-level APIs. --- diff --git a/docs/user-guide/ingest-data/for-iot/grpc-sdks/overview.md b/docs/user-guide/ingest-data/for-iot/grpc-sdks/overview.md index 9ad65e79c..9abd97e45 100644 --- a/docs/user-guide/ingest-data/for-iot/grpc-sdks/overview.md +++ b/docs/user-guide/ingest-data/for-iot/grpc-sdks/overview.md @@ -1,4 +1,5 @@ --- +keywords: [gRPC SDK, client libraries, data ingestion, Go, Java] description: Demonstrates how to use client libraries to write data in GreptimeDB, with links to guides for Go and Java. --- diff --git a/docs/user-guide/ingest-data/for-iot/influxdb-line-protocol.md b/docs/user-guide/ingest-data/for-iot/influxdb-line-protocol.md index 2fc3bf510..3bbb04863 100644 --- a/docs/user-guide/ingest-data/for-iot/influxdb-line-protocol.md +++ b/docs/user-guide/ingest-data/for-iot/influxdb-line-protocol.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB Line Protocol, HTTP API, data ingestion, Telegraf integration, data model, authentication] description: Guide on using InfluxDB Line Protocol to ingest data into GreptimeDB, including examples, authentication, Telegraf integration, and data model differences. --- diff --git a/docs/user-guide/ingest-data/for-iot/opentsdb.md b/docs/user-guide/ingest-data/for-iot/opentsdb.md index 1f4f7e688..ee0737b7c 100644 --- a/docs/user-guide/ingest-data/for-iot/opentsdb.md +++ b/docs/user-guide/ingest-data/for-iot/opentsdb.md @@ -1,4 +1,5 @@ --- +keywords: [OpenTSDB, HTTP API, metrics, data ingestion, insert data, multiple metric points] description: Instructions on ingesting OpenTSDB metrics into GreptimeDB via HTTP API, including examples of inserting single and multiple metric points. --- diff --git a/docs/user-guide/ingest-data/for-iot/overview.md b/docs/user-guide/ingest-data/for-iot/overview.md index 57f7d6994..61415d73d 100644 --- a/docs/user-guide/ingest-data/for-iot/overview.md +++ b/docs/user-guide/ingest-data/for-iot/overview.md @@ -1,4 +1,5 @@ --- +keywords: [data ingestion, IoT, SQL INSERT, gRPC SDK, InfluxDB Line Protocol, EMQX, OpenTSDB] description: Overview of data ingestion methods in GreptimeDB for IoT, including SQL INSERT, gRPC SDK, InfluxDB Line Protocol, EMQX, and OpenTSDB. --- diff --git a/docs/user-guide/ingest-data/for-iot/sql.md b/docs/user-guide/ingest-data/for-iot/sql.md index bfada58f5..e91f584d1 100644 --- a/docs/user-guide/ingest-data/for-iot/sql.md +++ b/docs/user-guide/ingest-data/for-iot/sql.md @@ -1,4 +1,5 @@ --- +keywords: [SQL, MySQL, PostgreSQL, create table, insert data, timestamp, time zone, data ingestion] description: Guide on executing SQL statements to create tables and insert data into GreptimeDB, with examples using the `monitor` table. --- diff --git a/docs/user-guide/ingest-data/for-observerbility/loki.md b/docs/user-guide/ingest-data/for-observerbility/loki.md index 12cfb52c0..a271357fd 100644 --- a/docs/user-guide/ingest-data/for-observerbility/loki.md +++ b/docs/user-guide/ingest-data/for-observerbility/loki.md @@ -1,4 +1,5 @@ --- +keywords: [Loki, log storage, API, configuration, data model] description: Guide to integrating Loki with GreptimeDB for log storage, including API usage, example configurations, and data model mapping. --- diff --git a/docs/user-guide/ingest-data/for-observerbility/opentelemetry.md b/docs/user-guide/ingest-data/for-observerbility/opentelemetry.md index d8805ccaa..eeb48a18b 100644 --- a/docs/user-guide/ingest-data/for-observerbility/opentelemetry.md +++ b/docs/user-guide/ingest-data/for-observerbility/opentelemetry.md @@ -1,4 +1,5 @@ --- +keywords: [OpenTelemetry, OTLP, metrics, logs, integration, data model] description: Instructions for integrating OpenTelemetry with GreptimeDB, including metrics and logs data model mapping, example configurations, and supported protocols. --- diff --git a/docs/user-guide/ingest-data/for-observerbility/overview.md b/docs/user-guide/ingest-data/for-observerbility/overview.md index e63d93d51..8bdf1f615 100644 --- a/docs/user-guide/ingest-data/for-observerbility/overview.md +++ b/docs/user-guide/ingest-data/for-observerbility/overview.md @@ -1,4 +1,5 @@ --- +keywords: [observability, integration, Prometheus, Vector, OpenTelemetry, InfluxDB, Loki] description: Overview of integrating GreptimeDB with observability tools like Prometheus, Vector, OpenTelemetry, InfluxDB, and Loki for real-time monitoring and analysis. --- diff --git a/docs/user-guide/ingest-data/for-observerbility/prometheus.md b/docs/user-guide/ingest-data/for-observerbility/prometheus.md index 6a19af047..e8c780ef4 100644 --- a/docs/user-guide/ingest-data/for-observerbility/prometheus.md +++ b/docs/user-guide/ingest-data/for-observerbility/prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus, integration, remote write, data model, efficiency] description: Guide to integrating Prometheus with GreptimeDB for long-term storage, including configuration, data model mapping, and efficiency improvements. --- diff --git a/docs/user-guide/ingest-data/for-observerbility/vector.md b/docs/user-guide/ingest-data/for-observerbility/vector.md index 67311efce..d965fdd18 100644 --- a/docs/user-guide/ingest-data/for-observerbility/vector.md +++ b/docs/user-guide/ingest-data/for-observerbility/vector.md @@ -1,4 +1,5 @@ --- +keywords: [Vector, integration, configuration, data model, metrics] description: Instructions for integrating Vector with GreptimeDB, including configuration, data model mapping, and example configurations. --- diff --git a/docs/user-guide/ingest-data/overview.md b/docs/user-guide/ingest-data/overview.md index c3e3b1252..046c659c8 100644 --- a/docs/user-guide/ingest-data/overview.md +++ b/docs/user-guide/ingest-data/overview.md @@ -1,4 +1,5 @@ --- +keywords: [data ingestion, automatic schema generation, observability, IoT, real-time monitoring] description: Overview of data ingestion methods in GreptimeDB, including automatic schema generation and recommended methods for different scenarios. --- diff --git a/docs/user-guide/integrations/dbeaver.md b/docs/user-guide/integrations/dbeaver.md index bfa55df9a..74724a4dc 100644 --- a/docs/user-guide/integrations/dbeaver.md +++ b/docs/user-guide/integrations/dbeaver.md @@ -1,4 +1,5 @@ --- +keywords: [DBeaver, database tool, MySQL drivers, connection settings, verification] description: Guide to connecting GreptimeDB to DBeaver using MySQL database drivers, including connection settings and verification steps. --- diff --git a/docs/user-guide/integrations/grafana.md b/docs/user-guide/integrations/grafana.md index d805ee062..78bbdeb6e 100644 --- a/docs/user-guide/integrations/grafana.md +++ b/docs/user-guide/integrations/grafana.md @@ -1,4 +1,5 @@ --- +keywords: [Grafana, data source, plugin, installation, connection settings, Prometheus, MySQL] description: Steps to configure GreptimeDB as a data source in Grafana using different plugins and data sources, including installation and connection settings. --- diff --git a/docs/user-guide/integrations/metabase.md b/docs/user-guide/integrations/metabase.md index 74897ac73..8da35568e 100644 --- a/docs/user-guide/integrations/metabase.md +++ b/docs/user-guide/integrations/metabase.md @@ -1,4 +1,5 @@ --- +keywords: [Metabase, BI tool, data source, driver plugin, connection settings] description: Instructions for configuring GreptimeDB as a data source in Metabase, including installation of the driver plugin and connection settings. --- diff --git a/docs/user-guide/integrations/overview.md b/docs/user-guide/integrations/overview.md index c699335e1..bfba3c2fc 100644 --- a/docs/user-guide/integrations/overview.md +++ b/docs/user-guide/integrations/overview.md @@ -1,4 +1,5 @@ --- +keywords: [data ingestion, querying, visualization, Prometheus, Vector, Grafana, Superset, Metabase, EMQX] description: Provides an overview of integrating GreptimeDB with popular tools for data ingestion, querying, and visualization, including Prometheus, Vector, Grafana, Superset, Metabase, and EMQX. --- diff --git a/docs/user-guide/integrations/prometheus.md b/docs/user-guide/integrations/prometheus.md index c974ea7c3..24d9ec908 100644 --- a/docs/user-guide/integrations/prometheus.md +++ b/docs/user-guide/integrations/prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus, remote storage, remote write, PromQL, query metrics] description: Describes how to use GreptimeDB as a remote storage backend for Prometheus and how to query metrics using Prometheus Query Language (PromQL). --- diff --git a/docs/user-guide/integrations/superset.md b/docs/user-guide/integrations/superset.md index 138a9ff99..3031e23a2 100644 --- a/docs/user-guide/integrations/superset.md +++ b/docs/user-guide/integrations/superset.md @@ -1,4 +1,5 @@ --- +keywords: [Apache Superset, BI tool, database configuration, installation steps, connection settings] description: Guide to configuring GreptimeDB as a database in Apache Superset, including installation steps and connection settings. --- diff --git a/docs/user-guide/logs/manage-pipelines.md b/docs/user-guide/logs/manage-pipelines.md index 919c961bf..6c76375e0 100644 --- a/docs/user-guide/logs/manage-pipelines.md +++ b/docs/user-guide/logs/manage-pipelines.md @@ -1,4 +1,5 @@ --- +keywords: [manage pipelines, create pipeline, delete pipeline, built-in pipelines, pipeline debugging] description: Guides on creating, deleting, and managing pipelines in GreptimeDB for parsing and transforming log data, including built-in pipelines and debugging. --- diff --git a/docs/user-guide/logs/overview.md b/docs/user-guide/logs/overview.md index b9854d0f6..8bbe53f87 100644 --- a/docs/user-guide/logs/overview.md +++ b/docs/user-guide/logs/overview.md @@ -1,4 +1,5 @@ --- +keywords: [log service, quick start, pipeline configuration, manage pipelines, query logs] description: Provides links to various guides on using GreptimeDB's log service, including quick start, pipeline configuration, managing pipelines, writing logs, and querying logs. --- diff --git a/docs/user-guide/logs/pipeline-config.md b/docs/user-guide/logs/pipeline-config.md index d12ea016a..90f4506da 100644 --- a/docs/user-guide/logs/pipeline-config.md +++ b/docs/user-guide/logs/pipeline-config.md @@ -1,4 +1,5 @@ --- +keywords: [pipeline configuration, log parsing, log transformation, processors, transform rules] description: Explains the configuration of pipelines in GreptimeDB for parsing and transforming log data, including processors and transform rules. --- diff --git a/docs/user-guide/logs/query-logs.md b/docs/user-guide/logs/query-logs.md index 7b35e7430..c11380314 100644 --- a/docs/user-guide/logs/query-logs.md +++ b/docs/user-guide/logs/query-logs.md @@ -1,4 +1,5 @@ --- +keywords: [query logs, full-text search, MATCHES function, query statements, log analysis] description: Provides a guide on using GreptimeDB's query language for effective searching and analysis of log data, including full-text search and query statements. --- diff --git a/docs/user-guide/logs/quick-start.md b/docs/user-guide/logs/quick-start.md index 806f2aefb..5746ab811 100644 --- a/docs/user-guide/logs/quick-start.md +++ b/docs/user-guide/logs/quick-start.md @@ -1,4 +1,5 @@ --- +keywords: [quick start, write logs, query logs, pipeline, structured data, log ingestion, log collection, log management tools] description: Guides users through the process of quickly writing and querying logs in GreptimeDB, including direct log writing and using pipelines for structured data. --- diff --git a/docs/user-guide/logs/write-logs.md b/docs/user-guide/logs/write-logs.md index d5d49adcd..189242331 100644 --- a/docs/user-guide/logs/write-logs.md +++ b/docs/user-guide/logs/write-logs.md @@ -1,4 +1,5 @@ --- +keywords: [write logs, HTTP interface, log formats, request parameters, JSON logs] description: Describes how to write logs to GreptimeDB using a pipeline via the HTTP interface, including supported formats and request parameters. --- diff --git a/docs/user-guide/manage-data/overview.md b/docs/user-guide/manage-data/overview.md index 37504116a..61275553c 100644 --- a/docs/user-guide/manage-data/overview.md +++ b/docs/user-guide/manage-data/overview.md @@ -1,4 +1,5 @@ --- +keywords: [update data, delete data, truncate table, data retention, TTL policies] description: Provides an overview of managing data in GreptimeDB, including updating, deleting, truncating tables, and managing data retention with TTL policies. --- diff --git a/docs/user-guide/migrate-to-greptimedb/migrate-from-influxdb.md b/docs/user-guide/migrate-to-greptimedb/migrate-from-influxdb.md index ef50ea921..7238bbc52 100644 --- a/docs/user-guide/migrate-to-greptimedb/migrate-from-influxdb.md +++ b/docs/user-guide/migrate-to-greptimedb/migrate-from-influxdb.md @@ -1,4 +1,5 @@ --- +keywords: [migrate from InfluxDB, write data, HTTP API, Telegraf, client libraries] description: Instructions on migrating from InfluxDB to GreptimeDB, including writing data using HTTP API, Telegraf, and client libraries. --- diff --git a/docs/user-guide/migrate-to-greptimedb/migrate-from-mysql.md b/docs/user-guide/migrate-to-greptimedb/migrate-from-mysql.md index b79d8f3e9..1a388a295 100644 --- a/docs/user-guide/migrate-to-greptimedb/migrate-from-mysql.md +++ b/docs/user-guide/migrate-to-greptimedb/migrate-from-mysql.md @@ -1,4 +1,5 @@ --- +keywords: [migrate from MySQL, create databases, write data, export data, import data] description: Step-by-step guide on migrating from MySQL to GreptimeDB, including creating databases, writing data, exporting and importing data. --- diff --git a/docs/user-guide/migrate-to-greptimedb/migrate-from-postgresql.md b/docs/user-guide/migrate-to-greptimedb/migrate-from-postgresql.md index 29b61e67d..0614eceed 100644 --- a/docs/user-guide/migrate-to-greptimedb/migrate-from-postgresql.md +++ b/docs/user-guide/migrate-to-greptimedb/migrate-from-postgresql.md @@ -1,4 +1,5 @@ --- +keywords: [migrate from PostgreSQL, create databases, write data, export data, import data] description: Step-by-step guide on migrating from PostgreSQL to GreptimeDB, including creating databases, writing data, exporting and importing data. --- diff --git a/docs/user-guide/migrate-to-greptimedb/migrate-from-prometheus.md b/docs/user-guide/migrate-to-greptimedb/migrate-from-prometheus.md index 51ecb31cc..aea612c4f 100644 --- a/docs/user-guide/migrate-to-greptimedb/migrate-from-prometheus.md +++ b/docs/user-guide/migrate-to-greptimedb/migrate-from-prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [migrate from Prometheus, remote write configuration, PromQL queries, Grafana integration] description: Instructions on migrating from Prometheus to GreptimeDB, including remote write configuration, PromQL queries, and Grafana integration. --- diff --git a/docs/user-guide/overview.md b/docs/user-guide/overview.md index 62d45540a..7a9679089 100644 --- a/docs/user-guide/overview.md +++ b/docs/user-guide/overview.md @@ -1,4 +1,5 @@ --- +keywords: [time series database, metrics, logs, events, SQL support, range queries, data model, protocols] description: Introduction to GreptimeDB's features, including unified storage for metrics, logs, and events, SQL and multiple protocol support, and range queries. --- diff --git a/docs/user-guide/protocols/grpc.md b/docs/user-guide/protocols/grpc.md index a1a0e4883..deea831b1 100644 --- a/docs/user-guide/protocols/grpc.md +++ b/docs/user-guide/protocols/grpc.md @@ -1,4 +1,5 @@ --- +keywords: [gRPC SDKs, data ingestion, high-performance, create SDK] description: Overview of using gRPC SDKs for efficient and high-performance data ingestion in GreptimeDB. --- diff --git a/docs/user-guide/protocols/http.md b/docs/user-guide/protocols/http.md index d2f86a6ce..97c9bcb9d 100644 --- a/docs/user-guide/protocols/http.md +++ b/docs/user-guide/protocols/http.md @@ -1,4 +1,5 @@ --- +keywords: [HTTP API, authentication, timeout settings, health checks, configuration, SQL queries] description: Guide on using HTTP APIs to interact with GreptimeDB, including authentication, timeout settings, health checks, configuration, and SQL queries. --- diff --git a/docs/user-guide/protocols/influxdb-line-protocol.md b/docs/user-guide/protocols/influxdb-line-protocol.md index 7c4fb5adc..a0e2126b9 100644 --- a/docs/user-guide/protocols/influxdb-line-protocol.md +++ b/docs/user-guide/protocols/influxdb-line-protocol.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB Line Protocol, data ingestion, ping API, health API] description: Instructions on ingesting data to GreptimeDB using InfluxDB Line Protocol and using ping and health APIs. --- diff --git a/docs/user-guide/protocols/mysql.md b/docs/user-guide/protocols/mysql.md index 82c053784..78a19caad 100644 --- a/docs/user-guide/protocols/mysql.md +++ b/docs/user-guide/protocols/mysql.md @@ -1,4 +1,5 @@ --- +keywords: [MySQL connection, table management, data ingestion, querying data, time zones] description: Guide on connecting to GreptimeDB using MySQL, managing tables, ingesting and querying data, and handling time zones. --- diff --git a/docs/user-guide/protocols/postgresql.md b/docs/user-guide/protocols/postgresql.md index 2f9f931d0..4af3e627f 100644 --- a/docs/user-guide/protocols/postgresql.md +++ b/docs/user-guide/protocols/postgresql.md @@ -1,4 +1,5 @@ --- +keywords: [PostgreSQL connection, table management, data ingestion, querying data, time zones, foreign data wrapper] description: Guide on connecting to GreptimeDB using PostgreSQL, managing tables, ingesting and querying data, and handling time zones. --- diff --git a/docs/user-guide/query-data/cte.md b/docs/user-guide/query-data/cte.md index 96285e71a..b1b87ffdf 100644 --- a/docs/user-guide/query-data/cte.md +++ b/docs/user-guide/query-data/cte.md @@ -1,4 +1,5 @@ --- +keywords: [Common Table Expressions, CTE, SQL queries, simplify queries, complex queries, temporary result set] description: Explanation of Common Table Expressions (CTEs) in GreptimeDB, including syntax, examples, and how to use CTEs to simplify complex queries. --- diff --git a/docs/user-guide/query-data/overview.md b/docs/user-guide/query-data/overview.md index 6f6db9ea5..4fc7e8028 100644 --- a/docs/user-guide/query-data/overview.md +++ b/docs/user-guide/query-data/overview.md @@ -1,4 +1,5 @@ --- +keywords: [query languages, PromQL, SQL, views, CTE, query libraries, external data] description: Overview of query languages supported by GreptimeDB, including PromQL and SQL, and recommended libraries for querying data. --- diff --git a/docs/user-guide/query-data/promql.md b/docs/user-guide/query-data/promql.md index 49f24d9b3..820395913 100644 --- a/docs/user-guide/query-data/promql.md +++ b/docs/user-guide/query-data/promql.md @@ -1,4 +1,5 @@ --- +keywords: [PromQL, Prometheus Query Language, HTTP API, SQL extensions, Grafana, Prometheus compatibility] description: Guide on using Prometheus Query Language (PromQL) in GreptimeDB, including HTTP API compatibility, SQL extensions, and supported features and limitations. --- diff --git a/docs/user-guide/query-data/query-external-data.md b/docs/user-guide/query-data/query-external-data.md index 14857a27e..b485ca020 100644 --- a/docs/user-guide/query-data/query-external-data.md +++ b/docs/user-guide/query-data/query-external-data.md @@ -1,4 +1,5 @@ --- +keywords: [query external data, external tables, CSV, Parquet, ORC, NDJson, data files, SQL queries] description: Instructions on querying external data files in GreptimeDB, including creating external tables and running queries on various file formats like CSV and Parquet. --- diff --git a/docs/user-guide/query-data/sql.md b/docs/user-guide/query-data/sql.md index fd89b4019..d6ab684fa 100644 --- a/docs/user-guide/query-data/sql.md +++ b/docs/user-guide/query-data/sql.md @@ -1,4 +1,5 @@ --- +keywords: [SQL queries, data filtering, time zone handling, functions, range queries, aggregations, GreptimeDB SQL] description: Comprehensive guide on querying data in GreptimeDB using SQL, covering basic queries, filtering, time zone handling, functions, and advanced features like range queries and aggregations. --- diff --git a/docs/user-guide/query-data/view.md b/docs/user-guide/query-data/view.md index 5c35c2191..e8efaaeb2 100644 --- a/docs/user-guide/query-data/view.md +++ b/docs/user-guide/query-data/view.md @@ -1,4 +1,5 @@ --- +keywords: [SQL views, create view, query view, update view, manage views, data security, complex queries] description: Explanation of SQL views in GreptimeDB, including how to create, query, update, and manage views for simplifying complex queries and ensuring data security. --- diff --git a/docs/user-guide/timezone.md b/docs/user-guide/timezone.md index ce09db3f4..97c95a6c3 100644 --- a/docs/user-guide/timezone.md +++ b/docs/user-guide/timezone.md @@ -1,4 +1,5 @@ --- +keywords: [time zone management, SQL time zone, data ingestion, querying, client session, time zone configuration] description: Guide on specifying and managing time zones in GreptimeDB client sessions, including impacts on data ingestion and querying. --- diff --git a/docs/user-guide/vectors/vector-type.md b/docs/user-guide/vectors/vector-type.md index 74c6e19b8..3749bd7b0 100644 --- a/docs/user-guide/vectors/vector-type.md +++ b/docs/user-guide/vectors/vector-type.md @@ -1,4 +1,5 @@ --- +keywords: [vector data type, AI applications, machine learning, deep learning, vector storage, vector computation, SQL vector functions] description: Overview of vector data type in GreptimeDB, including how to define, insert, and perform calculations with vector type columns in SQL. --- diff --git a/docusaurus.config.ts b/docusaurus.config.ts index bc36c0ff0..67e4a19cb 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -6,27 +6,30 @@ const locale = process.env.DOC_LANG || 'en' const metaMap = { 'en': [ + { name: 'keywords', content: 'time series database, open source time series database, time series data, observability tools, cloud native database, data observability, observability platform, edge database, IoT edge computing, edge cloud computing, log management, log aggregation, high cardinality, sql query examples, opentelemetry collector, GreptimeDB' }, + { name: 'description', content: 'GreptimeDB is an open-source unified time-series database for Metrics, Logs, Events, and Traces. Learn how to gain real-time insights from edge to cloud at any scale with GreptimeDB and GreptimeCloud.' }, { property: 'og:type', content: 'website' }, { property: 'og:url', content: 'https://docs.greptime.com/' }, - { property: 'og:title', content: 'Cloud-scale, Fast and Efficient Time Series Data Infrastructure' }, - { property: 'og:description', content: 'Greptime provides cloud-scale, fast and efficient Time Series Data Infrastructure' }, + { property: 'og:image', content: 'https://greptime.com/resource/greptime_home_thumbnail.png' }, + { property: 'og:title', content: 'GreptimeDB Documentation | Unified Time-Series Database' }, + { property: 'og:description', content: 'Discover how GreptimeDB unifies metrics, logs, events, and traces with SQL and PromQL. Real-time insights, high scalability, and cloud-native flexibility.' }, { property: 'twitter:card', content: 'summary_large_image' }, { property: 'twitter:url', content: 'https://greptime.com/' }, - { property: 'twitter:title', content: 'Cloud-scale, Fast and Efficient Time Series Data Infrastructure' }, - { property: 'twitter:description', content: 'Greptime provides cloud-scale, fast and efficient Time Series Data Infrastructure' }, { property: 'twitter:image', content: 'https://greptime.com/resource/greptime_home_thumbnail.png' }, { name: 'msvalidate.01', content: 'BD813946F80D5B50E162932BF3FD0D49' } - ], 'zh': [ + { name: 'keywords', content: '时序数据库, 开源时序数据库, 时序数据, 可观测性工具, 云原生数据库, 数据可观测性, 可观测性平台, 边缘数据库, 物联网边缘计算, 边缘云计算, 日志管理, 日志聚合, 高基数, SQL查询示例, OpenTelemetry 收集器, GreptimeDB' }, + { name: 'description', content: 'GreptimeDB 是一个开源的统一时序数据库,用于处理指标、日志、事件和追踪。了解如何使用 GreptimeDB 和 GreptimeCloud 从边缘到云端在任何规模上获得实时洞察。' }, { property: 'og:type', content: 'website' }, - { property: 'og:url', content: 'https://docs.greptime.cn/' }, - { property: 'og:title', content: '分布式、云原生、融合时序和分析为一体的时序数据实时处理平台' }, - { property: 'og:description', content: 'Greptime: 分布式、云原生、融合时序和分析为一体的时序数据实时处理平台' }, + { property: 'og:url', content: 'https://docs.greptime.com/' }, + { property: 'og:image', content: 'https://greptime.com/logo/img/logo-routine-level.png' }, + { property: 'og:title', content: 'GreptimeDB 文档 | 统一时序数据库' }, + { property: 'og:description', content: '了解 GreptimeDB 如何通过 SQL 和 PromQL 统一指标、日志、事件和追踪。实时洞察,高可扩展性和云原生灵活性。' }, { property: 'twitter:card', content: 'summary_large_image' }, { property: 'twitter:url', content: 'https://greptime.com/' }, - { property: 'twitter:title', content: '分布式、云原生、融合时序和分析为一体的时序数据实时处理平台' }, - { property: 'twitter:description', content: 'Greptime: 分布式、云原生、融合时序和分析为一体的时序数据实时处理平台' }, + { property: 'twitter:title', content: 'GreptimeDB 文档 | 统一时序数据库' }, + { property: 'twitter:description', content: '探索 GreptimeDB,这个开源的时序数据库,用于处理指标、日志、事件和追踪。无缝扩展,实时洞察和可观测性工作流。' }, { property: 'twitter:image', content: 'https://greptime.com/resource/greptime_home_thumbnail.png' }, { name: 'msvalidate.01', content: 'BD813946F80D5B50E162932BF3FD0D49' } ] @@ -84,8 +87,8 @@ const algoliaMap = { } const config: Config = { - title: 'GreptimeDB', - tagline: 'Dinosaurs are cool', + title: 'GreptimeDB Documentation | Unified Time-Series Database', + tagline: 'Open-source unified time-series database for Metrics, Logs, Events, and Traces.', favicon: '/favicon.ico', // Set the production url of your site here diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/data-persistence-indexing.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/data-persistence-indexing.md index cd80076f1..698b32add 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/data-persistence-indexing.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/data-persistence-indexing.md @@ -1,4 +1,5 @@ --- +keywords: [数据持久化, 索引机制, SST 文件, 倒排索引] description: 介绍了 GreptimeDB 的数据持久化和索引机制,包括 SST 文件格式、数据持久化过程和倒排索引的实现。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/metric-engine.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/metric-engine.md index 9721077cc..5fa0f6bb7 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/metric-engine.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/metric-engine.md @@ -1,4 +1,5 @@ --- +keywords: [Metric 引擎, 逻辑表, 物理表, DDL 操作] description: 介绍了 Metric 引擎的概念、架构及设计,重点描述了逻辑表与物理表的区别和批量 DDL 操作的实现。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/overview.md index 13e284550..1f63a0dc7 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/overview.md @@ -1,4 +1,5 @@ --- +keywords: [Datanode, gRPC 服务, HTTP 服务, Heartbeat Task, Region Manager] description: 介绍了 Datanode 的主要职责和组件,包括 gRPC 服务、HTTP 服务、Heartbeat Task 和 Region Manager。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/python-scripts.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/python-scripts.md index 103092531..831278e80 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/python-scripts.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/python-scripts.md @@ -1,4 +1,5 @@ --- +keywords: [Python 脚本, 数据分析, CPython, RustPython] description: 介绍了在 GreptimeDB 中使用 Python 脚本进行数据分析的两种后端实现:CPython 和嵌入式 RustPython 解释器。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/query-engine.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/query-engine.md index b8916e226..72b7a7f98 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/query-engine.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/query-engine.md @@ -1,4 +1,5 @@ --- +keywords: [查询引擎, DataFusion, 逻辑计划, 物理计划] description: 介绍了 GreptimeDB 的查询引擎架构,基于 Apache DataFusion 构建,涵盖逻辑计划、物理计划、优化和执行过程。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/storage-engine.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/storage-engine.md index 616c1f4d2..45301b4b8 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/storage-engine.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/storage-engine.md @@ -1,4 +1,5 @@ --- +keywords: [存储引擎, Mito, LSMT, 数据模型, Region] description: 详细介绍了 GreptimeDB 的存储引擎架构、数据模型和 region 的概念,重点描述了 Mito 存储引擎的优化和组件。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/wal.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/wal.md index f2df12b5f..7a6a455e1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/wal.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/datanode/wal.md @@ -1,4 +1,5 @@ --- +keywords: [预写日志, WAL, 数据持久化, 同步刷盘, 异步刷盘] description: 介绍了 GreptimeDB 的预写日志(WAL)机制,包括其命名空间、同步/异步刷盘策略和在数据节点重启时的重放功能。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/arrangement.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/arrangement.md index 4fc53bf91..dd3b6de09 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/arrangement.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/arrangement.md @@ -1,4 +1,5 @@ --- +keywords: [Arrangement, 状态存储, 键值对] description: 描述了 Arrangement 在数据流进程中的状态存储功能,包括键值对存储、查询和删除操作的实现。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/dataflow.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/dataflow.md index c519038c4..9d0792254 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/dataflow.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/dataflow.md @@ -1,4 +1,5 @@ --- +keywords: [Dataflow, SQL 查询, 执行计划, 数据流, map, reduce] description: 解释了 Dataflow 模块的核心计算功能,包括 SQL 查询转换、内部执行计划、数据流的触发运行和支持的操作。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/overview.md index c19968757..ba78bd625 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/flownode/overview.md @@ -1,4 +1,5 @@ --- +keywords: [Flownode, 流处理, FlownodeManager, FlowWorker] description: 介绍了 Flownode 的基本概念、组件和当前版本的支持情况,包括 FlownodeManager、FlowWorker 和 Flow 的功能。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/distributed-querying.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/distributed-querying.md index 8a17eae72..ed47e5595 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/distributed-querying.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/distributed-querying.md @@ -1,4 +1,5 @@ --- +keywords: [分布式查询, 查询拆分, 查询合并, TableScan, 物理计划] description: 介绍 GreptimeDB 中的分布式查询方法,包括查询的拆分和合并过程,以及 TableScan 节点的作用。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/overview.md index 3081e48de..a1a0b3eb0 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/overview.md @@ -1,3 +1,8 @@ +--- +keywords: [Frontend, 客户端请求, 租户管理, 鉴权认证, 流量控制] +description: 介绍 GreptimeDB 中 Frontend 的功能和部署。 +--- + # 概述 `Frontend` 执行客户端的请求,也处理云服务中的一些特定任务,例如租户管理、鉴权认证、流量控制等。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/table-sharding.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/table-sharding.md index 8e545a09b..6f485edae 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/table-sharding.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/frontend/table-sharding.md @@ -1,4 +1,5 @@ --- +keywords: [表分片, 分区, Region, 数据存储, Region 自动移动] description: 介绍 GreptimeDB 中表数据的分片方法,包括分区和 Region 的定义及其关系。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/getting-started.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/getting-started.md index 9eb0b59f0..5730c389a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/getting-started.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/getting-started.md @@ -1,4 +1,5 @@ --- +keywords: [编译, 运行, 源代码, 系统要求, 依赖项, Docker] description: 介绍如何在本地环境中从源代码编译和运行 GreptimeDB,包括系统要求和依赖项。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-trace-greptimedb.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-trace-greptimedb.md index 6234137b7..6c1d922ac 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-trace-greptimedb.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-trace-greptimedb.md @@ -1,4 +1,5 @@ --- +keywords: [tracing, 分布式追踪, tracing 上下文, RPC 调用, 代码埋点] description: 介绍如何在 GreptimeDB 中使用 Rust 的 tracing 框架进行代码埋点,包括在 RPC 中定义和传递 tracing 上下文的方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-use-tokio-console.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-use-tokio-console.md index 304a53ba3..605035d57 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-use-tokio-console.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-use-tokio-console.md @@ -1,4 +1,5 @@ --- +keywords: [tokio-console, GreptimeDB, 构建配置, 启动配置, 调试工具] description: 介绍如何在 GreptimeDB 中启用 tokio-console,包括构建和启动时的配置方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-write-sdk.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-write-sdk.md index dc4f5f35b..ce9c84873 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-write-sdk.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/how-to/how-to-write-sdk.md @@ -1,4 +1,5 @@ --- +keywords: [gRPC SDK, GreptimeDatabase, GreptimeRequest, GreptimeResponse, 插入请求] description: 介绍如何为 GreptimeDB 开发一个 gRPC SDK,包括 GreptimeDatabase 服务的定义、GreptimeRequest 和 GreptimeResponse 的结构。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/admin-api.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/admin-api.md index c0c09a839..2afc712ec 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/admin-api.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/admin-api.md @@ -1,4 +1,5 @@ --- +keywords: [Admin API, 健康检查, leader 查询, 心跳检测, 维护模式] description: 介绍 Metasrv 的 Admin API,包括健康检查、leader 查询和心跳检测等功能。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/overview.md index bae3b2038..6cc821b0f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/overview.md @@ -1,4 +1,5 @@ --- +keywords: [Metasrv, 元数据存储, 请求路由, 负载均衡, 高可用性] description: 介绍 Metasrv 的功能、架构和与前端的交互方式。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/selector.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/selector.md index a11b9a8d0..13aac3ad9 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/selector.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/metasrv/selector.md @@ -1,4 +1,5 @@ --- +keywords: [Selector, Metasrv, Datanode, 路由表, 负载均衡] description: 介绍 Metasrv 中的 Selector,包括其类型和配置方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/overview.md index fe0e34376..b8a457cbc 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/overview.md @@ -1,4 +1,5 @@ --- +keywords: [架构, 关键概念, 数据处理, 组件交互, 数据库] description: 介绍 GreptimeDB 的架构、关键概念和工作原理,包括各组件的交互方式和数据处理流程。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/integration-test.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/integration-test.md index 1e3b6cf4d..63ffa56bc 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/integration-test.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/integration-test.md @@ -1,4 +1,5 @@ --- +keywords: [集成测试, Rust, HTTP, gRPC, 测试工具] description: 介绍 GreptimeDB 的集成测试,包括测试范围和如何运行这些测试。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/sqlness-test.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/sqlness-test.md index 4007a7509..a1683dbda 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/sqlness-test.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/sqlness-test.md @@ -1,4 +1,5 @@ --- +keywords: [Sqlness 测试, SQL, 测试套件, 测试文件, 测试案例] description: 介绍 GreptimeDB 的 Sqlness 测试,包括测试文件类型、组织测试案例和运行测试的方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/unit-test.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/unit-test.md index 0dfaf776d..79c73775b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/unit-test.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor-guide/tests/unit-test.md @@ -1,4 +1,5 @@ --- +keywords: [单元测试, Rust, nextest, 测试覆盖率, CI] description: 介绍 GreptimeDB 的单元测试,包括如何编写、运行和检查测试覆盖率。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/administration/disaster-recovery/dr-solution-based-on-active-active-failover.md b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/administration/disaster-recovery/dr-solution-based-on-active-active-failover.md index cb980144c..6bfc5183c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/administration/disaster-recovery/dr-solution-based-on-active-active-failover.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/administration/disaster-recovery/dr-solution-based-on-active-active-failover.md @@ -1,4 +1,5 @@ --- +keywords: [双活互备, 灾难恢复, RPO, RTO, 故障转移, 读写模式] description: 介绍 GreptimeDB 中基于双活互备的灾难恢复解决方案,包括不同读写模式的 RPO 和 RTO 目标,以及故障转移的处理方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/administration/disaster-recovery/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/administration/disaster-recovery/overview.md index 0f56d79fe..c56a3d165 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/administration/disaster-recovery/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/administration/disaster-recovery/overview.md @@ -1,4 +1,5 @@ --- +keywords: [灾难恢复, DR 解决方案, 双活互备, 数据库, 恢复方案] description: 概述 GreptimeDB Enterprise 中的灾难恢复解决方案,特别是基于双活互备的 DR 解决方案,并提供相关链接以获取更多信息。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/autopilot/region-balancer.md b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/autopilot/region-balancer.md index b88a315cd..fc997d232 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/autopilot/region-balancer.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/autopilot/region-balancer.md @@ -1,4 +1,5 @@ --- +keywords: [Region Balancer, Datanode, 负载均衡, 窗口大小, 负载阈值, 迁移] description: 介绍 Region Balancer 插件,通过配置窗口大小和负载阈值来均衡 Datanode 上的 Region 写入负载,避免频繁迁移。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/deployments/audit-logging.md b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/deployments/audit-logging.md index bb2e24b81..11365559e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/deployments/audit-logging.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/deployments/audit-logging.md @@ -1,4 +1,5 @@ --- +keywords: [审计日志, 配置方法, 监控数据库操作, 合规性, JSON 格式] description: 介绍 GreptimeDB 中的审计日志功能,包括审计日志的格式、配置方法及注意事项,帮助用户监控数据库操作并确保合规性。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/deployments/authentication.md b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/deployments/authentication.md index 9f30e0a6c..7f71e90e8 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/deployments/authentication.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/deployments/authentication.md @@ -1,4 +1,5 @@ --- +keywords: [LDAP 鉴权, simple bind, search bind, 配置示例, 身份验证] description: 介绍 GreptimeDB Enterprise 中的 LDAP 鉴权功能,包括 simple bind 和 search bind 两种模式的配置示例及使用方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/overview.md index 1043b4492..0ce59f653 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/overview.md @@ -1,4 +1,5 @@ --- +keywords: [企业版, 时序数据库, BYOC, 全托管云, 边云一体] description: GreptimeDB Enterprise 是为企业设计的时序数据库解决方案,提供了 BYOC、全托管云、边云一体等部署方式,并包含高级功能如双活互备的 DR 解决方案、LDAP 身份验证和审计日志。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/release-notes/release-24_11.md b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/release-notes/release-24_11.md index 04c59d097..0f4e58777 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/release-notes/release-24_11.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/enterprise/release-notes/release-24_11.md @@ -1,4 +1,5 @@ --- +keywords: [Region Rebalance, 管理控制台, LDAP User Provider, 审计日志, 开源版改进] description: GreptimeDB 企业版 24.11 版本介绍了 Region Rebalance、管理控制台、LDAP User Provider、审计日志等新特性,并基于开源版 v0.10 引入了多项改进。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-cluster.md b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-cluster.md index 4feccc545..3a2ec7f1a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-cluster.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-cluster.md @@ -1,4 +1,5 @@ --- +keywords: [分布式集群, Kubernetes, Docker Compose, 水平扩展, 快速开始] description: 介绍如何在 Kubernetes 和 Docker Compose 中部署 GreptimeDB 集群,以支持水平扩展。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-dashboard.md b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-dashboard.md index bbd199732..d9674647b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-dashboard.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-dashboard.md @@ -1,4 +1,5 @@ --- +keywords: [控制台, 数据可视化, 查询语言, SQL 查询, PromQL 查询] description: 介绍 GreptimeDB 控制台的功能和使用方法,包括数据可视化和多种查询语言的支持。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-standalone.md b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-standalone.md index e6e217fef..01ced0e7e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-standalone.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-standalone.md @@ -1,4 +1,5 @@ --- +keywords: [单机模式, 二进制安装, Docker, Windows, 配置文档] description: 介绍如何在单机模式下安装和运行 GreptimeDB,包括使用二进制文件、Docker 和 Windows 的安装方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/overview.md index 5981d170f..ab4bc1032 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/overview.md @@ -1,4 +1,5 @@ --- +keywords: [安装, 数据库健康检查, 单机模式, 分布式集群, 快速入门] description: 介绍如何安装 GreptimeDB 以及启动后检查数据库健康状态的方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/quick-start.md b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/quick-start.md index f1d2ce71b..3fb23cf53 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/quick-start.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/quick-start.md @@ -1,4 +1,5 @@ --- +keywords: [快速开始, 数据库连接, 创建表, 写入数据, 查询数据, 数据可视化] description: 介绍如何快速开始使用 GreptimeDB,包括连接数据库、创建表、写入数据、查询数据等核心功能。 --- @@ -368,7 +369,6 @@ grpc_metrics,host=host2,method_name=GetUser latency=110,code=1 17207280210000000 ``` 然后点击 `Write` 按钮来导入数据到 `grpc_metrics` 表。如果改表不存在,将会自动创建该表。 - ## 下一步 你现在已经体验了 GreptimeDB 的核心功能。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/go.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/go.md index 8b9d87b0a..d744e4f49 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/go.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/go.md @@ -1,4 +1,5 @@ --- +keywords: [Go, 系统指标, 数据收集, 安装命令, 示例代码, 数据可视化] description: 介绍如何使用 Go 收集系统指标数据并将其发送到 GreptimeCloud,包括安装命令和示例代码。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/influxdb.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/influxdb.md index 0cb5c84c4..c0b639f2c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/influxdb.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/influxdb.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB, 系统指标, 数据收集, Bash 脚本, 数据可视化] description: 介绍如何通过 InfluxDB line protocol 收集系统指标数据并将其发送到 GreptimeCloud。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/java.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/java.md index 17c2c9d17..f86ec9fba 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/java.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/java.md @@ -1,4 +1,5 @@ --- +keywords: [Java, JVM 指标, 数据收集, 下载命令, 示例代码, 数据可视化] description: 介绍如何使用 Java 收集 JVM 运行时指标数据并将其发送到 GreptimeCloud,包括下载命令和示例代码。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/mysql.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/mysql.md index 04ed9fcb7..9a35581b6 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/mysql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/mysql.md @@ -1,4 +1,5 @@ --- +keywords: [MySQL, 系统指标, 数据收集, Bash 脚本, 数据可视化] description: 介绍如何通过 MySQL 收集系统指标数据并将其发送到 GreptimeCloud。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/node.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/node.md index fe9b902fd..93949f38c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/node.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/node.md @@ -1,4 +1,5 @@ --- +keywords: [Node.js, 系统指标, 数据收集, 安装命令, 示例代码, 数据可视化] description: 介绍如何使用 Node.js 收集系统指标数据并将其发送到 GreptimeCloud,包括安装命令和示例代码。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/prometheus.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/prometheus.md index 0a9a6e680..954c850bf 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/prometheus.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus, 系统指标, 数据收集, 配置示例, Docker 启动命令, 数据可视化] description: 介绍如何使用 Prometheus 收集系统指标数据并将其发送到 GreptimeCloud,包括配置文件示例和 Docker 启动命令。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/python.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/python.md index 0af680034..f976d2509 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/python.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/python.md @@ -1,4 +1,5 @@ --- +keywords: [Python, 系统指标, 数据收集, 安装命令, 示例代码, 数据可视化] description: 介绍如何使用 Python 收集系统指标数据并将其发送到 GreptimeCloud,包括安装命令和示例代码。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/vector.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/vector.md index c86b65a71..b13c763e4 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/vector.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/getting-started/vector.md @@ -1,4 +1,5 @@ --- +keywords: [系统指标, 数据收集, 配置示例, 启动命令, 数据可视化] description: 介绍如何使用 Vector 收集系统指标数据并将其发送到 GreptimeCloud,包括配置文件示例和启动命令。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/alloy.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/alloy.md index 09e56b99d..c4d6ae7ad 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/alloy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/alloy.md @@ -1,4 +1,5 @@ --- +keywords: [Grafana Alloy, 数据目的地, Prometheus Remote Write, OpenTelemetry, 配置示例] description: 介绍如何将 GreptimeCloud 配置为 Grafana Alloy 的数据目的地,并提供了 Prometheus Remote Write 和 OpenTelemetry 的配置示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/dbeaver.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/dbeaver.md index f3a5e2c29..9dbc651ab 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/dbeaver.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/dbeaver.md @@ -1,4 +1,5 @@ --- +keywords: [DBeaver, 数据库工具, MySQL Driver, 数据库连接, 配置步骤] description: 介绍如何使用 DBeaver 通过 MySQL Driver 连接到 GreptimeCloud,并提供了连接信息和配置步骤。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/grafana.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/grafana.md index 6a526c8b4..5a1478245 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/grafana.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/grafana.md @@ -1,4 +1,5 @@ --- +keywords: [Grafana, 数据源, 配置示例, Prometheus, MySQL] description: 介绍如何将 GreptimeCloud 配置为 Grafana 数据源,并提供了使用 GreptimeCloud、Prometheus 和 MySQL 数据源的配置示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/influxdb.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/influxdb.md index a368dfaf3..50986178e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/influxdb.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/influxdb.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB, Line Protocol, 数据库连接, Telegraf, Java 客户端] description: 介绍如何使用 InfluxDB Line Protocol 连接到 GreptimeCloud,并提供了 Telegraf 和 Java 客户端的配置示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/kafka.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/kafka.md index 2e009d834..d2b7ace2e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/kafka.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/kafka.md @@ -1,4 +1,5 @@ --- +keywords: [Kafka, 数据传输, 日志数据, 指标数据, 配置示例] description: 介绍如何使用 Kafka 将数据传输到 GreptimeCloud,并提供了日志和指标数据的配置示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/metabase.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/metabase.md index 10e41e55f..a32545664 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/metabase.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/metabase.md @@ -1,4 +1,5 @@ --- +keywords: [Metabase, 数据源, 数据库连接, 配置示例, 认证信息] description: 介绍如何将 GreptimeCloud 添加到 Metabase 作为数据源,并提供了连接信息。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mindsdb.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mindsdb.md index 7b38f784a..6f4f340e1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mindsdb.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mindsdb.md @@ -1,4 +1,5 @@ --- +keywords: [MindsDB, 机器学习平台, 数据库集成, 配置示例, SQL] description: 介绍如何使用 MindsDB 将 GreptimeCloud 实例集成到机器学习平台,并提供了配置示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md index 6423aa906..62f1e49cb 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md @@ -1,4 +1,5 @@ --- +keywords: [MySQL 协议, 数据库连接, CLI 工具, JDBC 客户端, 认证信息] description: 介绍如何通过 MySQL 协议连接到 GreptimeCloud,并提供了连接信息和使用 MySQL、MariaDB CLI 及 JDBC 客户端的示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/otlp.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/otlp.md index bfa1d2dac..66a19d44d 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/otlp.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/otlp.md @@ -1,4 +1,5 @@ --- +keywords: [OpenTelemetry, OTLP, 指标数据, 配置示例, GreptimeCloud] description: 介绍如何通过 OpenTelemetry Protocol (OTLP) 将指标数据发送到 GreptimeCloud,包括使用 OpenTelemetry API/SDK 和 OpenTelemetry Collector 的配置示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/postgresql.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/postgresql.md index 0d03204ac..78be83bfa 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/postgresql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/postgresql.md @@ -1,4 +1,5 @@ --- +keywords: [PostgreSQL, 连接信息, psql 工具, 连接字符串, GreptimeCloud] description: 介绍如何使用 PostgreSQL 协议连接到 GreptimeCloud,包括连接信息、使用 psql 工具和连接字符串示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/prometheus.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/prometheus.md index af63d0434..018f767f6 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/prometheus.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus, 存储, 查询, Remote Write, PromQL, GreptimeCloud] description: 介绍如何将 GreptimeCloud 用作 Prometheus 的存储和查询替代品,包括配置 Remote Write 和使用 Prometheus HTTP API 与 PromQL。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/sdk-libraries/go.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/sdk-libraries/go.md index 745e8824f..e8f52a1e7 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/sdk-libraries/go.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/sdk-libraries/go.md @@ -1,4 +1,5 @@ --- +keywords: [Go SDK, gRPC 协议, 数据库连接, 示例代码, 认证信息] description: 介绍如何使用 GreptimeDB Go SDK 通过 gRPC 协议连接到 GreptimeCloud,并提供了连接信息和示例代码。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/sdk-libraries/java.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/sdk-libraries/java.md index 54d852268..ced17b613 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/sdk-libraries/java.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/sdk-libraries/java.md @@ -1,4 +1,5 @@ --- +keywords: [Java SDK, gRPC 协议, 数据库连接, 示例代码, 认证信息] description: 介绍如何使用 GreptimeDB Java SDK 通过 gRPC 协议连接到 GreptimeCloud,并提供了连接信息和示例代码。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/streamlit.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/streamlit.md index 401d567d6..6576ab380 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/streamlit.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/streamlit.md @@ -1,4 +1,5 @@ --- +keywords: [Streamlit, 数据应用, SQL 查询, Python 框架, GreptimeCloud] description: 介绍如何使用 Streamlit 连接 GreptimeCloud 并执行 SQL 查询,展示数据应用的构建示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/superset.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/superset.md index 7dcf74449..2c1719221 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/superset.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/superset.md @@ -1,4 +1,5 @@ --- +keywords: [Superset, 数据源, 连接信息, URL 格式, GreptimeCloud] description: 介绍如何在 Apache Superset 中将 GreptimeCloud 作为数据源,包括连接信息和 URL 格式。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/vector.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/vector.md index feb0aeb5e..adbdede3b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/vector.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/vector.md @@ -1,4 +1,5 @@ --- +keywords: [Vector, 数据管道, 指标数据, 配置示例, GreptimeCloud] description: 介绍如何使用 Vector 将指标数据发送到 GreptimeCloud,包括配置示例和启动 Vector 的步骤。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/migrate-to-greptimecloud/migrate-from-influxdb.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/migrate-to-greptimecloud/migrate-from-influxdb.md index f54ae207f..c60ac2958 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/migrate-to-greptimecloud/migrate-from-influxdb.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/migrate-to-greptimecloud/migrate-from-influxdb.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB, 迁移, HTTP API, Telegraf, 客户端库, 数据可视化] description: 介绍如何从 InfluxDB 迁移到 GreptimeCloud,包括获取数据库连接信息、通过 HTTP API 和 Telegraf 写入数据、使用客户端库写入数据以及数据可视化。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/migrate-to-greptimecloud/migrate-from-prometheus.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/migrate-to-greptimecloud/migrate-from-prometheus.md index eefb8de90..45f54c990 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/migrate-to-greptimecloud/migrate-from-prometheus.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/migrate-to-greptimecloud/migrate-from-prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus, 迁移, Remote Write, PromQL, Grafana] description: 介绍如何从 Prometheus 迁移到 GreptimeCloud,包括配置 Remote Write、使用 PromQL 查询数据以及在 Grafana 中添加数据源。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/go.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/go.md index 9e22fa2bd..7e86aacbc 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/go.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/go.md @@ -1,4 +1,5 @@ --- +keywords: [Go, 监控, 主机指标, 创建服务, 写入数据, 数据可视化] description: 介绍如何使用 Go 监控主机指标,包括创建服务、写入数据和数据可视化。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/influxdb.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/influxdb.md index 1937262fc..f847b0649 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/influxdb.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/influxdb.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB, 监控, 主机指标, 创建服务, 写入数据, 数据可视化] description: 介绍如何使用 InfluxDB Line Protocol 监控主机指标,包括创建服务、写入数据和数据可视化。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/java.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/java.md index 4d58ae710..3a3bc7a1f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/java.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/java.md @@ -1,4 +1,5 @@ --- +keywords: [Java, 监控, 主机指标, 创建服务, 写入数据, 数据可视化] description: 介绍如何使用 Java 监控主机指标,包括创建服务、写入数据和数据可视化。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/mysql.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/mysql.md index 739c91aff..6620a7b91 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/mysql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/mysql.md @@ -1,4 +1,5 @@ --- +keywords: [MySQL, 监控, 主机指标, 创建服务, 写入数据, 数据可视化] description: 介绍如何使用 MySQL 监控主机指标,包括创建服务、写入数据和数据可视化。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/node-js.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/node-js.md index 68bbc6301..e6846d5cf 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/node-js.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/node-js.md @@ -1,4 +1,5 @@ --- +keywords: [Node.js, 监控, 主机指标, 创建服务, 写入数据, 数据可视化] description: 介绍如何使用 Node.js 监控主机指标,包括创建服务、写入数据和数据可视化。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/prometheus.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/prometheus.md index b19ec9936..73f955c56 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/prometheus.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus, 监控, 主机指标, 创建服务, 写入数据, 数据可视化] description: 介绍如何使用 Prometheus 监控主机指标,包括创建服务、写入数据和数据可视化。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/python.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/python.md index a235c84c2..1573d01c3 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/python.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/tutorials/monitor-host-metrics/python.md @@ -1,4 +1,5 @@ --- +keywords: [Python, 监控, 主机指标, 创建服务, 写入数据, 数据可视化] description: 介绍如何使用 Python 监控主机指标,包括创建服务、写入数据和数据可视化。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/billing.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/billing.md index 01fdb9c25..9a0bedaa8 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/billing.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/billing.md @@ -1,4 +1,5 @@ --- +keywords: [账单, 发票, 用量跟踪, 费用计算, GreptimeCloud] description: 介绍 GreptimeCloud 的账单生成、用量跟踪和费用计算方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/dedicated.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/dedicated.md index d9dd167aa..b29610686 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/dedicated.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/dedicated.md @@ -1,4 +1,5 @@ --- +keywords: [Dedicated 计划, 专用 CPU, 存储, 费用计算, 计算节点, 网络流量, 数据保留策略] description: 介绍 Dedicated 计划的特点、配置方法和费用计算公式。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/hobby.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/hobby.md index c2fa2feb2..79f8977ca 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/hobby.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/hobby.md @@ -1,4 +1,5 @@ --- +keywords: [Hobby 计划, 免费, 限制, RCU, WCU, 存储容量, 数据保留策略] description: 介绍 GreptimeCloud 的免费 Hobby 计划及其限制。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/request-capacity-unit.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/request-capacity-unit.md index f076373ac..a7c201f0d 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/request-capacity-unit.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/request-capacity-unit.md @@ -1,4 +1,5 @@ --- +keywords: [请求容量单位, WCU, RCU, 计算方法, 优化建议, 数据类型, HTTP 响应] description: 详细介绍 GreptimeCloud 的请求容量单位算法,包括 WCU 和 RCU 的计算方法和优化建议。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/serverless.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/serverless.md index b71acabc7..2a87c70b7 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/serverless.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/usage-&-billing/serverless.md @@ -1,4 +1,5 @@ --- +keywords: [Serverless, 容量单元, WCU, RCU, 费用计算, 数据存储, 数据保留策略] description: 介绍 Serverless 计划的特点、配置方法和费用计算公式。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/index.md b/i18n/zh/docusaurus-plugin-content-docs/current/index.md index d75a4aa53..bdfc659df 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/index.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/index.md @@ -1,4 +1,5 @@ --- +keywords: [简介, 核心功能, 特点, 文档链接, 时序数据库, 实时数据洞察, GreptimeCloud] description: 介绍了 GreptimeDB 的核心功能和特点,并提供了相关文档的链接,帮助用户快速上手和深入了解。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/about-greptimedb-version.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/about-greptimedb-version.md index 52affc4e2..ab041813b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/about-greptimedb-version.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/about-greptimedb-version.md @@ -1,4 +1,5 @@ --- +keywords: [版本号, 语义化版本控制, 主版本号, 次版本号, 修订号] description: 介绍 GreptimeDB 版本号的语义化版本控制方案,包括主版本号、次版本号和修订号的定义和影响。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/command-lines.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/command-lines.md index a9de7c73d..ff70b94bf 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/command-lines.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/command-lines.md @@ -1,4 +1,5 @@ --- +keywords: [命令行工具, 安装 Greptime, 启动服务, 配置示例, 升级版本] description: 介绍 Greptime 命令行工具的安装、使用方法,包括全局选项、各子命令选项、配置示例、升级 GreptimeDB 版本等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/gtctl.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/gtctl.md index bdc854a05..5ba0e2862 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/gtctl.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/gtctl.md @@ -1,4 +1,5 @@ --- +keywords: [gtctl, 安装, Homebrew, 源代码构建, 自动补全, 快速入门, 部署, Kubernetes, 裸机模式] description: 介绍 gtctl 工具的安装、使用方法,包括一键安装、通过 Homebrew 安装、从源代码构建、启用自动补全、快速入门、部署等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/http-endpoints.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/http-endpoints.md index 6d7d7ddb2..4a5c6c7d9 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/http-endpoints.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/http-endpoints.md @@ -1,3 +1,8 @@ +--- +keywords: [HTTP API, 管理 API, 健康检查, 状态, 指标, 配置, 仪表盘, 日志级别, 性能分析] +description: 介绍 GreptimeDB 中各种 HTTP 路径及其用法的完整列表。 +--- + # HTTP API 端点列表 以下是 GreptimeDB 中各种 HTTP 路径及其用法的完整列表: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql-tools.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql-tools.md index 24c430efd..d7c30ded2 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql-tools.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql-tools.md @@ -1,4 +1,5 @@ --- +keywords: [SQL 工具, 查询库, 编程语言 Driver, 数据库连接, Raw SQL, 命令行工具, GUI 工具, HTTP API] description: 介绍如何使用 SQL 工具与 GreptimeDB 交互,包括推荐的查询库、安装方法、连接数据库、使用 Raw SQL 查询数据等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/admin.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/admin.md index 663b86c1d..d32de0159 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/admin.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/admin.md @@ -1,4 +1,5 @@ --- +keywords: [管理函数, ADMIN 语句, SQL ADMIN, 数据库管理, 表管理, 数据管理] description: ADMIN 语句用于运行管理函数来管理数据库和数据。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/alter.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/alter.md index 928befe3e..e5ae6006e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/alter.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/alter.md @@ -1,4 +1,5 @@ --- +keywords: [修改数据库, 修改表, ALTER 语句, SQL ALTER, 数据库设置, 表设置] description: ALTER 用于修改数据库的设置、表的设置或表的元数据。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/case.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/case.md index b20f6a9b8..9bcb03ca6 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/case.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/case.md @@ -1,4 +1,5 @@ --- +keywords: [条件逻辑, CASE 语句, SQL CASE, 条件查询, 数据检索, SQL 语法] description: CASE 语句允许在查询中执行条件逻辑,根据条件返回特定值。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/cast.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/cast.md index 7785a02bd..01f28fa47 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/cast.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/cast.md @@ -1,4 +1,5 @@ --- +keywords: [数据类型转换, CAST 语句, SQL CAST, 类型转换, 数据类型, SQL 语法] description: CAST 用于将一个数据类型的表达式转换为另一个数据类型。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/compatibility.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/compatibility.md index 9c64866eb..a60bfcd39 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/compatibility.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/compatibility.md @@ -1,4 +1,5 @@ --- +keywords: [ANSI SQL, SQL 兼容性, SQL 扩展, SQL 语法, 数据库兼容性, SQL 特性] description: GreptimeDB 支持的 SQL 是 ANSI SQL 的子集,并且拥有一些特有的扩展。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/copy.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/copy.md index 8527c3079..d30f6f494 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/copy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/copy.md @@ -1,4 +1,5 @@ --- +keywords: [数据导入, 数据导出, COPY 语句, SQL COPY, 数据库复制, 表复制] description: COPY 语句用于导入和导出表或数据库的数据。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/create.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/create.md index 7ae2f2fb3..225c334d6 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/create.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/create.md @@ -1,4 +1,5 @@ --- +keywords: [创建数据库, 创建表, CREATE 语句, SQL 创建, 数据库选项, 表选项] description: CREATE 用于创建新的数据库或表,支持指定列、主键、时间索引、存储引擎和其他选项。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/data-types.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/data-types.md index ebeb10b46..91b6a396b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/data-types.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/data-types.md @@ -1,4 +1,5 @@ --- +keywords: [SQL 数据类型, 字符串类型, 数值类型, 日期和时间类型, 布尔类型, JSON 类型] description: SQL 数据类型定义了列可以存储的数据类型,包括字符串、二进制、数值、日期和时间、布尔和 JSON 类型。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/delete.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/delete.md index ee4c35007..4d78aa4a5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/delete.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/delete.md @@ -1,4 +1,5 @@ --- +keywords: [SQL DELETE 语句, 删除行数据, 数据删除, SQL 示例, 数据库操作] description: DELETE 用于从表中删除行数据,满足条件的行会立刻被标记,后续查询无法获取这些行数据。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/describe_table.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/describe_table.md index 144ed6207..5a129f5a6 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/describe_table.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/describe_table.md @@ -1,4 +1,5 @@ --- +keywords: [SQL DESCRIBE TABLE 语句, 表结构描述, 列信息, 数据库表, SQL 示例] description: DESCRIBE TABLE 用于描述数据库中表的结构,包括列名、类型、主键、是否为空、默认值和语义类型。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/distinct.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/distinct.md index 6b7d1e850..a5f7afea9 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/distinct.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/distinct.md @@ -1,4 +1,5 @@ --- +keywords: [SQL DISTINCT 语句, 唯一值选择, 数据去重, SQL 示例, 数据分析] description: SELECT DISTINCT 用于从一组数据中选择唯一值,可以与过滤条件结合使用。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/drop.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/drop.md index aace111ba..c4fd9f96f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/drop.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/drop.md @@ -1,4 +1,5 @@ --- +keywords: [SQL DROP 语句, 删除数据库, 删除表, 删除视图, 删除流, SQL 示例] description: DROP 用于删除数据库、表、流或视图,操作不可撤销,需谨慎使用。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/explain.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/explain.md index 357edb592..b549366f8 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/explain.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/explain.md @@ -1,4 +1,5 @@ --- +keywords: [SQL EXPLAIN 语句, 执行计划, 查询优化, ANALYZE 子句, SQL 示例] description: EXPLAIN 用于提供语句的执行计划,ANALYZE 子句将执行语句并测量每个计划节点的时间和输出行数。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/df-functions.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/df-functions.md index f590d01f2..7f0ad05c5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/df-functions.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/df-functions.md @@ -1,4 +1,5 @@ --- +keywords: [DataFusion functions, scalar functions, window functions, array functions] description: 介绍了 Apache DataFusion 项目中的函数,包括标量函数和窗口函数的定义、使用方法和相关的 SQL 查询示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/geo.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/geo.md index f5ff87a7d..f76194996 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/geo.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/geo.md @@ -1,4 +1,5 @@ --- +keywords: [地理函数, 空间关系, SQL 查询, 数据库地理, 地理空间] description: 列出了 GreptimeDB 中的所有地理空间相关函数,包括函数的定义、使用方法和相关的 SQL 查询示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/json.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/json.md index 2eea60ce3..5166773b1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/json.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/json.md @@ -1,4 +1,5 @@ --- +keywords: [JSON函数, 数据转换, SQL 查询, 数据库 JSON, JSON 操作] description: 列出了 GreptimeDB 中的所有 JSON 函数,包括函数的定义、使用方法和相关的 SQL 查询示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/overview.md index 42060282c..c7f589142 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/overview.md @@ -1,4 +1,5 @@ --- +keywords: [函数概述, Datafusion 函数, GreptimeDB 函数, SQL 查询, 数据库函数] description: 提供了 GreptimeDB 中函数的概述,包括函数的分类、定义和使用方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/vector.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/vector.md index 10c6b7a93..8169db14f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/vector.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/vector.md @@ -1,4 +1,5 @@ --- +keywords: [向量函数, 距离计算, 向量运算, SQL 查询, 数据库向量] description: 列出了 GreptimeDB 中的所有向量函数,包括函数的定义、使用方法和相关的 SQL 查询示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/group_by.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/group_by.md index 971e3d8fb..c7b5cfc0f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/group_by.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/group_by.md @@ -1,4 +1,5 @@ --- +keywords: [SQL GROUP BY 子句, 数据分组, 聚合函数, 数据汇总, SQL 示例] description: GROUP BY 语句用于对具有相同值的行进行分组,通常与聚合函数一起使用。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/build-info.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/build-info.md index 7e9723803..e889ab537 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/build-info.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/build-info.md @@ -1,4 +1,5 @@ --- +keywords: [BUILD_INFO 表, 构建信息, 版本信息, SQL查询, 数据库构建] description: 提供了 GreptimeDB 构建信息的相关内容,包括版本信息、构建时间和相关的 SQL 查询示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/character-sets.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/character-sets.md index c3a8696fa..779d06d61 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/character-sets.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/character-sets.md @@ -1,4 +1,5 @@ --- +keywords: [CHARACTER_SETS 表, 字符集, SQL 查询, 数据库字符集, 字符集信息] description: 介绍了 GreptimeDB 中的字符集,包括字符集的定义、使用方法和相关的 SQL 查询示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/cluster-info.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/cluster-info.md index c3053c975..f6527fd93 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/cluster-info.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/cluster-info.md @@ -1,4 +1,5 @@ --- +keywords: [CLUSTER_INFO 表, 集群信息, 节点信息, SQL查询, 数据库集群] description: 提供了 GreptimeDB 集群信息的相关内容,包括集群状态、节点信息和相关的 SQL 查询示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/collation-character-set-applicability.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/collation-character-set-applicability.md index 00c060f8c..40254eaf5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/collation-character-set-applicability.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/collation-character-set-applicability.md @@ -1,4 +1,5 @@ --- +keywords: [COLLATION_CHARACTER_SET_APPLICABILITY 表, 排序规则, 字符集, SQL 查询, 数据库适用性] description: 介绍了 GreptimeDB 中排序规则与字符集的适用性,包括如何在 SQL 查询中使用这些规则和字符集。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/collations.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/collations.md index 6fe1e8f23..8b68d4ae6 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/collations.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/collations.md @@ -1,4 +1,5 @@ --- +keywords: [COLLATIONS 表, 排序规则, 字符集, SQL 查询, 数据库排序] description: 介绍了 GreptimeDB 中字符集的排序规则,包括排序规则的定义、使用方法和相关的 SQL 查询示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/columns.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/columns.md index b54f22a12..0b2f1f0bb 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/columns.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/columns.md @@ -1,4 +1,5 @@ --- +keywords: [COLUMNS 表, 列信息, SQL查询, 数据库列, 表结构] description: COLUMNS 表提供关于表中每列的详细信息。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/engines.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/engines.md index 53bef8d3c..ee2a6bba6 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/engines.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/engines.md @@ -1,4 +1,5 @@ --- +keywords: [存储引擎信息, ENGINES 表, 支持级别, 默认存储引擎, 事务支持] description: ENGINES 表提供关于存储引擎的信息,检查 GreptimeDB 是否支持某个存储引擎或查看默认的存储引擎。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/flows.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/flows.md index 3651e9872..0fecad724 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/flows.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/flows.md @@ -1,4 +1,5 @@ --- +keywords: [Flow 任务信息, FLOWS 表, 任务定义, 过期时间, 源表 id] description: FLOWS 表提供 Flow 任务的相关信息。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/key-column-usage.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/key-column-usage.md index 18f6912cd..ccb594c51 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/key-column-usage.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/key-column-usage.md @@ -1,4 +1,5 @@ --- +keywords: [键约束, KEY_COLUMN_USAGE 表, 时间索引键, 外键约束, 列位置] description: KEY_COLUMN_USAGE 表描述列的键约束,例如时间索引键的约束。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/overview.md index c64e92df6..58c4f15a9 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/overview.md @@ -1,4 +1,5 @@ --- +keywords: [系统元数据, INFORMATION_SCHEMA, MySQL 兼容性, 自定义表, 集群信息] description: INFORMATION_SCHEMA 提供对系统元数据的访问,例如数据库或表的名称、列的数据类型等。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/partitions.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/partitions.md index f3e1c9926..e1de3ae00 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/partitions.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/partitions.md @@ -1,4 +1,5 @@ --- +keywords: [分区表信息, PARTITIONS 表, 分区方法, 分区表达式, Region Id] description: PARTITIONS 表提供关于分区表的信息。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/procedure-info.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/procedure-info.md index 2a44de145..484589fa3 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/procedure-info.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/procedure-info.md @@ -1,4 +1,5 @@ --- +keywords: [Procedure 信息, PROCEDURE_INFO表, Procedure 类型, 时间戳, 锁定键] description: PROCEDURE_INFO 表提供各种 Procedure 的详细信息。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/region-peers.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/region-peers.md index 4f4b7aa6f..88ebbed36 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/region-peers.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/region-peers.md @@ -1,4 +1,5 @@ --- +keywords: [Region 节点信息, REGION_PEERS 表, 节点状态, leader, learner] description: REGION_PEERS 表显示 GreptimeDB 中单个 Region 节点的详细信息,例如它是 learner 还是 leader。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/region-statistics.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/region-statistics.md index fbdb86ae6..7dc56fa55 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/region-statistics.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/region-statistics.md @@ -1,4 +1,5 @@ --- +keywords: [Region 统计信息, REGION_STATISTICS 表, 总行数, 磁盘大小, 近似值] description: REGION_STATISTICS 表提供关于某个 Region 统计信息的详细数据,包括总行数、磁盘大小等。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/runtime-metrics.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/runtime-metrics.md index fb7e526e0..4ff9d0ffc 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/runtime-metrics.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/runtime-metrics.md @@ -1,4 +1,5 @@ --- +keywords: [运行时指标, RUNTIME_METRICS 表, 系统指标, 集群指标, HTTP 端点] description: RUNTIME_METRICS 表提供系统运行时指标,包括集群中 `/metrics` HTTP 端点输出的所有指标。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/schemata.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/schemata.md index 3f05b826e..a2aaf6d0e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/schemata.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/schemata.md @@ -1,4 +1,5 @@ --- +keywords: [数据库信息, SCHEMATA 表, SHOW DATABASES, 字段描述, 数据库目录] description: SCHEMATA 表提供数据库的相关信息及其字段描述。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/table-constraints.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/table-constraints.md index 93325cba2..f54907905 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/table-constraints.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/table-constraints.md @@ -1,4 +1,5 @@ --- +keywords: [表约束, TABLE_CONSTRAINTS 表, SQL 约束, 数据库约束, 约束类型, 约束描述] description: TABLE_CONSTRAINTS 表描述了哪些表具有约束及相关信息。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/tables.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/tables.md index 65edfb1ff..468b8cdc6 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/tables.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/tables.md @@ -1,4 +1,5 @@ --- +keywords: [表信息, TABLES 表, SQL 表, 数据库表, 表字段, 表描述] description: TABLES 表提供数据库中表的信息及其字段描述。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/views.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/views.md index 586847d47..7789bbd64 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/views.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/information-schema/views.md @@ -1,4 +1,5 @@ --- +keywords: [视图, VIEWS 表, SQL 视图, 数据库视图, 视图定义, 视图字段] description: VIEWS 表提供当前用户可见的视图列表及其字段描述。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/insert.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/insert.md index 2c3996d25..243e0bbfb 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/insert.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/insert.md @@ -1,4 +1,5 @@ --- +keywords: [SQL INSERT 语句, 插入数据, 多条记录插入, 默认值插入, 二进制数据插入, 特殊数值插入] description: INSERT 用于将一条或多条记录插入到 GreptimeDB 中的表中,支持指定列名和使用默认值。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/join.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/join.md index 7d543122c..457c540ac 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/join.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/join.md @@ -1,4 +1,5 @@ --- +keywords: [SQL JOIN 子句, 表连接, INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN, SQL 示例] description: JOIN 用于组合两个或多个表中基于相关列的行,支持 INNER JOIN、LEFT JOIN、RIGHT JOIN 和 FULL OUTER JOIN。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/limit.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/limit.md index 2a1f7931c..9b48d0325 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/limit.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/limit.md @@ -1,4 +1,5 @@ --- +keywords: [SQL LIMIT 子句, 查询行数限制, SQL 性能优化, 数据库查询优化, SQL 示例] description: 介绍了 `LIMIT` 子句的用法,通过示例展示了如何限制查询返回的行数。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/order_by.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/order_by.md index 75b498a33..f7b06609a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/order_by.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/order_by.md @@ -1,4 +1,5 @@ --- +keywords: [ORDER BY 语法, 数据排序, 升序排序, 降序排序, SQL 示例] description: 介绍了 `ORDER BY` 语法的基本用法,通过示例展示了如何对数据进行升序或降序排序。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/range.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/range.md index 0ecccc745..abeb3a1c1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/range.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/range.md @@ -1,4 +1,5 @@ --- +keywords: [Range 查询, 时间范围查询, 聚合查询, SQL 示例, FILL 选项] description: 介绍了 Range 查询的语法和用法,包括 `FILL`、`TO` 和 `BY` 选项的详细说明和示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/select.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/select.md index 239ed3dae..4c1a23f75 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/select.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/select.md @@ -1,4 +1,5 @@ --- +keywords: [SELECT 语句, SQL 查询, WHERE 子句, LIMIT 子句, JOIN 子句, GROUP BY 子句] description: 介绍了 `SELECT` 语句的基本语法和用法,包括 `WHERE`、`LIMIT`、`JOIN` 和 `GROUP BY` 子句的示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/show.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/show.md index 01289e5cf..a69146a70 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/show.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/show.md @@ -1,4 +1,5 @@ --- +keywords: [SHOW 关键字, 数据库信息, 表信息, SQL 示例, SHOW DATABASES] description: 介绍了 `SHOW` 关键字的各种用法,包括展示数据库、表、视图和索引等信息的语法和示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/tql.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/tql.md index dee5fa417..94a25249f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/tql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/tql.md @@ -1,4 +1,5 @@ --- +keywords: [TQL 关键字, EVAL, EXPLAIN, ANALYZE, 时间序列查询] description: 介绍了 `TQL` 关键字及其在 GreptimeDB 中的用法,包括 `EVAL`、`EXPLAIN` 和 `ANALYZE` 的语法和示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/truncate.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/truncate.md index e27c406f1..3429db8d1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/truncate.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/truncate.md @@ -1,4 +1,5 @@ --- +keywords: [TRUNCATE TABLE, SQL 删除, 高效删除, 数据库操作, SQL 示例] description: 介绍了 `TRUNCATE TABLE` 语句的用法,用于高效地删除表中的所有数据。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/where.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/where.md index c8c924865..901ac3ae1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/where.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/where.md @@ -1,4 +1,5 @@ --- +keywords: [WHERE 子句, SQL 过滤, 逻辑运算符, 数字比较, 列表查找] description: 介绍了 `WHERE` 子句的用法,包括逻辑运算符、数字比较和列表查找的示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/with.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/with.md index 755528a47..8a77d795c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/with.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/with.md @@ -1,4 +1,5 @@ --- +keywords: [公共表表达式, CTE, SQL 查询, WITH 关键字, SQL 示例] description: 介绍了如何使用 `WITH` 关键字定义公共表表达式(CTE),包括基本语法和示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/reference/telemetry.md b/i18n/zh/docusaurus-plugin-content-docs/current/reference/telemetry.md index 2d5c79229..ba76aeafb 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/reference/telemetry.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/reference/telemetry.md @@ -1,4 +1,5 @@ --- +keywords: [指标收集, 数据收集, 隐私保护, 配置管理, 禁用指标, 操作系统, 机器架构, 集群信息] description: 介绍 GreptimeDB 的指标收集功能,包括收集的数据类型、如何禁用指标收集等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/capacity-plan.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/capacity-plan.md index e00b10c78..55a0627b7 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/capacity-plan.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/capacity-plan.md @@ -1,4 +1,5 @@ --- +keywords: [容量规划, CPU 需求, 内存需求, 存储需求, 数据保留策略, 硬件成本, 资源分配, 性能优化] description: 提供 GreptimeDB 的 CPU、内存和存储需求的一般建议,帮助用户根据工作负载进行容量规划。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/back-up-&-restore-data.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/back-up-&-restore-data.md index 52de13d55..e1ef42a00 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/back-up-&-restore-data.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/back-up-&-restore-data.md @@ -1,4 +1,5 @@ --- +keywords: [备份, 恢复, 导出工具, 导入工具, 数据库备份, 数据恢复, 命令行工具, 使用场景, 最佳实践] description: 介绍 GreptimeDB 的导出和导入工具,用于数据库备份和恢复,包括命令语法、选项、常见使用场景、最佳实践和故障排除等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/dr-solution-based-on-cross-region-deployment-in-single-cluster.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/dr-solution-based-on-cross-region-deployment-in-single-cluster.md index 95ffd0f23..3f332440f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/dr-solution-based-on-cross-region-deployment-in-single-cluster.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/dr-solution-based-on-cross-region-deployment-in-single-cluster.md @@ -1,4 +1,5 @@ --- +keywords: [跨区域部署, 单集群, 灾难恢复, DR 解决方案, 数据中心, 高可用性, 网络延迟, 元数据, 数据分区] description: 介绍 GreptimeDB 基于单集群跨区域部署的灾难恢复(DR)解决方案,包括不同区域和数据中心的部署架构及其比较。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/overview.md index 776a4ddef..1b3bba9f2 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/disaster-recovery/overview.md @@ -1,4 +1,5 @@ --- +keywords: [灾难恢复, DR 解决方案, 备份与恢复, RTO, RPO, 组件架构, 双活互备, 跨区域部署, 数据恢复] description: 介绍 GreptimeDB 的灾难恢复(DR)解决方案,包括基本概念、组件架构、不同的 DR 解决方案及其比较。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/basic-table-operations.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/basic-table-operations.md index d7757fc69..891fc5520 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/basic-table-operations.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/basic-table-operations.md @@ -1,4 +1,5 @@ --- +keywords: [表操作, 创建表, 修改表, 删除表, 描述表] description: 介绍 GreptimeDB 中表的基本操作,包括创建数据库和表、描述表、显示表定义和索引、列出现有表、修改表和删除表等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/compaction.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/compaction.md index 8786c9d03..3d4ed1468 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/compaction.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/compaction.md @@ -1,4 +1,5 @@ --- +keywords: [压缩策略, 时间窗口压缩, 严格窗口压缩, SST 文件, 手动压缩] description: 介绍 GreptimeDB 中的压缩策略,包括时间窗口压缩策略(TWCS)和严格窗口压缩策略(SWCS),以及它们的概念、参数和使用示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/overview.md index 2efcf671c..f47d5b099 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/overview.md @@ -1,4 +1,5 @@ --- +keywords: [数据管理, 存储位置, 表操作, 数据更新, TTL 策略] description: 提供 GreptimeDB 数据管理的概述,包括存储位置说明、表的基本操作、更新或删除数据、TTL 策略、表分片、Region 迁移、Region Failover 和 Compaction 等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/region-failover.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/region-failover.md index 51eb48d64..0df187321 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/region-failover.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/region-failover.md @@ -1,4 +1,5 @@ --- +keywords: [Region Failover, 故障恢复, 恢复时间, 共享存储, Kafka WAL] description: 介绍 Region Failover 功能及其在 GreptimeDB 中的应用,包括开启 Region Failover、恢复时间和改进恢复时间的建议等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/region-migration.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/region-migration.md index 19ec6c35a..e7299121b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/region-migration.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/region-migration.md @@ -1,4 +1,5 @@ --- +keywords: [Region 迁移, 数据迁移, 负载均衡, 迁移请求, 迁移状态] description: 介绍 Region 迁移功能及其在 GreptimeDB 中的应用,包括查询 Region 分布、选择迁移目标节点、发起迁移请求和查询迁移状态等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/table-sharding.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/table-sharding.md index c39e09806..8e26b5946 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/table-sharding.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/manage-data/table-sharding.md @@ -1,4 +1,5 @@ --- +keywords: [表分片, 分区规则, 分布式表, 插入数据, 分布式查询] description: 介绍表分片技术及其在 GreptimeDB 中的应用,包括分片时机、分区规则、创建分布式表、插入数据和分布式查询等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/export-metrics.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/export-metrics.md index 2bbf46ecc..e7537d77a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/export-metrics.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/export-metrics.md @@ -1,4 +1,5 @@ --- +keywords: [导出指标, Prometheus, 监控指标, self_import, remote_write] description: 介绍如何导出 GreptimeDB 的监控指标到 Prometheus 或 GreptimeDB 自身,并提供各组件的指标详情。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/overview.md index b6d0db7e2..ca535b6fc 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/overview.md @@ -1,4 +1,5 @@ --- +keywords: [监控, 数据库监控, 导出指标, 链路追踪, Prometheus] description: 介绍监控 GreptimeDB 的方法,包括导出指标和链路追踪。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/tracing.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/tracing.md index c2457841b..e4700fb6e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/tracing.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/monitoring/tracing.md @@ -1,4 +1,5 @@ --- +keywords: [链路追踪, 分布式追踪, Jaeger, OTLP 协议, tracing 采样率] description: 介绍 GreptimeDB 的分布式链路追踪功能,包括如何使用 Jaeger 进行追踪和配置 tracing 采样率。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/overview.md index c44c6f5a5..e37d1dfc5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/overview.md @@ -1,4 +1,5 @@ --- +keywords: [管理策略, 安装, 容量规划, 数据管理, 配置, 灾难恢复, 监控, 性能调优, 升级, 运行时信息] description: 介绍 GreptimeDB 管理中的策略和实践,包括安装、容量规划、数据管理、配置、灾难恢复、监控和升级等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/performance-tuning-tips.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/performance-tuning-tips.md index 76efd11d6..a90b8747d 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/performance-tuning-tips.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/performance-tuning-tips.md @@ -1,4 +1,5 @@ --- +keywords: [性能调优, 查询性能, 缓存配置, 写入优化, 表结构设计, 指标监控, 对象存储, 批量写入, append-only 表] description: 提供 GreptimeDB 性能调优的技巧,包括查询性能指标、缓存配置、写入优化和表结构设计建议。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/remote-wal/cluster-deployment.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/remote-wal/cluster-deployment.md index db8e851d1..408d316c6 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/remote-wal/cluster-deployment.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/remote-wal/cluster-deployment.md @@ -1,4 +1,5 @@ --- +keywords: [集群部署, Kubernetes, GreptimeDB Operator, etcd 集群, Kafka 集群, Remote WAL, 数据写入, 数据查询] description: 介绍如何在 Kubernetes 中部署带有 Remote WAL 配置的 GreptimeDB 集群,包括部署 GreptimeDB Operator、etcd 集群、Kafka 集群和 GreptimeDB 集群。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/remote-wal/quick-start.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/remote-wal/quick-start.md index a256d17ef..7ebeebb27 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/remote-wal/quick-start.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/remote-wal/quick-start.md @@ -1,4 +1,5 @@ --- +keywords: [快速开始, Remote WAL, Docker, Kafka 服务, Standalone GreptimeDB, 数据写入, 数据查询, Kafka Topics] description: 介绍如何使用 Docker 快速启动带有 Remote WAL 的 Standalone GreptimeDB,包括创建自定义 Docker bridge、启动 Kafka 服务和 GreptimeDB。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/runtime-info.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/runtime-info.md index 7675bebbd..0fcdf0348 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/runtime-info.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/runtime-info.md @@ -1,4 +1,5 @@ --- +keywords: [运行时信息, INFORMATION_SCHEMA, 系统元数据, 集群拓扑, Region 分布, 查询示例, 元数据访问] description: 介绍如何通过 INFORMATION_SCHEMA 数据库访问系统元数据,并提供查询集群拓扑信息和表的 Region 分布的示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/upgrade.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/upgrade.md index 240c9408d..641ee7aa5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/upgrade.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/administration/upgrade.md @@ -1,4 +1,5 @@ --- +keywords: [版本升级, 内置工具, CLI 工具, 迁移升级, 导出数据, 导入数据, 升级步骤, 数据库升级] description: 介绍如何使用内置工具将 GreptimeDB 从 v0.4 及以上版本升级到最新版本,包括 CLI 工具的使用和具体步骤。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/architecture.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/architecture.md index 98e7e6f1c..bb009b69a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/architecture.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/architecture.md @@ -1,4 +1,5 @@ --- +keywords: [基础架构, Metasrv, Frontend, Datanodes, 集群, 路由, 监测, 伸缩扩容, 数据存储, 读写请求] description: 介绍 GreptimeDB 的基础架构,包括 Metasrv、Frontend 和 Datanodes 三个主要组成部分及其功能。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/data-model.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/data-model.md index c14ad1b07..f4d8fb981 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/data-model.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/data-model.md @@ -1,4 +1,5 @@ --- +keywords: [数据模型, 表结构, 列类型, 设计考虑, 时序表, Tag 列, Timestamp 列, Field 列, Metric 表, Log 表] description: 介绍 GreptimeDB 的数据模型,包括表的结构、列类型和设计考虑,适用于指标、日志和事件数据。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/features-that-you-concern.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/features-that-you-concern.md index 985bf91a2..ad5a8cb48 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/features-that-you-concern.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/features-that-you-concern.md @@ -1,4 +1,5 @@ --- +keywords: [关键特性, 日志处理, 数据更新, 数据删除, TTL 策略, 压缩率, 高基数问题, 持续聚合, 云存储, 性能对比, 灾难恢复, 地理空间索引, JSON 数据] description: 介绍 GreptimeDB 的关键特性,并解答用户关心的常见问题,如日志处理、数据更新和删除、TTL 策略等。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/key-concepts.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/key-concepts.md index 23fdb4cf4..85e9c7854 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/key-concepts.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/key-concepts.md @@ -1,4 +1,5 @@ --- +keywords: [核心概念, 数据库, 时序表, 数据类型, 索引, 视图, Flow] description: 介绍 GreptimeDB 的核心概念,包括数据库、时序表、数据类型、索引、视图和 Flow 等。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/overview.md index 47e3261cd..737fa1861 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/overview.md @@ -1,4 +1,5 @@ --- +keywords: [特点, 优势, 数据模型, 基础架构, 存储位置, 核心概念, 关键特性] description: 概述 GreptimeDB 的特点和优势,并提供相关文档链接,帮助用户了解 GreptimeDB 的设计和功能。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/storage-location.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/storage-location.md index e1b67675d..faacd9c34 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/storage-location.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/storage-location.md @@ -1,4 +1,5 @@ --- +keywords: [存储位置, 本地文件系统, 云存储, AWS S3, Azure Blob Storage, 阿里云 OSS, 存储文件结构] description: 介绍 GreptimeDB 支持的存储位置,包括本地文件系统和各种云存储服务,以及存储文件结构。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/why-greptimedb.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/why-greptimedb.md index c0c2e7124..ca230e58c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/why-greptimedb.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/why-greptimedb.md @@ -1,4 +1,5 @@ --- +keywords: [时序数据库, 云原生, 分布式, 高性能, 用户友好, 存算分离, PromQL, SQL, Python] description: 介绍 GreptimeDB 的特点、设计原则和优势,包括统一指标、日志和事件,云原生设计,高性能和用户友好等。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/authentication/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/authentication/overview.md index fde03cabc..0fa4148b0 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/authentication/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/authentication/overview.md @@ -1,4 +1,5 @@ --- +keywords: [身份验证, 用户 Provider, 静态用户, LDAP 用户, 连接数据库] description: GreptimeDB 的身份验证概述,介绍了多种用户 Provider 的实现,包括静态用户 Provider 和 LDAP 用户 Provider。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/authentication/static.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/authentication/static.md index bfd43d498..83d6463c5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/authentication/static.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/authentication/static.md @@ -1,4 +1,5 @@ --- +keywords: [静态用户配置, 身份验证, 用户帐户, 配置文件, 固定帐户] description: 介绍了 GreptimeDB 的静态用户配置,允许通过配置文件设置固定帐户进行身份验证。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/configuration.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/configuration.md index 601dbb72e..b6374ba27 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/configuration.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/configuration.md @@ -1,4 +1,5 @@ --- +keywords: [配置指南, 命令行选项, 配置文件, 环境变量, 协议选项, 存储选项, WAL 选项, 日志选项] description: GreptimeDB 的配置指南,介绍了命令行选项、配置文件、环境变量、协议选项、存储选项、WAL 选项、日志选项等详细配置方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/getting-started.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/getting-started.md index bc2ca80c5..fda7c451b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/getting-started.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/getting-started.md @@ -1,4 +1,5 @@ --- +keywords: [Kubernetes 部署, GreptimeDB Operator, 测试集群, 安装, 验证, etcd 集群, 监控集成] description: 在 Kubernetes 上使用 GreptimeDB Operator 部署 GreptimeDB 集群的指南,包括前置条件、创建测试集群、安装和验证步骤。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/greptimedb-operator-management.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/greptimedb-operator-management.md index 1f4b0faa3..eb5356a68 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/greptimedb-operator-management.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/greptimedb-operator-management.md @@ -1,4 +1,5 @@ --- +keywords: [Operator 管理, 安装, 升级, 配置, 卸载, 自动化部署, 多云支持, 扩缩容, 监控] description: GreptimeDB Operator 的管理指南,包括安装、升级、配置和卸载的详细步骤。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/overview.md index 31125823c..59d2dea5f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/deploy-on-kubernetes/overview.md @@ -1,4 +1,5 @@ --- +keywords: [Kubernetes 部署, Operator 模式, 自动化管理, 集群部署, 单机实例, 私有云, 公有云] description: 在 Kubernetes 上部署 GreptimeDB 的概述,介绍了 GreptimeDB Operator 的功能和使用方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/overview.md index 25e2f8c5a..1bdb83243 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/overview.md @@ -1,4 +1,5 @@ --- +keywords: [配置项, 鉴权, Kubernetes 部署, Android 运行, 容量规划, GreptimeCloud] description: GreptimeDB 部署概述,包括配置项、鉴权、在 Kubernetes 上部署、在 Android 上运行、容量规划和 GreptimeCloud 的介绍。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/run-on-android.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/run-on-android.md index b248c4ecc..6d6cabdf7 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/run-on-android.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments/run-on-android.md @@ -1,4 +1,5 @@ --- +keywords: [安卓平台, ARM64 CPU, Android API 23, Termux 终端模拟器, 二进制文件, 配置文件, 启动服务, 连接数据库] description: 在安卓平台运行 GreptimeDB 的指南,包括安装终端模拟器、下载二进制文件、创建配置文件、启动服务和连接数据库的步骤。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/continuous-aggregation.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/continuous-aggregation.md index 3c577bda8..4cb932890 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/continuous-aggregation.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/continuous-aggregation.md @@ -1,4 +1,5 @@ --- +keywords: [持续聚合, 实时分析, 实时监控, 实时仪表盘, 聚合函数, 时间窗口, SQL 示例] description: 持续聚合是处理时间序列数据以提供实时洞察的关键方面。本文介绍了持续聚合的三个主要用例:实时分析、实时监控和实时仪表盘,并提供了详细的 SQL 示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/expressions.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/expressions.md index f0d9140a6..a7180deeb 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/expressions.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/expressions.md @@ -1,4 +1,5 @@ --- +keywords: [聚合函数, 标量函数, count, sum, avg, min, max, date_bin, date_trunc, trunc] description: 列出了 GreptimeDB 中 flow 支持的聚合函数和标量函数。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/manage-flow.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/manage-flow.md index 175d27cb3..343f3334c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/manage-flow.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/manage-flow.md @@ -1,4 +1,5 @@ --- +keywords: [创建 flow, 删除 flow, 输入表, sink 表, SQL 语法, 时间窗口, 刷新 flow] description: 介绍如何在 GreptimeDB 中创建和删除 flow,包括创建 sink 表、flow 的 SQL 语法和示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/overview.md index 287321da9..768dc1944 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/overview.md @@ -1,4 +1,5 @@ --- +keywords: [Flow 引擎, 实时计算, ETL 过程, 即时计算, 程序模型, 使用案例, 快速入门] description: 了解 GreptimeDB 的 Flow 引擎如何实现数据流的实时计算,如何用于 ETL 过程和即时计算。了解其程序模型、使用案例以及从 nginx 日志计算 user_agent 统计信息的快速入门示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/emqx.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/emqx.md index eaee3e802..0faab5416 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/emqx.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/emqx.md @@ -1,3 +1,8 @@ +--- +keywords: [EMQX, MQTT 消息服务器, 物联网, 实时通信, 数据集成, 数据桥接] +description: EMQX 是一款开源的大规模分布式 MQTT 消息服务器,专为物联网和实时通信应用而设计。了解如何将 GreptimeDB 集成到 EMQX 中。 +--- + # EMQX [EMQX](https://www.emqx.io/) 是一款开源的大规模分布式 MQTT 消息服务器,专为物联网和实时通信应用而设计。EMQX 支持多种协议,包括 MQTT (3.1、3.1.1 和 5.0)、HTTP、QUIC 和 WebSocket 等,保证各种网络环境和硬件设备的可访问性。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/go.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/go.md index c7873fb19..d336cdc24 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/go.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/go.md @@ -1,4 +1,5 @@ --- +keywords: [Go SDK, 数据写入, 安装 SDK, 连接数据库, 插入数据, 调试日志, 并发安全] description: 介绍如何使用 GreptimeDB 提供的 Go Ingest SDK 写入数据,包括安装、连接、插入数据和调试日志等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/java.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/java.md index 896d128b3..1c5285931 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/java.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/java.md @@ -1,4 +1,5 @@ --- +keywords: [Java SDK, 数据写入, 安装 JDK, 连接数据库, 插入数据, 调试日志, 性能指标] description: 介绍如何使用 GreptimeDB 提供的 Java ingester SDK 写入数据,包括安装、连接、插入数据和调试日志等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/overview.md index 049be1b5e..bcaee1db8 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/overview.md @@ -1,4 +1,5 @@ --- +keywords: [SDK, 数据写入, Go 示例, Java 示例, 数据库连接, 数据插入, 调试日志] description: 演示如何使用 SDK 在 GreptimeDB 中写入数据,提供 Go 和 Java 的示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/influxdb-line-protocol.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/influxdb-line-protocol.md index a10adaf2d..c2b340b16 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/influxdb-line-protocol.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/influxdb-line-protocol.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB Line Protocol, 数据写入, Telegraf 集成, 数据模型, 鉴权] description: 详细介绍如何使用 InfluxDB Line Protocol 将数据写入 GreptimeDB,包括协议、鉴权、Telegraf 集成和数据模型映射。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/opentsdb.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/opentsdb.md index d5bee0196..3cf67ebd0 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/opentsdb.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/opentsdb.md @@ -1,4 +1,5 @@ --- +keywords: [OpenTSDB, HTTP API, 数据写入, 示例代码, 注意事项] description: 介绍如何使用 OpenTSDB 协议通过 HTTP API 将数据写入 GreptimeDB,包括示例代码和注意事项。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/overview.md index 93c51d26f..69714baf4 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/overview.md @@ -1,4 +1,5 @@ --- +keywords: [物联网, 数据写入, SQL, gRPC SDK, InfluxDB Line Protocol, EMQX, OpenTSDB] description: 概述 GreptimeDB 支持的各种数据写入方法,包括 SQL、gRPC SDK、InfluxDB Line Protocol、EMQX 和 OpenTSDB。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/sql.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/sql.md index 0bf71b5eb..fc66f8916 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/sql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/sql.md @@ -1,4 +1,5 @@ --- +keywords: [SQL, 数据写入, 创建表, 插入数据, 时区设置] description: 介绍如何使用 SQL 将数据写入 GreptimeDB,包括创建表、插入数据和时区设置等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/loki.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/loki.md index a94cdc395..cc52bcd03 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/loki.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/loki.md @@ -1,4 +1,5 @@ --- +keywords: [Loki, 日志数据, API 信息, 示例代码, 数据模型] description: 介绍如何使用 Loki 将日志数据发送到 GreptimeDB,包括 API 信息、示例代码和数据模型映射。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/opentelemetry.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/opentelemetry.md index b59dd3ff1..12a2d7ff4 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/opentelemetry.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/opentelemetry.md @@ -1,4 +1,5 @@ --- +keywords: [OpenTelemetry, OTLP, metrics, logs, 数据模型] description: 介绍如何使用 OpenTelemetry Protocol (OTLP) 将观测数据(如 metrics 和 logs)导出到 GreptimeDB,包括示例代码和数据模型的映射规则。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/overview.md index b749a95db..d640e4de5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/overview.md @@ -1,4 +1,5 @@ --- +keywords: [可观测性, Prometheus, Vector, OpenTelemetry, InfluxDB Line Protocol] description: 介绍 GreptimeDB 在可观测性场景中的应用,包括与 Prometheus、Vector、OpenTelemetry 和 InfluxDB Line Protocol 的集成。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/prometheus.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/prometheus.md index b58d3b734..97bcfab11 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/prometheus.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus, 长期存储, Remote Write, 数据模型, 配置示例] description: 介绍如何将 GreptimeDB 作为 Prometheus 的长期存储解决方案,包括配置 Remote Write 和数据模型的映射规则。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/vector.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/vector.md index 61028559b..bb18cfa4b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/vector.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-observerbility/vector.md @@ -1,4 +1,5 @@ --- +keywords: [Vector, 数据写入, gRPC 通信, 数据模型, 配置示例] description: 介绍如何使用 Vector 将数据写入 GreptimeDB,包括最小配置示例和数据模型的映射规则。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/overview.md index c9c248e2d..b2a1d266e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/overview.md @@ -1,4 +1,5 @@ --- +keywords: [自动生成表结构, schema 写入, 数据写入方法, 数据管理, 数据集成] description: 介绍 GreptimeDB 的自动生成表结构功能和推荐的数据写入方法,并提供下一步学习的链接。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/dbeaver.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/dbeaver.md index 94f9e817f..d0600fd3d 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/dbeaver.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/dbeaver.md @@ -1,4 +1,5 @@ --- +keywords: [DBeaver, MySQL Driver, 数据库工具, 连接 GreptimeDB, 配置连接, 数据库管理] description: 介绍如何使用 DBeaver 通过 MySQL Driver 连接到 GreptimeDB,包括配置连接的详细步骤。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/grafana.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/grafana.md index 33d813e93..f0bb53c63 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/grafana.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/grafana.md @@ -1,4 +1,5 @@ --- +keywords: [Grafana, 数据源, GreptimeDB 插件, Prometheus 数据源, MySQL 数据源, 仪表盘, 数据可视化] description: 介绍如何将 GreptimeDB 配置为 Grafana 数据源,包括使用 GreptimeDB 数据源插件、Prometheus 数据源和 MySQL 数据源的方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/metabase.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/metabase.md index 4d4eff39b..5f1073ea2 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/metabase.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/metabase.md @@ -1,4 +1,5 @@ --- +keywords: [Metabase, 数据源, 安装 Driver, 添加数据库, BI 工具, 数据分析] description: 介绍如何将 GreptimeDB 添加到 Metabase 作为数据源,包括安装 Driver 和添加 GreptimeDB 数据库的方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/prometheus.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/prometheus.md index 591b6741d..79c2ca55d 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/prometheus.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus, 远程存储, PromQL, 查询数据, 数据写入, 监控工具] description: 介绍如何将 GreptimeDB 作为 Prometheus 的远程存储后端,并支持使用 Prometheus 查询语言 (PromQL) 查询数据。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/superset.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/superset.md index 5ad42689e..0a3d81750 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/superset.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/integrations/superset.md @@ -1,4 +1,5 @@ --- +keywords: [Superset, 数据源, Docker Compose, 本地运行, 添加数据库, SQLAlchemy URI, BI 工具] description: 介绍如何将 GreptimeDB 作为 Apache Superset 的数据源,包括使用 Docker Compose 和本地运行 Superset 的安装步骤,以及添加 GreptimeDB 数据库的方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/manage-pipelines.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/manage-pipelines.md index 9e06b9eee..01461ed67 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/manage-pipelines.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/manage-pipelines.md @@ -1,4 +1,5 @@ --- +keywords: [管理 Pipeline, 创建 Pipeline, 删除 Pipeline, 查询 Pipeline, 内置 Pipeline, 数据处理, 日志解析, 日志转换] description: 介绍如何在 GreptimeDB 中管理 Pipeline,包括创建、删除和查询 Pipeline 的方法,以及内置 Pipeline 的使用。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/pipeline-config.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/pipeline-config.md index f2d03366b..f5fc00ffb 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/pipeline-config.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/pipeline-config.md @@ -1,4 +1,5 @@ --- +keywords: [Pipeline 配置, Processor, Transform, 解析日志, 转换日志, YAML 配置, 数据处理, 时间字段解析, 字段拆分] description: 介绍 GreptimeDB 中 Pipeline 的配置,包括 Processor 和 Transform 的使用方法,以及各种 Processor 的详细配置示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/query-logs.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/query-logs.md index 09a6559b2..ad6b1b4dd 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/query-logs.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/query-logs.md @@ -1,4 +1,5 @@ --- +keywords: [查询日志, GreptimeDB 查询语言, MATCHES 函数, 全文搜索, 查询语句类型, 全文索引, 配置全文索引] description: 介绍如何使用 GreptimeDB 提供的查询语言进行日志数据的搜索和分析,包括使用 MATCHES 函数进行全文搜索和配置全文索引。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/quick-start.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/quick-start.md index 2c9b4326e..70bab4cc7 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/quick-start.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/quick-start.md @@ -1,4 +1,5 @@ --- +keywords: [快速开始, 写入日志, 查询日志, 直接写入, 使用 Pipeline, 创建表, 插入日志, gRPC 协议, JSON 日志, 自定义 Pipeline] description: 介绍如何快速开始写入和查询日志,包括直接写入日志和使用 Pipeline 写入日志的方法,以及两者的区别。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/write-logs.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/write-logs.md index 2827bfd33..8b95e0e42 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/write-logs.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/write-logs.md @@ -1,4 +1,5 @@ --- +keywords: [日志写入, HTTP 接口, Pipeline 配置, 数据格式, 请求参数] description: 介绍如何通过 HTTP 接口使用指定的 Pipeline 将日志写入 GreptimeDB,包括请求参数、数据格式和示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/manage-data/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/manage-data/overview.md index 67b828661..fac40dd15 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/manage-data/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/manage-data/overview.md @@ -1,4 +1,5 @@ --- +keywords: [数据管理, 数据更新, 数据删除, TTL 策略, 数据保留] description: 介绍如何在 GreptimeDB 中更新和删除数据,包括使用相同的 tag 和 time index 更新数据、删除数据、使用 TTL 策略保留数据等。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-influxdb.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-influxdb.md index 5ccf2c75c..13ae8b8cd 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-influxdb.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-influxdb.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB 迁移, 数据迁移, HTTP API, 数据写入, 客户端库] description: 指导用户从 InfluxDB 迁移到 GreptimeDB,包括使用 HTTP API 和客户端库写入数据的示例。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-mysql.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-mysql.md index 077bef03e..5a37c01be 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-mysql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-mysql.md @@ -1,4 +1,5 @@ --- +keywords: [MySQL 迁移, 数据迁移, 数据库创建, 数据导出, 数据导入] description: 指导用户从 MySQL 迁移到 GreptimeDB,包括创建数据库和表、双写策略、数据导出和导入等步骤。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-postgresql.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-postgresql.md index dbe1c6d00..b54f061ed 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-postgresql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-postgresql.md @@ -1,4 +1,5 @@ --- +keywords: [PostgreSQL 迁移, 数据迁移, 数据库创建, 数据导出, 数据导入] description: 指导用户从 PostgreSQL 迁移到 GreptimeDB,包括创建数据库和表、双写策略、数据导出和导入等步骤。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-prometheus.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-prometheus.md index 4c59bd2a9..da8941cd8 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-prometheus.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/migrate-to-greptimedb/migrate-from-prometheus.md @@ -1,4 +1,5 @@ --- +keywords: [Prometheus 迁移, 数据迁移, 监控数据, 数据导入, 数据查询] description: 介绍从 Prometheus 迁移到 GreptimeDB 的步骤和注意事项。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/overview.md index 156fd6143..cd385a227 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/overview.md @@ -1,4 +1,5 @@ --- +keywords: [概述, 功能, 特点, SQL 查询, 数据处理, GreptimeDB, 数据模型, 范围查询] description: 概述了 GreptimeDB 的功能和特点,并通过 SQL 查询示例展示了其强大的数据处理能力。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/http.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/http.md index b2c39f6b7..fd6c4f6b9 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/http.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/http.md @@ -1,4 +1,5 @@ --- +keywords: [HTTP API, 数据库交互, 鉴权, 时区, 请求超时, 管理 Pipeline] description: 介绍 GreptimeDB 提供的 HTTP API 用于与数据库进行交互。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/influxdb-line-protocol.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/influxdb-line-protocol.md index 8568d54b2..5e209ef8c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/influxdb-line-protocol.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/influxdb-line-protocol.md @@ -1,4 +1,5 @@ --- +keywords: [InfluxDB Line Protocol, 写入数据, PING, health API] description: 介绍如何使用 InfluxDB Line Protocol 向 GreptimeDB 写入数据。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/mysql.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/mysql.md index 2364542bd..875bd879b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/mysql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/mysql.md @@ -1,4 +1,5 @@ --- +keywords: [MySQL 协议, 连接数据库, 管理表, 写入数据, 查询数据, 时区] description: 介绍如何通过 MySQL 协议连接和使用 GreptimeDB。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/postgresql.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/postgresql.md index 8581db5da..c09f1daf1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/postgresql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/postgresql.md @@ -1,4 +1,5 @@ --- +keywords: [PostgreSQL 协议, 连接数据库, 管理表, 写入数据, 读取数据, 时区, 外部数据] description: 介绍如何通过 PostgreSQL 协议连接和使用 GreptimeDB。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/cte.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/cte.md index 03fb2eeb5..382ad3bd5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/cte.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/cte.md @@ -1,4 +1,5 @@ --- +keywords: [公共表表达式, CTE, SQL 查询, 临时结果集, 简化查询, 可读性, 可重用性] description: 介绍公共表表达式(CTE)的基本概念和使用方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/overview.md index 9633f2258..74287edf9 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/overview.md @@ -1,4 +1,5 @@ --- +keywords: [查询语言, SQL, PromQL, 查询库, 外部数据查询, 公共表表达式, 视图] description: 介绍 GreptimeDB 支持的查询语言和推荐的查询库。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/promql.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/promql.md index 8ca811deb..40f00eec1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/promql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/promql.md @@ -1,4 +1,5 @@ --- +keywords: [PromQL, Prometheus 查询语言, HTTP API, SQL 扩展, Grafana, Prometheus 替代品] description: 介绍 GreptimeDB 对 Prometheus 查询语言(PromQL)的支持,包括 HTTP API 和 SQL 扩展。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/query-external-data.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/query-external-data.md index 118b2ec38..f341aa59c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/query-external-data.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/query-external-data.md @@ -1,4 +1,5 @@ --- +keywords: [外部数据查询, 创建外部表, 查询目录数据, Parquet 文件, CSV 文件, ORC 文件, NDJson 文件] description: 介绍如何查询外部数据文件,包括创建外部表和查询目录中的数据。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/sql.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/sql.md index 99c302acb..762b9d1ab 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/sql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/sql.md @@ -1,4 +1,5 @@ --- +keywords: [SQL 查询, 基础查询, 数据过滤, 数据排序, 数据聚合, 时间索引, 时间函数, 时间序列数据] description: 介绍 GreptimeDB 支持的 SQL 查询功能,包括基础查询、函数使用、数据过滤、排序、聚合等内容。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/view.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/view.md index 29dc6f157..5b8825ade 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/view.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/view.md @@ -1,4 +1,5 @@ --- +keywords: [视图, SQL 视图, 创建视图, 更新视图, 删除视图, 显示视图定义, 列出视图] description: 介绍了视图的定义、使用示例、更新、显示定义、列出视图和删除视图的方法。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/timezone.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/timezone.md index a986a19db..986ce0b08 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/timezone.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/timezone.md @@ -1,4 +1,5 @@ --- +keywords: [时区, 客户端会话, 数据写入, 数据查询, 时间管理, GreptimeDB, 时区设置] description: 介绍了如何在客户端会话中指定时区,并解释了时区设置对数据写入和查询的影响。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/vectors/vector-type.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/vectors/vector-type.md index b8d4459fc..fde0ce1b4 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/vectors/vector-type.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/vectors/vector-type.md @@ -1,4 +1,5 @@ --- +keywords: [向量, 数据类型, AI 应用, 特征表示, 相似度计算, GreptimeDB, 向量存储, 向量计算] description: 介绍了向量数据类型在 GreptimeDB 中的定义、写入和计算方法,适用于 AI 应用中的特征表示和相似度计算。 --- diff --git a/static/img/logo.svg b/static/img/logo.svg index 9db6d0d06..1f7a23ac2 100644 --- a/static/img/logo.svg +++ b/static/img/logo.svg @@ -1 +1,11 @@ - \ No newline at end of file + + + logo-DB-routine-level@2x + + + + + + + + \ No newline at end of file