It is a simple project of a hotel chain data warehouse, with a simple gui, implemented data mining algorithm from the weka library.
- Eclipse, NetBeans, or IntelliJ IDEA
- Docker
1. Clone this repo
git clone https://github.com/lokyiec/HotelsDataWarehouse.git
2. Go to pgdatabase and run command
docker-compose up -d
3. Run command
cat database.sql | docker exec -i {docker-postgres-container} psql -U {user} -d {database_name}
4. Open project in your IDE and run.
Distributed under the MIT License.