Skip to content
forked from hhyo/Archery

SQL审核平台,支持SQL审核、SQL优化(SQLAdvisor|SOAR|SQLTuning)、脱敏查询、慢日志管理、表结构同步、会话管理、RDS管理

License

Notifications You must be signed in to change notification settings

firstfsx/archery

 
 

Repository files navigation

Build Status codecov version version License

文档 | FAQ | Releases

介绍

项目基于archer,优化了工作流、权限、项目、配置管理等一系列模块,不定期更新,请通过Issues沟通反馈

快速开始

系统体验

在线体验

账号 密码
archer archer

Docker

archery镜像:https://hub.docker.com/r/hhyo/archery
inception镜像: https://hub.docker.com/r/hhyo/inception

准备运行配置

具体可参考:https://github.com/hhyo/archery/raw/master/src/docker/install.zip

启动

#启动
docker-compose -f docker-compose.yml up -d

#表结构初始化(先创建数据库archery,字符集utf8)
docker exec -ti archery /bin/bash
cd /opt/archery
source /opt/venv4archery/bin/activate
python3 manage.py makemigrations sql  #这一步如果遇到报错可忽略
python3 manage.py migrate 

#创建管理用户
python3 manage.py createsuperuser

#日志查看和问题排查
docker logs archery
/downloads/log/archery.log

访问

http://127.0.0.1:9123/

手动安装

部署说明

主要依赖或引用项目

贡献者

About

SQL审核平台,支持SQL审核、SQL优化(SQLAdvisor|SOAR|SQLTuning)、脱敏查询、慢日志管理、表结构同步、会话管理、RDS管理

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.0%
  • CSS 6.1%
  • PHP 1.8%
  • CoffeeScript 0.7%
  • Go 0.2%
  • Dockerfile 0.1%
  • Other 0.1%