Ez2Raven / data-transformation

Processes SNMP data structures into a normalized form for reporting
0 stars 0 forks source link

Data Transformer

A C# .NET Core implementation of data parser using design patterns.

This is a tech refresh of a set of legacy code that is designed to ingest and transform data structure for ease of reporting and display.

The original use case was to parse SNMP messages in a contextual meaningful way so that health statuses can be tracked and reported across existing systems.

Getting started

Preparing for local build & run

TODO://

Code Walkthrough

Solution is structured into 3 separate concerns within a microservice architecture

Initial Configuration

TODO://

Developing

I strongly recommend using containers for local development. Installation, maintenance and management of infrastructure dependencies are so much easier.

TODO://

Building

TODO://

Features

TODO://

Configuration

TODO://

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome on the dev branch

Kindly refer to [Contributing.md]() on coding style and guidelines TODO://

Links

Licensing

TODO://