summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author窦凤虎 <[email protected]>2024-06-19 08:13:54 +0000
committer窦凤虎 <[email protected]>2024-06-19 08:13:54 +0000
commitaa085c7a300c26ff5e9d236f3555480fda69cb73 (patch)
treee81785d7ad52f4c3a06ba1ee514d39217534c27b
parentf997653fd6db96ca363743a95920bcef44e85338 (diff)
parentaad859a10ca3905825e820c06fa511a02831e844 (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.md2
-rw-r--r--config/template/mock_schema/session_record_mock_desc.json2
-rw-r--r--docs/develop-guide.md24
-rw-r--r--docs/images/groot_stream_architecture.jpegbin5167458 -> 0 bytes
-rw-r--r--docs/images/groot_stream_architecture.jpgbin0 -> 3449075 bytes
5 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index 88ab203..58a064e 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Groot Stream is designed to simplify the operation of ETL (Extract, Transform, L
## Groot Stream Workflow
-![Groot Stream Workflow](docs/images/groot_stream_architecture.jpeg)
+![Groot Stream Workflow](docs/images/groot_stream_architecture.jpg)
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
deleted file mode 100644
index 7daf2e1..0000000
--- a/docs/images/groot_stream_architecture.jpeg
+++ /dev/null
Binary files differ
diff --git a/docs/images/groot_stream_architecture.jpg b/docs/images/groot_stream_architecture.jpg
new file mode 100644
index 0000000..38a1211
--- /dev/null
+++ b/docs/images/groot_stream_architecture.jpg
Binary files differ