Coder Social home page Coder Social logo

jiyulongxu / archery Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hhyo/archery

0.0 0.0 0.0 9.66 MB

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

Home Page: http://13.251.244.118/

License: Apache License 2.0

Python 91.01% Shell 0.08% Dockerfile 0.10% CSS 6.12% Go 0.24% PHP 1.77% CoffeeScript 0.68% HTML 0.01%

archery's Introduction

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

#表结构初始化(先创建数据库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/

手动安装

部署说明

FAQ(欢迎补充)

https://github.com/hhyo/archery/wiki/FAQ

依赖或引用项目

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.