This is a Project in Big Data course of SoICT - HUST
| Name | Student ID | |
|---|---|---|
| Cao Minh Tue | 20210908 | tue.cm210908@sis.hust.edu.vn |
| Nghiem Minh Hieu | 20210333 | hieu.nm210333@sis.hust.edu.vn |
| Nguyen Dang Duong | 20215336 | duong.nd215336@sis.hust.edu.vn |
Python >= 3.11 Docker >= 27.2.0
To use this project, follow these steps:
-
Clone this repository.
git clone https://github.com/Mr-Duo/BigData -
Setup virtual evironment and download dependencies.
python -m venv .venv .venv\Scripts\activate pip install requirements.txt -
Deploy docker containers.
docker compose up -d -
Start script
start.batThe commmand above will start the chatbot.
-
Visualizer:
- Chatbot: localhost:7860
- HDFS namenode: localhost:9870
- Cassandra-web: localhost:3000