https://github.com/raphael-jin/edfs
Emulation-based System for Distributed File storage and Parallel Computation
https://github.com/raphael-jin/edfs
distributed-computing distributed-systems mapreduce-python servrless
Last synced: about 1 year ago
JSON representation
Emulation-based System for Distributed File storage and Parallel Computation
- Host: GitHub
- URL: https://github.com/raphael-jin/edfs
- Owner: Raphael-Jin
- License: apache-2.0
- Created: 2022-12-07T21:57:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T23:07:01.000Z (over 3 years ago)
- Last Synced: 2025-01-30T10:41:47.318Z (about 1 year ago)
- Topics: distributed-computing, distributed-systems, mapreduce-python, servrless
- Language: Python
- Homepage:
- Size: 5.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emulation-based System for Distributed File storage and Parallel Computation
#### Architecture:
#### Home page:
#### Distributed file system dashboard
#### Trending Movie Computation using MapReduce
#### Data Retrieval using MapReduce
#### Item-based collaborative filtering recommendation using MapReduce
#### Prerequisite:
```bash
pip install streamlit-aggrid
pip install wordcloud
pip install streamlit
pip install pandas
```
#### How to start in command line:
```python
streamlit run Main.py
```
#### Username & Password for demo:
```markdown
username: admin
password: abc123
username: demo_user
password: 123123
```
#### File description:
```markdown
pages: Front-end directory
kaggle_data_sources: Original data source
command: Back-end implementation code
pre_stored_matrix: Item_CF training result
firebase.py: Initialization of firebase
```