diff options
| author | 窦凤虎 <[email protected]> | 2024-06-19 08:13:54 +0000 |
|---|---|---|
| committer | 窦凤虎 <[email protected]> | 2024-06-19 08:13:54 +0000 |
| commit | aa085c7a300c26ff5e9d236f3555480fda69cb73 (patch) | |
| tree | e81785d7ad52f4c3a06ba1ee514d39217534c27b | |
| parent | f997653fd6db96ca363743a95920bcef44e85338 (diff) | |
| parent | aad859a10ca3905825e820c06fa511a02831e844 (diff) | |
Merge branch 'docs/mock_data' into 'develop'
[Improve][docs] Update groot stream architecture
See merge request galaxy/platform/groot-stream!66
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | config/template/mock_schema/session_record_mock_desc.json | 2 | ||||
| -rw-r--r-- | docs/develop-guide.md | 24 | ||||
| -rw-r--r-- | docs/images/groot_stream_architecture.jpeg | bin | 5167458 -> 0 bytes | |||
| -rw-r--r-- | docs/images/groot_stream_architecture.jpg | bin | 0 -> 3449075 bytes |
5 files changed, 14 insertions, 14 deletions
@@ -21,7 +21,7 @@ Groot Stream is designed to simplify the operation of ETL (Extract, Transform, L ## Groot Stream Workflow - + Configure a job, you'll set up Sources, Filters, Processing Pipeline, and Sinks, and will assemble several built-in functions into a Processing Pipeline. The job will then be deployed to a Flink cluster for execution. - **Source**: The data source of the job, which can be a Kafka topic, a IPFIX Collector, or a file. diff --git a/config/template/mock_schema/session_record_mock_desc.json b/config/template/mock_schema/session_record_mock_desc.json index 8701304..151f787 100644 --- a/config/template/mock_schema/session_record_mock_desc.json +++ b/config/template/mock_schema/session_record_mock_desc.json @@ -44,7 +44,7 @@ "name": "vsys_id", "type": "Number", "options": [ - 1 + 2048 ] }, { diff --git a/docs/develop-guide.md b/docs/develop-guide.md index ad5aa8f..26d3af0 100644 --- a/docs/develop-guide.md +++ b/docs/develop-guide.md @@ -2,18 +2,18 @@ ## Modules Overview -| Module Name | Description | -|:------------------|:-----------------------------------------------------------------------------------------------------------| -| groot-bootstrap | The main module of groot-stream, which is responsible for starting the groot-stream server. | -| groot-common | Common module of groot-stream, which is responsible for providing common functions. | -| groot-core | Core module of groot-stream, which is responsible for providing core functions. | -| groot-connectors | Connector module of groot-stream, which is responsible for providing connectors. | -| groot-formats | Format module of groot-stream, which is responsible for providing the ability of formatting data. | -| groot-shade | Shaded module of groot-stream, which is responsible for providing the ability of solving package conflict. | -| groot-example | Example module of groot-stream, which is responsible for providing examples. | -| groot-test | Test module of groot-stream, which is responsible for providing test cases. | -| groot-docs | Docs module of groot-stream, which is responsible for providing documents. | -| groot-release | Release module of groot-stream, which is responsible for providing release scripts. | +| Module Name | Description | +|:-----------------|:-----------------------------------------------------------------------------------------------------------| +| groot-bootstrap | The main module of groot-stream, which is responsible for starting the groot-stream server. | +| groot-common | Common module of groot-stream, which is responsible for providing common functions. | +| groot-core | Core module of groot-stream, which is responsible for providing core functions. | +| groot-connectors | Connector module of groot-stream, which is responsible for providing connectors. | +| groot-formats | Format module of groot-stream, which is responsible for providing the ability of formatting data. | +| groot-shaded | Shaded module of groot-stream, which is responsible for providing the ability of solving package conflict. | +| groot-examples | Example module of groot-stream, which is responsible for providing examples. | +| groot-tests | Test module of groot-stream, which is responsible for providing test cases. | +| groot-docs | Docs module of groot-stream, which is responsible for providing documents. | +| groot-release | Release module of groot-stream, which is responsible for providing release scripts. | ## How to write a high quality Git commit message diff --git a/docs/images/groot_stream_architecture.jpeg b/docs/images/groot_stream_architecture.jpeg Binary files differdeleted file mode 100644 index 7daf2e1..0000000 --- a/docs/images/groot_stream_architecture.jpeg +++ /dev/null diff --git a/docs/images/groot_stream_architecture.jpg b/docs/images/groot_stream_architecture.jpg Binary files differnew file mode 100644 index 0000000..38a1211 --- /dev/null +++ b/docs/images/groot_stream_architecture.jpg |
