Archery是archer的一个分支项目,定位于SQL审核查询平台,附加部分日常DB运维功能,功能列表
https://github.com/hhyo/archery/projects
账号 | 密码 |
---|---|
archer | archer |
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
#表结构初始化
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 compilemessages
#创建管理用户
python3 manage.py createsuperuser
#日志查看和问题排查
docker logs archery -f --tail=10
/downloads/log/archery.log
- 菜单栏 metisMenu
- 主题 sb-admin-2
- 编辑器 ace
- SQL美化 sql-formatter
- 表格 bootstrap-table
- 表格编辑 bootstrap-editable
- 下拉菜单 bootstrap-select
- 文件上传 bootstrap-fileinput
- 时间选择 bootstrap-datetimepicker
- 日期选择 daterangepicker
- 开关 bootstrap-switch
- Markdown展示 marked
- 队列任务 django-q
- MySQL Connector mysqlclient-python
- MsSQL Connector pyodbc
- Redis Connector redis-py
- PostgreSQL Connector psycopg2
- SQL解析/切分/类型判断 sqlparse
- MySQL Binlog解析/回滚 python-mysql-replication
- LDAP django-auth-ldap
- 序列化 simplejson
- 时间处理 python-dateutil
- 启动管理 gunicorn
- 可视化 pyecharts
- MySQL审核/语法树解析 inception
- 数据库审核 Themis
- MySQL索引优化 SQLAdvisor
- SQL优化/压缩 SOAR
- Binlog2SQL binlog2sql
- 表结构同步 SchemaSync
- 慢日志解析展示 pt-query-digest|aquila_v2
- 大表DDL gh-ost|pt-online-schema-change
- MyBatis XML解析 mybatis-mapper2sql
- RDS管理 aliyun-openapi-python-sdk
可查阅主页的开发计划以及依赖清单,在对应issues中回复,或者直接提交PR
Issues是本项目唯一的沟通渠道,如果在使用过程中遇到问题,请先查阅文档,如果仍无法解决,请查看相关日志,保存截图信息,给我们提交Issues,请按照模板提供相关信息,否则会被直接关闭,感谢理解