系统基准后端

时间:2024-03-17 22:12:54
【文件属性】:

文件名称:系统基准后端

文件大小:63KB

文件格式:ZIP

更新时间:2024-03-17 22:12:54

Python

系统基准后端 此存储库用于系统基准后端服务。 它的主要工作是创建,存储,检索和删除系统基准。 什么是系统基准? 系统基准仅仅是一组事实。 它是一系列哈希。 每个哈希的格式为{"name": , "value": } 。 每个基线都有一个UUID标识符以及其他metdata。 完整的示例如下所示: { " account " : " 123456 " , " baseline_facts " : [ { " name " : " arch " , " value " : " x86_64 " }, { " name " : " phony.arch.fact " , " value "


【文件预览】:
system-baseline-backend-master
----.travis.yml(993B)
----run_app.sh(395B)
----run_unit_tests.sh(639B)
----Pipfile(830B)
----.github()
--------pull_request_template.md(508B)
----sonar-scanner.properties.sample(556B)
----tests()
--------fixtures.py(12KB)
--------test_v1_api.py(25KB)
--------__init__.py(0B)
----LICENSE(11KB)
----Pipfile.lock(68KB)
----wsgi.py(121B)
----migrations()
--------find_duplicate_account_display_name.sql(121B)
--------versions()
--------alembic.ini(770B)
--------README(38B)
--------env.py(2KB)
--------script.py.mako(494B)
----system_baseline-manifest(3KB)
----setup.cfg(132B)
----.gitignore(1KB)
----dev.yml(256B)
----.travis()
--------check-manifest.sh(279B)
----README.md(4KB)
----scripts()
--------create-manifest.py(704B)
----standalone_flask_server.py(131B)
----gunicorn.conf.py(124B)
----system_baseline()
--------app.py(2KB)
--------models.py(2KB)
--------mgmt_views()
--------app_config.py(141B)
--------metrics.py(2KB)
--------validators.py(3KB)
--------db_config.py(485B)
--------views()
--------openapi()
--------version.py(22B)
--------exceptions.py(1KB)

网友评论