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
- Host: GitHub
- URL: https://github.com/xmidt-org/interpreter
- Owner: xmidt-org
- License: apache-2.0
- Created: 2021-03-22T19:26:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:45:35.000Z (7 months ago)
- Last Synced: 2024-10-29T09:57:23.294Z (7 months ago)
- Language: Go
- Size: 24.2 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.
[](https://github.com/xmidt-org/interpreter/actions/workflows/ci.yml)
[](http://codecov.io/github/xmidt-org/interpreter?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/interpreter)
[](https://sonarcloud.io/dashboard?id=xmidt-org_interpreter)
[](https://github.com/xmidt-org/interpreter/blob/main/LICENSE)
[](CHANGELOG.md)
[](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).