Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Archery | 4,710 | 4 hours ago | 82 | apache-2.0 | Python | |||||
SQL 审核查询平台 | ||||||||||
Django Sql Explorer | 2,091 | 69 | 5 | 14 days ago | 30 | March 10, 2022 | 18 | mit | Python | |
Easily share data across your company via SQL queries. From Grove Collab. | ||||||||||
Djongo | 1,700 | 57 | 6 | a month ago | 46 | June 01, 2021 | 319 | agpl-3.0 | Python | |
Django and MongoDB database connector | ||||||||||
Archer | 1,501 | 4 months ago | 34 | apache-2.0 | JavaScript | |||||
基于inception的自动化SQL操作平台,支持SQL执行、LDAP认证、发邮件、OSC、SQL查询、SQL优化建议、权限管理等功能,支持docker镜像 | ||||||||||
See | 1,377 | 4 months ago | 42 | epl-2.0 | Vue | |||||
基于开源组件(Inception & SQLAdvisor & SOAR)的SQL审核&SQL优化的Web平台 | ||||||||||
Django Devserver | 1,247 | 69 | 3 years ago | 24 | May 02, 2014 | 62 | other | Python | ||
A drop-in replacement for Django's runserver. | ||||||||||
Acra | 1,133 | 4 | 1 | 21 days ago | 3 | March 19, 2019 | 2 | apache-2.0 | Go | |
Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL. | ||||||||||
Learning | 1,078 | 12 days ago | Python | |||||||
Learning Shell,Python,Golang,System,Network | ||||||||||
Django Queryinspect | 516 | 20 | 3 years ago | 6 | September 10, 2019 | 2 | Python | |||
SQL query inspector for Django | ||||||||||
Smartcharts | 412 | 17 days ago | 1 | apache-2.0 | HTML | |||||
🔥数据可视化,大屏, 支持Echarts,SQL,API,VUE,可用于Jupyter, 比pyecharts容易, 极低门槛,拿来即用,比拖拽方便,项目插件或独立平台皆可, 简单, 敏捷, 高效, 通用化, 高度可定制化,为你完全打通前后端, 图形数据联动, 筛选开发毫无压力, 数据缓存处理机制让报表快人一步 |
数据库 | 查询 | 审核 | 执行 | 备份 | 数据字典 | 慢日志 | 会话管理 | 账号管理 | 参数管理 | 数据归档 |
---|---|---|---|---|---|---|---|---|---|---|
MySQL | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ |
MsSQL | √ | × | √ | × | √ | × | × | × | × | × |
Redis | √ | × | √ | × | × | × | × | × | × | × |
PgSQL | √ | × | √ | × | × | × | × | × | × | × |
Oracle | √ | √ | √ | √ | √ | × | × | × | × | × |
MongoDB | √ | √ | √ | × | × | × | × | × | × | × |
Phoenix | √ | × | √ | × | × | × | × | × | × | × |
ODPS | √ | × | × | × | × | × | × | × | × | × |
ClickHouse | √ | √ | √ | × | × | × | × | × | × | × |
账号 | 密码 |
---|---|
archer | archer |
具体可参考:https://github.com/hhyo/Archery/tree/master/src/docker-compose
下载 Releases文件,解压后进入docker-compose文件夹
#启动
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 dbshell<sql/fixtures/auth_group.sql
python3 manage.py dbshell<src/init_sql/mysql_slow_query_review.sql
#创建管理用户
python3 manage.py createsuperuser
#重启服务
docker restart archery
#日志查看和问题排查
docker logs archery -f --tail=10
logs/archery.log
python manage.py test -v 3
可查阅主页的开发计划以及依赖清单,在对应Issues中回复认领,或者直接提交PR,感谢你对Archery的贡献
贡献包括但不限于以下方式: