From b386b844c430291ac25451f915cb5ff38da08f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=9D=E9=80=9A=E6=95=B0=E7=A7=91=20StoneDT?= <13913853100@163.com> Date: Mon, 14 Feb 2022 07:55:31 +0000 Subject: [PATCH] add README.md. --- README.md | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b49443 --- /dev/null +++ b/README.md @@ -0,0 +1,120 @@ +思通舆情 是一款开源免费的舆情系统,支持本地化部署。支持对海量舆情数据分析和挖掘。 +
+ +### 思通舆情 的功能: + +- 舆情监测:通过全文搜索、来源搜索、热搜监测等多重功能实现对全网文本、图片、视频舆情实时发现; +- 舆情预警:根据用户设置预警条件,判别舆情信息,并第一时间通过多渠道告知用户; +- 舆情分析:全网事件分析、事件分析、传播分析、竞品分析、评论分析、热度指数,6类大数据分析; +- 舆情报告:一键快速生成日、周、月、季度报告,自带行业舆情案例库,为舆情应对提供参考。 + + +### 思通舆情 的优势: + +- 开源开放:零门槛,线上快速获取和安装;快速获取用户反馈、按月发布新版本; +- 简单易用:极易上手,通过鼠标点击和拖拽即可完成分析; +- 秒级响应:超大数据量下秒级查询返回延时; + + +### 思通舆情 的数据: + +- 新闻媒体:新闻、app、电子报、境外新闻; +- 网络自媒体:搜狐、百家号、今日头条、博客、企鹅号、微信公众号、微博; +- 境外社交媒体:twitter、facebook、及其他境外社交媒体; +- 论坛:贴吧、论坛、问答、知乎; +- 短视频:抖音、快手,等众多平台。 + + +### 思通舆情 技术栈: + +- 数据库:MySQL +- 数据检索:Elasticsearch +- 文章储存:Mongodb +- 系统缓存:Redis +- 消息队列:kafak & rabbitMQ +- 深度学习:PaddlePaddle +- 网络爬虫:WebMagic(java) & scrapy(python) +- 开发框架:SpringBoot +- 开发语言:Java JEE + + +## UI 展示 +![登录页面](ProIMG/login.png) +![系统首页](ProIMG/main2.png) +![输入图片说明](ProIMG/main.png) +![输入图片说明](ProIMG/main3.png) +![输入图片说明](ProIMG/main4.png) +![输入图片说明](ProIMG/report.png) +![输入图片说明](ProIMG/shijian.png) +![输入图片说明](ProIMG/xiangqing.png) +![输入图片说明](ProIMG/secher.png) +![输入图片说明](ProIMG/jiance.png) + + +## 功能架构 +![输入图片说明](ProIMG/gongneng-jiagou.png) + + +## 在线体验 + +- 环境地址: +- 用户名:13900000000 +- 密码:stonedt + + +## 安装依赖 +1. JavaEE 8 以上版本; +2. MySQL 5.5 以上版本; +3. Redis 4.0 以上版本; + + +## 运行版本 + +仅需三步快速安装 思通舆情: + +- 1.安装MySQL、redis,执行建表、建缓存 [initialize_db_cache.sh](https://gitee.com/stonedtx/yuqing/raw/master/initialize_db_cache.sh) 脚本。 + +- 2.下载 [config.properties](https://gitee.com/stonedtx/yuqing/raw/master/config.properties) 文件与 stonedt-yuqing.jar 在同一个目录下。 + +- 3.下载 [stonedt-yuqing.jar](https://gitee.com/stonedtx/yuqing/attach_files/965888/download/stonedt-yuqing.jar) 程序,与 config.properties 在同目录下,执行 java -jar stonedt-yuqing.jar + + + +- 发行版本下载地址:https://gitee.com/stonedtx/yuqing/releases/v1.0 + + + + +## 产品手册 + +https://gitee.com/stonedtx/yuqing/blob/master/%E4%BA%A7%E5%93%81%E6%89%8B%E5%86%8CV1.0.pdf + + +## 微信 + 扫描微信二维码,技术交流。 + + ![输入图片说明](ProIMG/%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC-%E4%B8%AA%E4%BA%BA%E5%BE%AE%E4%BF%A1.jpg) + + +## 联系我们 + ++ 微信号: techflag + ++ 电话: 13505146123 + ++ 邮箱: wangtao@stonedt.com + ++ 公司官网:[www.stonedt.com](http://www.stonedt.com) + +欢迎您在下方留言,或添加微信与我们交流。 + + +## License & Copyright + +Copyright (c) 2014-2022 思通数科 StoneDT, All rights reserved. + +Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + + + +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. \ No newline at end of file