All Projects → dearcode → inception2

dearcode / inception2

Licence: GPL-3.0, GPL-2.0 licenses found Licenses found GPL-3.0 LICENSE GPL-2.0 COPYING
一个集审核、执行、备份及生成回滚语句于一身的MySQL自动化运维工具(inception) 的增强版本

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
perl
6916 projects
objective c
16641 projects - #2 most used programming language
Yacc
648 projects
shell
77523 projects

Projects that are alternatives of or similar to inception2

Archer
基于inception的自动化SQL操作平台,支持SQL执行、LDAP认证、发邮件、OSC、SQL查询、SQL优化建议、权限管理等功能,支持docker镜像
Stars: ✭ 1,239 (+6095%)
Mutual labels:  inception
Archery
SQL 审核查询平台
Stars: ✭ 3,279 (+16295%)
Mutual labels:  inception
Classify-Real-Time-Desktop
Inception model used to classify camera feed on real time. Coded during the Deep Learning Hackathon 2017 San Francisco
Stars: ✭ 44 (+120%)
Mutual labels:  inception
M Pact
A one stop shop for all of your activity recognition needs.
Stars: ✭ 85 (+325%)
Mutual labels:  inception
Store
Official Function and Template Store for OpenFaaS
Stars: ✭ 136 (+580%)
Mutual labels:  inception
Opsmanage
自动化运维平台: 代码及应用部署CI/CD、资产管理CMDB、计划任务管理平台、SQL审核|回滚、任务调度、站内WIKI
Stars: ✭ 2,849 (+14145%)
Mutual labels:  inception
Epic Kitchens 55 Action Models
EPIC-KITCHENS-55 baselines for Action Recognition
Stars: ✭ 68 (+240%)
Mutual labels:  inception
iOS-CoreML-Inceptionv3
Real-time Object Recognition using Apple's CoreML 2.0 and Vision API -
Stars: ✭ 46 (+130%)
Mutual labels:  inception
Tensorflow Tutorials
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
Stars: ✭ 2,096 (+10380%)
Mutual labels:  inception
DeepNetModel
记录每一个常用的深度模型结构的特点(图和代码)
Stars: ✭ 25 (+25%)
Mutual labels:  inception
Incepiton Mysql
🍭A web platform designed for mysql inception
Stars: ✭ 90 (+350%)
Mutual labels:  inception
Hostyoself
Host yo' self from your browser, your phone, your toaster.
Stars: ✭ 1,665 (+8225%)
Mutual labels:  inception
mxnet-retrain
Create mxnet finetuner (retrain) for mac/linux ,no need install docker and supports CPU, GPU(eGpu/cudnn).support the inception,resnet ,squeeznet,mobilenet...
Stars: ✭ 32 (+60%)
Mutual labels:  inception
Caffe Model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
Stars: ✭ 1,258 (+6190%)
Mutual labels:  inception
img classification deep learning
No description or website provided.
Stars: ✭ 19 (-5%)
Mutual labels:  inception
See
基于开源组件(Inception & SQLAdvisor & SOAR)的SQL审核&SQL优化的Web平台
Stars: ✭ 1,187 (+5835%)
Mutual labels:  inception
Googlenet Inception
TensorFlow implementation of GoogLeNet and Inception for image classification.
Stars: ✭ 230 (+1050%)
Mutual labels:  inception
TensorFlow-Powered Robot Vision
No description or website provided.
Stars: ✭ 34 (+70%)
Mutual labels:  inception
Nearest-Celebrity-Face
Tensorflow Implementation of FaceNet: A Unified Embedding for Face Recognition and Clustering to find the celebrity whose face matches the closest to yours.
Stars: ✭ 30 (+50%)
Mutual labels:  inception
SnapStitch
Built by Avik Jain, Anish Nag, Sahas Dendukuri, Hari Senthilkumar, and Rishi Upadhyay at Angelhack Silicon Valley 2017.
Stars: ✭ 20 (+0%)
Mutual labels:  inception

关于Inception

MySQL语句的审核,在业界都已经基本被认同了,实际上也是对MySQL语句写法的统一化,标准化,而之前的人工审核,针对标准这个问题其实是很吃力的,标准越多,DBA越累,开发也越累。 那么在这个都追求自动化运维的时代,审核也必须要跟上步伐,因此Inception诞生了。而Inception可以做的工作远不止是一个自动化审核工具,同时还具备执行,生成对影响数据的回滚语句(类似闪回的功能),这样一条龙服务的工具,将会给DBA的工作带来翻天覆地的变化,DBA从此就从繁重的审核、登上去执行,出错了很难回滚(如果提前没有备份的话)的被动局面解放了出来,突然发现,做DBA原来可以这么轻松,工作可以不饱和了,那就有更多的自由时间学习、进一步向自动化运维平台的实现等更智能化的方向去发展,是具有里程碑意义的。

声明

Inception是一个开源系统,每个人或者每个公司都可以自由使用,由于MySQL代码的复杂性,在审核过程中不可能入戏太深,主要是将最重要的审核完成即可,面对很多复杂的子查询、表达式等是不容易检查到的,所以有些就直接忽略了,那么大家在使用过程中,有任何疑问或者发现任何BUG,都直接提出来,我们大家一起将Inception维护得更好。

文档地址

http://mysql-inception.github.io/inception-document/

代码风格

astyle -xW -w -F -p -xg -xe -k3 -W3 -xb -xj -xf -o -xC200 -L -n

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].