https://github.com/skylinecommunications/skyline.dataminer.dev.utils.solutions.mediaops.live
https://github.com/skylinecommunications/skyline.dataminer.dev.utils.solutions.mediaops.live
dataminer dataminer-solution media-ops
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skylinecommunications/skyline.dataminer.dev.utils.solutions.mediaops.live
- Owner: SkylineCommunications
- License: mit
- Created: 2025-03-17T15:25:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-24T10:44:12.000Z (4 months ago)
- Last Synced: 2026-02-24T15:48:44.297Z (4 months ago)
- Topics: dataminer, dataminer-solution, media-ops
- Language: C#
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live
This documentation describes how to use the public API exposed by `Skyline.DataMiner.Solutions.MediaOps.Live`.
The API is intended to be used when developing custom solutions based on the MediaOps.LIVE solution.
## Installation
Add the NuGet package to your solution:
```bash
dotnet add package Skyline.DataMiner.Solutions.MediaOps.Live
```
Depending on your project type, one of the following additional packages is also required:
- Automation scripts: `Skyline.DataMiner.Solutions.MediaOps.Live.Automation`
- Protocols: `Skyline.DataMiner.Solutions.MediaOps.Live.Protocol`
- GQI Ad-hoc data sources and custom operators: `Skyline.DataMiner.Solutions.MediaOps.Live.GQI`
> [!NOTE]
> This library targets `.NET Framework 4.8`.
## Documentation
| Document | Description |
| -------- | ----------- |
| [Getting Started](Documentation/Getting%20Started.md) | Installation, prerequisites, and basic usage |
| [Quick Reference](Documentation/Quick%20Reference.md) | Common code snippets for repositories, querying, and connectivity |
| [Advanced Topics](Documentation/Advanced%20Topics.md) | Caching, subscriptions, validation, logging, and error handling |
| [Orchestration](Documentation/Orchestration.md) | Automated scheduling and execution of orchestration events |
External resources:
- [DataMiner Docs](https://docs.dataminer.services/) - Official DataMiner documentation
## About DataMiner
DataMiner is a transformational platform that provides vendor-independent control and monitoring of devices and services. Out of the box and by design, it addresses key challenges such as security, complexity, multi-cloud, and much more. It has a pronounced open architecture and powerful capabilities enabling users to evolve easily and continuously.
The foundation of DataMiner is its powerful and versatile data acquisition and control layer. With DataMiner, there are no restrictions to what data users can access. Data sources may reside on premises, in the cloud, or in a hybrid setup.
A unique catalog of 7000+ connectors already exists. In addition, you can leverage DataMiner Development Packages to build your own connectors (also known as "protocols" or "drivers").
> **Note**
> See also: [About DataMiner](https://aka.dataminer.services/about-dataminer).
## About Skyline Communications
At Skyline Communications, we deal with world-class solutions that are deployed by leading companies around the globe. Check out [our proven track record](https://aka.dataminer.services/about-skyline) and see how we make our customers' lives easier by empowering them to take their operations to the next level.