-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update local repo paths, now set relative to parent directory.
- Loading branch information
Showing
5 changed files
with
249 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,233 @@ | ||
<div align="center"> | ||
<h1 align="center"> | ||
<img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/ec559a9f6bfd399b82bb44393651661b08aaf7ba/icons/folder-markdown-open.svg" width="100" /> | ||
<br>FLINK-FLOW</h1> | ||
<h3>◦ ► INSERT-TEXT</h3> | ||
<h3>◦ Developed with the software and tools below.</h3> | ||
|
||
<p align="center"> | ||
<img src="https://img.shields.io/badge/GNU%20Bash-4EAA25.svg?style=flat-square&logo=GNU-Bash&logoColor=white" alt="GNU%20Bash" /> | ||
<img src="https://img.shields.io/badge/Apache%20Flink-E6526F.svg?style=flat-square&logo=Apache-Flink&logoColor=white" alt="Apache%20Flink" /> | ||
<img src="https://img.shields.io/badge/YAML-CB171E.svg?style=flat-square&logo=YAML&logoColor=white" alt="YAML" /> | ||
<img src="https://img.shields.io/badge/Python-3776AB.svg?style=flat-square&logo=Python&logoColor=white" alt="Python" /> | ||
<img src="https://img.shields.io/badge/AIOHTTP-2C5BB4.svg?style=flat-square&logo=AIOHTTP&logoColor=white" alt="AIOHTTP" /> | ||
<img src="https://img.shields.io/badge/Apache%20Kafka-231F20.svg?style=flat-square&logo=Apache-Kafka&logoColor=white" alt="Apache%20Kafka" /> | ||
<img src="https://img.shields.io/badge/pandas-150458.svg?style=flat-square&logo=pandas&logoColor=white" alt="pandas" /> | ||
</p> | ||
</div> | ||
|
||
--- | ||
|
||
## 📖 Table of Contents | ||
- [📖 Table of Contents](#-table-of-contents) | ||
- [📍 Overview](#-overview) | ||
- [📦 Features](#-features) | ||
- [📂 repository Structure](#-repository-structure) | ||
- [⚙️ Modules](#modules) | ||
- [🚀 Getting Started](#-getting-started) | ||
- [🔧 Installation](#-installation) | ||
- [🤖 Running flink-flow](#-running-flink-flow) | ||
- [🧪 Tests](#-tests) | ||
- [🛣 Roadmap](#-roadmap) | ||
- [🤝 Contributing](#-contributing) | ||
- [📄 License](#-license) | ||
- [👏 Acknowledgments](#-acknowledgments) | ||
|
||
--- | ||
|
||
|
||
## 📍 Overview | ||
|
||
► INSERT-TEXT | ||
|
||
--- | ||
|
||
## 📦 Features | ||
|
||
► INSERT-TEXT | ||
|
||
--- | ||
|
||
|
||
## 📂 Repository Structure | ||
|
||
```sh | ||
└── flink-flow/ | ||
├── .benchmarks/ | ||
├── blog/ | ||
├── conf/ | ||
│ ├── conf.toml | ||
│ └── flink-config.yaml | ||
├── requirements.txt | ||
├── scripts/ | ||
│ ├── clean.sh | ||
│ └── run.sh | ||
├── setup/ | ||
│ └── setup.sh | ||
├── setup.py | ||
└── src/ | ||
├── alerts_handler.py | ||
├── consumer.py | ||
├── logger.py | ||
└── twitter.py | ||
|
||
``` | ||
|
||
--- | ||
|
||
|
||
## ⚙️ Modules | ||
|
||
<details closed><summary>Root</summary> | ||
|
||
| File | Summary | | ||
| --- | --- | | ||
| [requirements.txt]({file}) | ► INSERT-TEXT | | ||
| [setup.py]({file}) | ► INSERT-TEXT | | ||
|
||
</details> | ||
|
||
<details closed><summary>Setup</summary> | ||
|
||
| File | Summary | | ||
| --- | --- | | ||
| [setup.sh]({file}) | ► INSERT-TEXT | | ||
|
||
</details> | ||
|
||
<details closed><summary>Scripts</summary> | ||
|
||
| File | Summary | | ||
| --- | --- | | ||
| [run.sh]({file}) | ► INSERT-TEXT | | ||
| [clean.sh]({file}) | ► INSERT-TEXT | | ||
|
||
</details> | ||
|
||
<details closed><summary>Conf</summary> | ||
|
||
| File | Summary | | ||
| --- | --- | | ||
| [flink-config.yaml]({file}) | ► INSERT-TEXT | | ||
| [conf.toml]({file}) | ► INSERT-TEXT | | ||
|
||
</details> | ||
|
||
<details closed><summary>Src</summary> | ||
|
||
| File | Summary | | ||
| --- | --- | | ||
| [alerts_handler.py]({file}) | ► INSERT-TEXT | | ||
| [logger.py]({file}) | ► INSERT-TEXT | | ||
| [consumer.py]({file}) | ► INSERT-TEXT | | ||
| [twitter.py]({file}) | ► INSERT-TEXT | | ||
|
||
</details> | ||
|
||
--- | ||
|
||
## 🚀 Getting Started | ||
|
||
***Dependencies*** | ||
|
||
Please ensure you have the following dependencies installed on your system: | ||
|
||
`- ℹ️ Dependency 1` | ||
|
||
`- ℹ️ Dependency 2` | ||
|
||
`- ℹ️ ...` | ||
|
||
### 🔧 Installation | ||
|
||
1. Clone the flink-flow repository: | ||
```sh | ||
git clone /Users/k01101011/Documents/GitHub/flink-flow | ||
``` | ||
|
||
2. Change to the project directory: | ||
```sh | ||
cd flink-flow | ||
``` | ||
|
||
3. Install the dependencies: | ||
```sh | ||
pip install -r requirements.txt | ||
``` | ||
|
||
### 🤖 Running flink-flow | ||
|
||
```sh | ||
python main.py | ||
``` | ||
|
||
### 🧪 Tests | ||
```sh | ||
pytest | ||
``` | ||
|
||
--- | ||
|
||
|
||
## 🛣 Project Roadmap | ||
|
||
> - [X] `ℹ️ Task 1: Implement X` | ||
> - [ ] `ℹ️ Task 2: Implement Y` | ||
> - [ ] `ℹ️ ...` | ||
|
||
--- | ||
|
||
## 🤝 Contributing | ||
|
||
Contributions are welcome! Here are several ways you can contribute: | ||
|
||
- **[Submit Pull Requests](https://github.com/local/flink-flow/blob/main/CONTRIBUTING.md)**: Review open PRs, and submit your own PRs. | ||
- **[Join the Discussions](https://github.com/local/flink-flow/discussions)**: Share your insights, provide feedback, or ask questions. | ||
- **[Report Issues](https://github.com/local/flink-flow/issues)**: Submit bugs found or log feature requests for LOCAL. | ||
|
||
#### *Contributing Guidelines* | ||
|
||
<details closed> | ||
<summary>Click to expand</summary> | ||
|
||
1. **Fork the Repository**: Start by forking the project repository to your GitHub account. | ||
2. **Clone Locally**: Clone the forked repository to your local machine using a Git client. | ||
```sh | ||
git clone <your-forked-repo-url> | ||
``` | ||
3. **Create a New Branch**: Always work on a new branch, giving it a descriptive name. | ||
```sh | ||
git checkout -b new-feature-x | ||
``` | ||
4. **Make Your Changes**: Develop and test your changes locally. | ||
5. **Commit Your Changes**: Commit with a clear and concise message describing your updates. | ||
```sh | ||
git commit -m 'Implemented new feature x.' | ||
``` | ||
6. **Push to GitHub**: Push the changes to your forked repository. | ||
```sh | ||
git push origin new-feature-x | ||
``` | ||
7. **Submit a Pull Request**: Create a PR against the original project repository. Clearly describe the changes and their motivations. | ||
|
||
Once your PR is reviewed and approved, it will be merged into the main branch. | ||
|
||
</details> | ||
|
||
--- | ||
|
||
## 📄 License | ||
|
||
|
||
This project is protected under the [SELECT-A-LICENSE](https://choosealicense.com/licenses) License. For more details, refer to the [LICENSE](https://choosealicense.com/licenses/) file. | ||
|
||
--- | ||
|
||
## 👏 Acknowledgments | ||
|
||
- List any resources, contributors, inspiration, etc. here. | ||
|
||
[**Return**](#Top) | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters