当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
11 Star 43 Fork 17

世豪汇科 / cmdb
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
LGPL-3.0

1. 本项目解决了什么问题?

  • 或者说如何使用本项目?
  • 我们虽然提供了一个端到端使用本项目的demo(含快速安装命令,详见本文档稍后章节)。
  • 但我们认为,对本项目的正确的使用方式应该是:将本项目作为一个引擎(纯后台)。
  • 即,其它项目需要“动态创建表”时,调用本项目的api,本项目作为存储海量数据的“数据中心”。

2. 基本功能演示

3. 安装demo

https://gitee.com/shihow/cmdb/tree/master/tools/setup

4. 特性

  • 热添加删除表 自定义字段类型
  • REST前后端分离架构 开放所有API接口
  • 强大的搜索查找能力(后端使用elasticsearch存储数据 ) 可以配合kibana使用
  • 支持查看数据修改记录
  • 表级权限管理
  • 容器快速部署

5. 技术栈

5.1 前端 -- https://gitee.com/shihow/cmdb-web

  • Vue 2.5.2
  • Element-ui
  • Vue-Router
  • Vuex
  • Axios

5.2 后端 (即本repo)

  • Python 3.7
  • Django 3.0.6
  • Django REST framework
  • Elasticsearch 5.6.8
  • Mysql 5.7
  • Docker

6. 接管后的 已完成 && 计划中

  • 支持动态新增、删除表字段 (重大变化)
  • dockerfile,您可自行基于源码部署 (重大变化)
  • 补齐自动化测试用例 (重大变化)
  • 升级到Django3.0.6 (重大变化)
  • url尾部统一加 '/' (重大变化)
  • 剥离了ldap
  • header中api文档链接错误
  • 启用pipenv
  • on_ready() 会导致makemigration时异常
  • 新增基础功能演示视频
  • 以 user.is_staff 来判定是否可读写所有表,而不再以 all.read、all.write 判定
  • 清理冗余代码
  • 表管理页搜索bug
  • 动态表的字段支持排序
  • Required fields 支持多对多字段
  • 支持恢复已被删除的字段;仅支持假删除字段
  • 支持恢复已被删除的动态表;支持假删除、真删除表
  • bug: 第一条数据修改记录未保存执行用户
  • 字段类别支持附件、图片、长文本等类型
  • 字段类别支持单选、多选
  • 表级权限等效优化 -- 采用django原生,为后续的对象级权限做准备
  • 新增支持对象级权限 -- 借鉴guardian
  • 提供一组api,用于访问授权和收回授权
  • 支持第三方应用以token方式安全访问
  • 全局的,Elasticsearch的文档type统一改为'data'。为Elasticsearch v7.x弃用doc_type做准备。 (优先级低)
  • Elasticsearch 升级到 v7.x (优先级低)
  • 在线演示 (优先级低)
  • 国际化 (优先级低)

7. QQ群

8. 鸣谢

  • 原项目地址: https://github.com/open-cmdb/cmdb
  • 感谢原项目作者 tangmingming 的杰出贡献。
  • 很遗憾,原项目作者不再维护了。
  • 我们决定接管此项目,并在gitee维护。

9. 支持开源

开源不易,需要您的支持,支持方式:

1. star 本项目

2. 贡献代码

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

3. 提bug或需求

4. 仅仅是使用本项目

5. 捐赠

10. 相关项目

  • 电子档案系统
  • 基于DRF+Vue+elasticsearch7,功能更严谨,支持对象级权限控制,经严格测试。
  • 有偿开源。有需要者请联系QQ 39188043
  • 演示视频:https://gitee.com/shihow/cmdb/attach_files
GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.

简介

动态表维护引擎。Django rest framework + elasticsearch + vue。前端:https://gitee.com/shihow/cmdb-web 展开 收起
Python 等 4 种语言
LGPL-3.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/shihow/cmdb.git
git@gitee.com:shihow/cmdb.git
shihow
cmdb
cmdb
master

搜索帮助