You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flink-ingestion/flink-sink/README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
-
# GreptimeDB Apache Flink Ingestion Demo
1
+
# GreptimeDB Apache Flink Sink Example
2
2
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.
4
4
5
5
## How to Run
6
6
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.
9
8
10
9
If you prefer to run the demo manually, you can follow the steps below.
11
10
@@ -17,8 +16,8 @@ If you prefer to run the demo manually, you can follow the steps below.
0 commit comments