Thanks to visit codestin.com
Credit goes to github.com

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

dbaops-com/archery

 
 

Repository files navigation

Build Status

介绍

项目基于archer,有问题请提交issue

快速开始

系统体验

在线体验

权限组 账号 密码
管理员 archer archer
工程师 engineer archer
DBA dba archer

Docker

archery镜像:https://dev.aliyun.com/detail.html?spm=5176.1972343.2.2.58c75aaa3iK1Sb&repoId=244140
inception镜像: https://dev.aliyun.com/detail.html?spm=5176.1972343.2.12.7b475aaaLiCfMf&repoId=142093

准备构建配置

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

启动

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

#表结构初始化
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

访问

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%