Skip to main content

data-analyze

Project description

概述

data analysis

一、rules 规则

系统会根据配置的规则,对原数据进行分析

数据结构

{
  "type":"system",
  "rules":[
      {
          "id":1,
          "type":"log",
          "condition":"xxxx" 
      },
      {
          "id":2,
          "type":"assert",
          "condition":"xxxx" 
      },
      {
          "id":3,
          "type":"data",
          "condition":"xxxx"
      }
  ],
  "relation":"id1|id2|id3",
  "result":{ 
      "type":"system",
      "module":"bluetooth",
      "desc":"蓝牙没打开"
  },
  "weights":1

type 规则类型

支持 coredump、system、test

  1. coredump 数据分析
  2. system 系统级别日志分析
  3. test 测试业务数据分析

rules 规则

  1. id 唯一标识
  2. type 匹配内容类型,log-行日志、assert-断言、data-直接数据
  3. condition 匹配条件,支持正则表达式,可配置多个条件

relation 匹配条件关系

多个条件id匹配关系,支持 与&、或|、非not、优先级()

result 匹配结果

  1. type 结果类型:cloud云端问题,system系统端问题
  2. module 问题模块:bluetooth蓝牙模块,alarm闹钟模块等。。
  3. desc 问题描述

weights 权重

同时匹配多个规则时,权重越大概率越高

打包上传

1.pip install twine 2.python setup.py sdist bdist_wheel --打包 3.twine upload --repository-url https://upload.pypi.org/legacy/ dist/* --上传

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

data-analyze-1.4.1.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

data_analyze-1.4.1-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file data-analyze-1.4.1.tar.gz.

File metadata

  • Download URL: data-analyze-1.4.1.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2

File hashes

Hashes for data-analyze-1.4.1.tar.gz
Algorithm Hash digest
SHA256 3e938080cdb3c6ea69c4426d6eee59b3201f186cec4a497ba471f0c2ef2ad6d3
MD5 f9af84237ed45dd724231f3d176118d3
BLAKE2b-256 3a6e8779474bff03fcd700522ecef0579f458306f9118a943c3acb480f16a439

See more details on using hashes here.

File details

Details for the file data_analyze-1.4.1-py3-none-any.whl.

File metadata

  • Download URL: data_analyze-1.4.1-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2

File hashes

Hashes for data_analyze-1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 48ffd20a027c5e4f8e616c4f79c205c026f4f7f8a0d97ac8a205d15ddc996b5b
MD5 c6801978f088b62c242297985268f583
BLAKE2b-256 6bafc280d2d0109784b06d5536e3631da984cb321b2e64460acb801d2ac5a239

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page