Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.29 KB

Anti Poaching Platform 中国盗猎大数据统计平台 (暂定名)

通过分析裁判文书网上的判决书, 通过可视化大数据的形式, 呈现出中国盗猎的最新动向和历史信息

made-with-python Docker CI

项目使用Python开发, 通过Docker Compose进行部署

开发环境

推荐使用 Linux. Windows下开发可使用 WSL2

依赖

部署项目 (开发环境):

构建开发环境

make build-dev

运行开发环境

make run-dev

运行测试

make run-tests

更新 Image

# 更新 Makefile 中的 image revision
make update-revision
# Build 最新 image 并推送到 Registry
make push-latest
# 创建更新 Commit
make bump-image

待办事项

  • TODO List: #2