diff --git a/README.md b/README.md index f348c53..c9d2a82 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@


-STREAM-ON +FlinkFlow

๐Ÿ“ Real-time stream processing wiht PyFlink.

๐Ÿš€ Developed with the software and tools below.

@@ -30,7 +30,7 @@ STREAM-ON - [๐Ÿš€ Getting Started](#-getting-started) - [โœ… Prerequisites](#-prerequisites) - [๐Ÿ’ป Installation](#-installation) - - [๐Ÿค– Using STREAM-ON](#-using-stream-on) + - [๐Ÿค– Using FlinkFlow](#-using-flinkflow) - [๐Ÿงช Running Tests](#-running-tests) - [๐Ÿ›  Future Development](#-future-development) - [๐Ÿค Contributing](#-contributing) @@ -41,7 +41,7 @@ STREAM-ON ## ๐Ÿ“Overview -STREAM-ON is a repository for building real-time data processing apps with PyFlink. +FlinkFlow is a repository for building real-time data processing apps with PyFlink. ## ๐Ÿ”ฎ Feautres @@ -109,14 +109,14 @@ Before you begin, ensure that you have the following prerequisites installed: ### ๐Ÿ’ป Installation -1. Clone the STREAM-ON repository: +1. Clone the FlinkFlow repository: ```sh -git clone https://github.com/eli64s/STREAM-ON +git clone https://github.com/eli64s/FlinkFlow ``` 2. Change to the project directory: ```sh -cd STREAM-ON +cd FlinkFlow ``` 3. Install the dependencies: @@ -124,7 +124,7 @@ cd STREAM-ON pip install -r requirements.txt ``` -### ๐Ÿค– Using STREAM-ON +### ๐Ÿค– Using FlinkFlow ```sh python main.py