An open API service indexing awesome lists of open source software.

https://github.com/xmidt-org/interpreter

A library to validate events and boot cycles
https://github.com/xmidt-org/interpreter

Last synced: about 2 months ago
JSON representation

A library to validate events and boot cycles

Awesome Lists containing this project

README

        

# interpreter

Interpreter validates events and can be used in projects that aim to generate aggregate or individual device metrics.

[![Build Status](https://github.com/xmidt-org/interpreter/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/interpreter/actions/workflows/ci.yml)
[![codecov.io](http://codecov.io/github/xmidt-org/interpreter/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/interpreter?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/interpreter)](https://goreportcard.com/report/github.com/xmidt-org/interpreter)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xmidt-org_interpreter&metric=alert_status)](https://sonarcloud.io/dashboard?id=xmidt-org_interpreter)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/interpreter/blob/main/LICENSE)
[![GitHub Release](https://img.shields.io/github/release/xmidt-org/interpreter.svg)](CHANGELOG.md)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/interpreter)](https://pkg.go.dev/github.com/xmidt-org/interpreter)

## Summary

Interpreter provides different validations for validating:

* Events are valid (e.g. having a proper boot-time, etc.)
* Boot-cycles are as expected.

## Table of Contents
- [Code of Conduct](#code-of-conduct)
- [Install](#install)
- [Contributing](#contributing)

## Code of Conduct

This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.

## Install
go get -u github.com/xmidt-org/interpreter

## Contributing

Refer to [CONTRIBUTING.md](CONTRIBUTING.md).