forked from DataLinkDC/dinky
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
97 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<!-- docs/en-US/_sidebar.md --> | ||
|
||
|
||
- [About Dinky](/zh-CN/introduce.md) | ||
- Concept and architecture | ||
- [System architecture](/zh-CN/architecture.md) | ||
- [Basic concept](/zh-CN/concept.md) | ||
- [Features](/zh-CN/feature.md) | ||
- Get_starting | ||
- [Compile](/zh-CN/quick_start/build.md) | ||
- [Deploy](/zh-CN/quick_start/deploy.md) | ||
- Basic User Guide | ||
- Reference Manual | ||
- FlinkSQL Studio | ||
- Job and directory creation | ||
- Job development | ||
- Job configuration | ||
- Job Management | ||
- Session management | ||
- Registration Centre | ||
- Cluster instance | ||
- Cluster configuration | ||
- JAR management | ||
- DataSource management | ||
- Document Management | ||
- System setup | ||
- User Management | ||
- Flink Settings | ||
- Operation Center | ||
- Life Cycle Management | ||
- Job Monitoring | ||
- api | ||
- Best Practices | ||
- [Yarn Submission Practice Guide](/zh-CN/practice/yarnsubmit.md) | ||
- [Detailed explanation of the core concept and realization principle of Dlink](/zh-CN/practice/principle.md) | ||
- [Practice of AGGTABLE table value aggregation](/zh-CN/practice/aggtable.md) | ||
- Extend | ||
- Integration | ||
- [Flink-CDC Integration](/zh-CN/extend/flinkcdc.md) | ||
- [Flink-CDC-Kafka multi-source merge](/zh-CN/extend/Flink_CDC_kafka_Multi_source_merger.md) | ||
- [hive Integration](/zh-CN/extend/hive.md) | ||
- [clickhouse Integration](/zh-CN/extend/clickhouse.md) | ||
- [Doris Integration](/zh-CN/extend/doris.md) | ||
- [Hudi Integration](/zh-CN/extend/hudi.md) | ||
- [Iceberg Integration](/zh-CN/extend/iceberg.md) | ||
- [Flink UDF Integration](/zh-CN/extend/udf.md) | ||
- [DolphinScheduler Integration](/zh-CN/extend/dolphinscheduler.md) | ||
- [DataSphereStudio Integration](/zh-CN/extend/dataspherestudio.md) | ||
- Others | ||
- [Extended Flink version](/zh-CN/extend/flinkversion.md) | ||
- [Extension connector](/zh-CN/extend/connector.md) | ||
- [Extended DataSource](/zh-CN/extend/datasource.md) | ||
- [FlinkSQL editor autocompletion function](/zh-CN/extend/completion.md) | ||
- Developer's Guide | ||
- FAQ | ||
- [Thanks](/zh-CN/others/thanks.md) | ||
- [Communication and contribution](/zh-CN/others/comminicate.md) | ||
- [Roadmap](/zh-CN/roadmap.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Dinky Introduce | ||
Real Time is the future, Dinky was created for Apache Flink, to keep Flink SQL on its toes, and to build a real time computing platform. | ||
|
||
Dinky is built on Apache Flink, enhances Flink's application and experience, and explores streaming data warehouses. That is standing on the shoulders of giants innovation and practice, Dinky in the future batch flow of the development trend under unlimited potential. | ||
|
||
Finally, Dinky owes its development to the guidance and work of other excellent open source projects such as Apache Flink. | ||
|
||
## The origin of Dinky | ||
Dinky (something Dlink) : | ||
|
||
1. Dinky" small and delicate", the most intuitive of its characteristics: lightweight but with complex big data development capabilities. | ||
|
||
2. "Data integration is not difficult", meaning "easy to build a platform and application of batch flow". | ||
|
||
3. The transition from Dlink to Dinky was smooth and made clear the objectives of the open source project, always guiding the participants to "always remember what you started with". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters