Sql Lifecycle Management Save Abandoned

SQL-Lifecycle-Management is an intelligent diagnosis and optimization product focusing on the SQL field.

Project README

SQL-Lifecycle-Management

English | 简体中文

License pyversions Github stars OpenIssue

SQL-Lifecycle-Management is a SQL lifecycle management product hatched from the Ant group, providing SQL closed-loop capabilities throughout all stages of develop, integration, operation and maintenance, and continuous optimization.

Main Features

  • SQL Optimization:Support SQL optimization, provide index suggestion, PMD suggestion, rewrite and other capabilities
  • SQL Review:Support SQL Review of multiple ORM framework
  • Slow log Analysis:Support Slow log analysis
  • SQL Monitor:Provides SQL monitoring services of different engines, collects SQL, Plan, Catalog, Statistics and other data to help developers analyze SQL problems in real time

Currently Supported Database Engine

  • OceanBase(MySQL Mode)
  • MySQL

Quick Start

  • prerequisites: recommended python >= v3.6.3 (tested on 3.6.3) It is recommended to use conda to create virtual environment
conda create --name slm_3.6.3 python=3.6.3
conda activate slm_3.6.3
  • install
git clone https://github.com/oceanbase/sql-lifecycle-management.git

cd sql-lifecycle-management && make install
  • meta database init
# meta database config
cd sql-lifecycle-management && vim db.cfg
# meta database schema init
mysql -h host_ip -u user_name -p
source init/init.sql
  • visit web
cd sql-lifecycle-management && sh ./start.sh

visit http://localhost:8989

Configuration

Please refer to the Configuration Guide for an overview on how to configure SQL-Lifecycle-Management. part guide:

Roadmap

  • Database engine extension
    • OceanBase
    • MySQL
    • PostgreSQL
    • Oracle
    • TiDB
    • PolarDB
  • Rule precipitation
    • SQL PMD
    • SQL Rewrite
    • Rule-Based Optimizer
  • Optimizer extension
    • Cost-Based Optimizer
    • Support PLSQL
    • Query-Based Workload Analysis
    • Learning-Based Optimizer
  • ORM framework extension
    • MyBatis
    • GORM
    • Hibernate
    • SQLAlchemy
  • Multi-cloud product access
    • OceanBase Cloud
    • Aliyun RDS
    • TiCloud
  • SQL optimization plugin
    • CICD product
    • SQL Console product
    • IDE plugin

License

SQL-Lifecycle-Management is licensed under Apache - 2.0 License.

Contact Us

DingTalk group: 33920014194

Open Source Agenda is not affiliated with "Sql Lifecycle Management" Project. README Source: oceanbase/sql-lifecycle-management
Stars
32
Open Issues
0
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating