datacap/docs/mkdocs.yml

222 lines
6.6 KiB
YAML
Raw Normal View History

2022-12-13 17:08:12 +08:00
site_name: DataCap
2023-02-03 11:19:53 +08:00
site_url: https://databap.edurt.io/
2023-10-17 12:34:01 +08:00
site_author: devlive-community
2022-09-19 21:45:00 +08:00
site_description: >-
DataCap is integrated software for data transformation, integration and visualization.
2023-08-09 16:34:43 +08:00
repo_name: devlive-community/datacap
repo_url: https://github.com/devlive-community/datacap
edit_uri: "https://github.com/devlive-community/datacap/blob/dev/docs/docs"
banners:
2023-11-01 22:14:19 +08:00
- title: DataCap 1.16.0 is released
link: /release-latest.html
2023-10-17 12:34:01 +08:00
description: <a href="https://github.com/devlive-community/datacap"> Do you ❤️ DataCap? Give us a 🌟 on GitHub </a>
2022-09-19 21:45:00 +08:00
copyright: Copyright &copy; 2023 devlive-community
2022-09-19 21:45:00 +08:00
theme:
name: material
custom_dir: overrides
2023-03-02 21:15:00 +08:00
logo: assets/logo.png
favicon: assets/logo.png
2023-01-30 22:14:10 +08:00
include_search_page: true
2022-09-19 21:45:00 +08:00
search_index_only: true
2022-12-13 17:08:12 +08:00
language: en
2022-09-19 21:45:00 +08:00
features:
- content.code.annotate
- content.tabs.link
- navigation.indexes
2023-03-06 22:48:13 +08:00
- navigation.path
2022-09-19 21:45:00 +08:00
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- content.tooltips
2023-03-07 23:01:02 +08:00
- content.code.copy
2023-11-01 20:32:56 +08:00
- content.action.edit
- content.action.view
2022-09-19 21:45:00 +08:00
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
2023-04-11 19:09:31 +08:00
2022-09-19 21:45:00 +08:00
extra:
social:
- icon: fontawesome/brands/github
2023-10-17 12:34:01 +08:00
link: https://github.com/devlive-community
2022-09-19 21:45:00 +08:00
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/qianmoQ/
2023-03-06 22:48:13 +08:00
status:
new: Recently added
2023-05-06 17:52:13 +08:00
1.10.0: 1.10.0
2023-06-06 22:58:42 +08:00
1.11.0: 1.11.0
2023-09-13 11:22:20 +08:00
1.14.0: 1.14.0
2023-04-11 19:09:31 +08:00
alternate:
- name: English
link: /en/
lang: en
- name: Chinese (Simplified)
link: /zh/
lang: zh
2023-01-29 13:24:35 +08:00
extra_css:
- stylesheets/extra.css
- css/datacap.css
extra_javascript:
- js/datacap.js
2022-09-19 21:45:00 +08:00
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
- pymdownx.magiclink:
repo_url_shorthand: true
2023-10-17 12:34:01 +08:00
user: devlive-community
2023-02-03 11:19:53 +08:00
repo: datacap
2022-09-19 21:45:00 +08:00
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
use_directory_urls: false
2023-10-17 12:34:01 +08:00
2022-09-19 21:45:00 +08:00
plugins:
2023-04-11 19:09:31 +08:00
- i18n:
2023-10-17 12:34:01 +08:00
reconfigure_material: true
2023-04-11 19:09:31 +08:00
default_language: en
languages:
2023-10-17 12:34:01 +08:00
- locale: zh
name: Chinese (Simplified)
build: true
default: false
- locale: en
name: English
build: true
default: true
2022-09-19 21:45:00 +08:00
- search
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
2022-09-22 13:22:56 +08:00
type: date
2022-09-19 21:45:00 +08:00
- git-authors
- redirects:
redirect_maps:
2023-02-15 23:14:00 +08:00
release-latest.md: release/latest.md
2022-09-19 21:45:00 +08:00
nav:
2023-03-07 23:01:02 +08:00
- Home:
- index.md
2022-12-13 17:08:12 +08:00
- Documentation:
2023-04-10 21:15:56 +08:00
- Installation:
- reference/get_started/install.md
- reference/get_started/install_containers.md
- reference/get_started/install_rainbond.md
2022-12-13 17:08:12 +08:00
- Query: reference/get_started/query.md
2023-03-07 23:04:44 +08:00
- Clients:
2023-09-13 11:22:20 +08:00
- reference/clients/cli.md
2023-01-29 13:48:42 +08:00
- User Manager:
2023-11-01 20:32:56 +08:00
- reference/admin/profile/home.md
- reference/admin/datasource/home.md
- reference/admin/snippet/home.md
- reference/admin/history/query/home.md
- reference/admin/pipeline/home.md
2023-01-29 16:29:07 +08:00
- Monitor:
- Processor: reference/admin/processor/home.md
2023-01-29 16:54:38 +08:00
- System Setting:
- Basic:
- Functions: reference/admin/functions/home.md
2022-12-13 17:08:12 +08:00
- Template:
2023-01-29 16:54:38 +08:00
- Sql: reference/admin/template/sql/home.md
2023-02-09 00:27:24 +08:00
- Connecting to connectors:
2023-03-06 22:50:38 +08:00
- reference/connectors/index.md
2023-06-06 22:58:42 +08:00
- Apache Cassandra: reference/connectors/cassandra.md
2023-01-29 13:24:35 +08:00
- JDBC:
2023-04-25 11:52:09 +08:00
- Hologres: reference/connectors/jdbc/hologres.md
2023-04-20 13:41:43 +08:00
- StarRocks: reference/connectors/jdbc/starrocks.md
2023-04-19 19:43:22 +08:00
- Apache Doris: reference/connectors/jdbc/doris.md
- DuckDB: reference/connectors/jdbc/duckdb.md
2023-03-06 22:50:38 +08:00
- Yandex Database: reference/connectors/jdbc/ydb.md
- Snowflake: reference/connectors/jdbc/snowflake.md
- MySQL: reference/connectors/jdbc/mysql.md
- ClickHouse: reference/connectors/jdbc/clickhouse.md
2023-01-29 13:24:35 +08:00
- Native:
2023-05-06 17:52:13 +08:00
- Apache Pinot: reference/connectors/jdbc/pinot.md
2023-04-28 15:19:09 +08:00
- Apache Hadoop:
- HDFS: reference/connectors/native/hadoop/hdfs.md
2023-04-10 21:15:56 +08:00
- H2 Database: reference/connectors/native/h2.md
2023-03-06 22:48:13 +08:00
- Apache Kafka:
2023-03-06 22:50:38 +08:00
- reference/connectors/native/kafka/index.md
- SHOW TOPICS: reference/sql_syntax/connectors/native/kafka/show_topics.md
- SHOW CONSUMERS: reference/sql_syntax/connectors/native/kafka/show_consumers.md
- SHOW DATABASES: reference/sql_syntax/connectors/native/kafka/show_databases.md
- SHOW TABLES: reference/sql_syntax/connectors/native/kafka/show_tables.md
2023-03-06 22:50:38 +08:00
- Aliyun OSS: reference/connectors/native/alioss.md
- Zookeeper: reference/connectors/native/zookeeper.md
- Redis: reference/connectors/native/redis.md
2023-01-29 13:24:35 +08:00
- Http:
2023-04-17 11:54:51 +08:00
- QuestDB: reference/connectors/http/questdb.md
2023-04-14 13:48:28 +08:00
- GreptimeDB: reference/connectors/http/greptimedb.md
2023-04-12 17:31:42 +08:00
- CeresDB: reference/connectors/http/ceresdb.md
2023-03-06 22:50:38 +08:00
- ClickHouse: reference/connectors/http/clickhouse.md
2022-12-13 17:08:12 +08:00
- Developer guide:
- Development environment: developer_guide/env.md
2023-04-21 15:11:09 +08:00
- Add a Plugin:
2023-09-13 11:22:20 +08:00
- developer_guide/plugin-java.md
- developer_guide/plugin-kotlin.md
- Other:
- developer_guide/pipeline/home.md
2022-12-13 17:08:12 +08:00
- Release Note:
2023-11-01 22:14:19 +08:00
- 1.16.0 (latest): release/latest.md
- 1.15.0: release/1.15.0.md
2023-10-19 11:14:05 +08:00
- 1.14.0: release/1.14.0.md
2023-09-14 15:55:37 +08:00
- 1.13.0: release/1.13.0.md
2023-08-09 16:34:43 +08:00
- 1.12.0: release/1.12.0.md
2023-07-11 16:21:50 +08:00
- 1.11.0: release/1.11.0.md
2023-06-13 15:16:22 +08:00
- 1.10.0: release/1.10.0.md
2023-05-30 20:53:42 +08:00
- 1.9.0: release/1.9.0.md
2023-05-04 11:38:08 +08:00
- 1.8.0: release/1.8.0.md
2023-04-10 21:15:56 +08:00
- 1.7.0: release/1.7.0.md
2023-03-19 22:41:51 +08:00
- 1.6.0: release/1.6.0.md
2023-03-02 21:15:00 +08:00
- 1.5.0: release/1.5.0.md
2023-02-15 23:14:00 +08:00
- 1.4.0: release/1.4.0.md
2023-01-30 22:14:10 +08:00
- 1.3.0: release/1.3.0.md
2022-12-16 11:40:46 +08:00
- 1.2.0: release/1.2.0.md
2022-12-13 17:08:12 +08:00
- 1.1.0.20221115: release/1.1.0.20221115.md
- 1.0.0.20221015: release/1.0.0.20221015.md
2022-12-13 17:21:43 +08:00
- Resources:
- Functions: resources/functions/home.md
- powered_by.md