Skip to content

Commit 19fb101

Browse files
docs: correct some docs after the flink sink codes are added (#96)
docs: correct some docs after the flink sink codes are added
1 parent 174033c commit 19fb101

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

flink-ingestion/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
This project demonstrates a real-time data ingestion pipeline using Apache Flink for GreptimeDB. It simulates the
66
process of collecting Nginx access logs, processing them with Apache Flink, and storing them in GreptimeDB for further
7-
analysis. We have also opensourced the code for the Apache Flink job, which you can find in
8-
the [flink-demo](https://github.com/GreptimeTeam/flink-demo) repository.
7+
analysis. We have also opensourced the codes for the Apache Flink job, you can find them in the ["flink-sink"](./flink-sink) directory.
98

109
## Architecture
1110

flink-ingestion/flink-sink/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# GreptimeDB Apache Flink Ingestion Demo
1+
# GreptimeDB Apache Flink Sink Example
22

3-
This is a demo for ingesting Nginx access logs into GreptimeDB using Apache Flink.
3+
This is an example of writing an Apache Flink sink for GreptimeDB. To make the example meaningful, it can be ran as a demo of ingesting Nginx access logs into GreptimeDB.
44

55
## How to Run
66

7-
We provide a simple way to see this demo running directly: you can check out
8-
this [docker-compose](https://github.com/GreptimeTeam/demo-scene/flink-ingestion).
7+
We provide a simple way to see this demo running directly: you can check out the docker compose file in the parent directory.
98

109
If you prefer to run the demo manually, you can follow the steps below.
1110

@@ -17,8 +16,8 @@ If you prefer to run the demo manually, you can follow the steps below.
1716
1. **Clone the repository**:
1817

1918
```bash
20-
git clone https://github.com/GreptimeTeam/flink-demo.git
21-
cd flink-demo
19+
git clone https://github.com/GreptimeTeam/demo-scene.git
20+
cd demo-scene/flink-ingestion/flink-sink
2221
```
2322

2423
2. **Build the project**:

0 commit comments

Comments
 (0)