# 网站访问日志分析-BE **Repository Path**: oakleeey/web-access-server ## Basic Information - **Project Name**: 网站访问日志分析-BE - **Description**: 一个分析统计用户在访问网站服务器时产生的原始信息的小项目。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-02-01 - **Last Updated**: 2024-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 访问日志分析 [前端代码在这](https://gitee.com/oakleeey/web-access) ## 开发环境 > CentOS7 ## 数据处理 Hadoop生态圈: - Hive (数据计算并存储) - Sqoop (数据迁移。本项目主要从Hive中加载数据到本地数据库) - Flume (日志采集) - Azkaban (用于批量工作流任务调度) ## 服务端 - SpringBoot - MyBatisPlus - MySQL ## 参考文档 * [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) * [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.6.2/maven-plugin/reference/html/) * [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.6.2/maven-plugin/reference/html/#build-image) * [Spring Web](https://docs.spring.io/spring-boot/docs/2.6.2/reference/htmlsingle/#boot-features-developing-web-applications) * [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/) * [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/) * [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)