Code Monkey home page Code Monkey logo

iwordz / archery Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hhyo/archery

0.0 1.0 0.0 11.7 MB

SQL审核查询平台,支持SQ优化(SQLAdvisor|SOAR|SQLTuning)、脱敏查询(MySQL/MsSQL)、慢日志管理、表结构对比、会话管理、阿里云RDS管理

Home Page: http://139.199.0.191/

License: Apache License 2.0

Python 91.20% Shell 0.09% Dockerfile 0.09% PLpgSQL 0.03% CSS 5.97% Go 0.23% PHP 1.72% CoffeeScript 0.66% HTML 0.01%

archery's Introduction

介绍

Archery是archer的一个分支项目,定位于SQL审核查询平台,同时附加部分简易的日常DB运维功能,不涉及主机、备份管理。针对多类型数据库(MsSQL/PostgreSQL/Redis)的支持也不断完善中。不定期更新,请通过Issues沟通反馈

开发计划

https://github.com/hhyo/archery/projects

快速开始

系统体验

在线体验

账号 密码
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

#表结构初始化
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
/downloads/log/archery.log

访问

http://127.0.0.1:9123/

手动安装

部署说明

依赖清单

框架

前端组件

服务端

功能依赖

贡献者

贡献代码

开发计划:https://github.com/hhyo/archery/projects
如果你有兴趣一起维护此项目,可查看上面的开发计划以及主页的依赖清单,并且在对应issues中留言,当然也可以提交不在计划列表中功能,我们将为你提供有限的、必要的支持(开发环境搭建、模块接入支持、PyCharm Open Source License)等,期待你的加入

问题反馈

Issues是本项目所推崇的沟通渠道,如果在使用过程中遇到问题,请先查阅文档,如果仍无法解决,请查看相关日志,保存截图信息,给我们提交Issues,请按照模板提供相关信息,否则可能会被直接关闭,感谢理解

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.