# Douban **Repository Path**: guojige/douban ## Basic Information - **Project Name**: Douban - **Description**: 基于Hadoop框架的豆瓣大数据分析与搜索系统 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-07-05 - **Last Updated**: 2023-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 基于Hadoop框架的豆瓣大数据分析与搜索系统 ### 数据获取与存储 使用Scrapy框架整合BeautifulSoup库和csv库,爬取数据,存储为csv文件。 ### 前端部分 使用Vite构建工具搭配Element-plus、Vant组件库,快速搭建Vue3项目,使用axios发起ajax请求,动态获取数据。 ### 后端部分 使用SpringBoot整合ElasticSearch,提供数据接口,支持搜索功能。