Skip to content

Commit

Permalink
modfiy Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Jun 1, 2023
1 parent f427e7c commit 0c7a506
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

## TIS介绍

TIS快速为您构建企业级实时数仓库服务**基于批(DataX)流(Flink-CDC、Chunjun)一体数据中台,提供简单易用的操作界面,降低用户实施各端(MySQL、PostgreSQL、Oracle、ElasticSearch、ClickHouse、Doris等)
TIS快速为您提供企业级数据集成产品**基于批(DataX)流(Flink-CDC、Chunjun)一体数据中台,提供简单易用的操作界面,降低用户实施各端(MySQL、PostgreSQL、Oracle、ElasticSearch、ClickHouse、Doris等)
之间数据同步的实施门槛,缩短任务配置时间,避免配置过程中出错,使数据同步变得简单、有趣且容易上手** [详细介绍](https://tis.pub/docs/)
<!--
TIS平台是一套为企业级用户提供大数据多维、实时、查询的搜索中台产品。用户可以在TIS上自助快速构建搜索服务,它大大降低了搜索技术的门槛 [详细说明](http://tis.pub/docs/)
> 视频: [>>TIS介绍](https://www.bilibili.com/video/BV11y4y1B7Mk) [>>操作实例](https://www.bilibili.com/video/BV1Uv41167SH/)
-->

## v3.7.1发布(2023/5/05):
## v3.7.2发布(2023/6/01):

https://github.com/qlangtech/tis/releases/tag/v3.7.1
https://github.com/qlangtech/tis/releases/tag/v3.7.2

## 安装说明

Expand All @@ -23,6 +23,30 @@ https://github.com/qlangtech/tis/releases/tag/v3.7.1
## 架构

![tis](docs/tis-synoptic.png)

![tis](docs/conceptual-diagram.png)

## 核心特性

* 简单易用

TIS的安装还是和传统软件安装一样,只需要三个步骤,一、下载tar包,二、解压tar包,三、启动TIS。是的,就这么简单。系统借助底层的MetaData 自动生成脚本,**大部份情况下,键盘成为摆设,用户只需轻点鼠标**,借助系统给出的提示快速录入配置。

* 扩展性强

TIS 继承了Jenkin 的设计思想,使用微前端技术,重新构建了一套前端框架,前端页面可以自动渲染。

TIS 提供了良好的扩展性和SPI机制,开发者可以很轻松地开发新的插件。具体来说,第三方开发者可在不修改 TIS 底座框架代码的前提下,就能轻松构建一个新的数据端插件。大大增强了 TIS 的生态扩展性,可以让更多第三方开发者加入进来。

* 基于白屏化操作

将传统的 ETL 工具执行以黑屏化工具包的方式(json+命令行执行)升级到白屏化 2.0的产品化方式,可以大大提高工作效率。
​所谓 白屏化1.0,虽然也是基于 UI 界面的,但是交互方式基本上是给一个大大的 TextArea,里面填写的 Json、XML、Yaml 需要用户自己发挥了,这对用户来说执行效率还是太低了,我们暂且称这交互方式的系统为DevOps系统,TIS需要跨越到 白屏化2.0 的DataOps系统。

* 基于 DataOps 理念

TIS有别于传统大数据 ETL 工具,它借鉴了 DataOps、DataPipeline 理念,对大数据 ETL 各个执行流程建模。需要产品能够屏蔽底层技术细节,例如,不需要了解底层的数据导入模块的实现原理,只需要告诉系统目标源的配置信息就行。


## 支持的读写组件
|Reader|Writer|
Expand All @@ -32,14 +56,18 @@ https://github.com/qlangtech/tis/releases/tag/v3.7.1
[详细](https://tis.pub/docs/plugin/source-sink/)

## 功能一瞥
- 示例
* [基于TIS快速实现MySQL到StarRocks的实时数据同步方案](http://tis.pub/docs/example/mysql-syn-starrocks/)
- 示例
* [基于TIS快速实现MySQL到StarRocks的实时数据同步方案](https://tis.pub/docs/example/mysql-sync-starrocks)
* [多源同步Doris方案](https://tis.pub/docs/example/mysql-sync-doris)
* [将数据变更同步到Kafka](https://tis.pub/docs/example/sink-2-kafka)
* [利用TIS实现T+1离线分析](https://tis.pub/docs/example/dataflow)
- 视频示例
* [安装示例](https://www.bilibili.com/video/BV18q4y1p73B/)
* [启用分布式执行功能](https://www.bilibili.com/video/BV1Cq4y1D7z4?share_source=copy_web)
* [MySQL导入ElasticSearch](https://www.bilibili.com/video/BV1G64y1B7wm?share_source=copy_web)
* [MySQL导入Hive](https://www.bilibili.com/video/BV1Vb4y1z7DN?share_source=copy_web)
* [MySQL导入Clickhouse](https://www.bilibili.com/video/BV1x64y1B7V8/)
* [MySQL同步StarRocks](https://www.bilibili.com/video/BV19o4y1M7eq/)

### 批量导入流程设置

Expand Down
Binary file added docs/conceptual-diagram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c7a506

Please sign in to comment.