Skip to content

Commit 4747d8e

Browse files
committed
📝 doc upgrade
1 parent 3e362a4 commit 4747d8e

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

README.md

+3-15
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
1-
# SlicingFlow
1+
# Scalable
22

3-
## What is Slicing
3+
## What is Scalable
44

55
This is a data stream processing system with high performance, scalability and massive data processing.
66

77
Flexible data flow expansion can be customized as needed to realize enterprise-level data fragmentation, conversion, calculation, verification and other scenarios.
88

99
The traditional monitoring system cannot go deep into the details of the business and realize the data check and monitoring alarm of the system's internal data accuracy.
1010

11-
Extensible data processing plug-ins mainly include the following:
12-
- Data source plug-in: The data source is not limited to a fixed data source. The data source can be heterogeneous data sources such as database tables, disk files, and user input.
13-
- Data processing plug-in: The data processing process can be customized as needed, such as data segmentation, data conversion, data calculation, data verification and other scenarios.
14-
- Data summary plug-in: data summary is used for the final data aggregation, storage, alarm and other scenarios.
15-
16-
17-
The work of the data source plug-in is mainly used to collect data. The data flow is as follows: the internal actively pulls the data or passively receives the data sent from the external through RPC interface, MQ, etc. The collected data can be sent to the data processing end after simple processing, and the data can be sent to one or more, depending on the configuration strategy.
18-
19-
The work of the data processing plug-in is mainly to passively receive the data sent by the data source plug-in, and the received data will be processed internally. The specific data processing logic is determined by the current actual plug-in function, which can perform data conversion, data verification and other scenarios. The processed data can continue to be sent to other data processing plug-ins or to the data summary plug-in. The following data processing plug-ins can continue to do the same logic or end directly.
20-
21-
The data summary plug-in is mainly used to end the data flow. Of course, this plug-in is optional. If you do not need to explicitly use the current plug-in to identify the end of the data flow, you can directly end the data flow in the data processing plug-in.
22-
23-
11+
2412

2513

2614

0 commit comments

Comments
 (0)