@async-fusion/data 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,11 +10,11 @@ Built with lots of bugs :P and love <3 by Udayan Sharma
|
|
|
10
10
|
|
|
11
11
|
[Documentation](https://github.com/hollermay/async-fusion-data) •
|
|
12
12
|
[Report Bug](https://github.com/hollermay/async-fusion-data/issues) •
|
|
13
|
-
[Request Feature](https://github.com/hollermay/async-fusion-data/issues)
|
|
13
|
+
[Request Feature](https://github.com/hollermay/async-fusion-data/issues)
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Index
|
|
18
18
|
|
|
19
19
|
- [Why This Library?](#why-this-library)
|
|
20
20
|
- [Features](#features)
|
|
@@ -47,7 +47,7 @@ Building real-time data pipelines today requires juggling multiple technologies:
|
|
|
47
47
|
@async-fusion/data provides a unified API that brings Kafka streaming, Spark processing, and production-grade error handling into a single, easy-to-use library.
|
|
48
48
|
|
|
49
49
|
```javascript
|
|
50
|
-
// One library
|
|
50
|
+
// One library use all
|
|
51
51
|
const { PipelineBuilder, KafkaStream, SparkClient } = require('@async-fusion/data');
|
|
52
52
|
|
|
53
53
|
// Build complex pipelines with simple code
|