{"id":45747409,"url":"https://github.com/skylinecommunications/skyline.dataminer.dev.utils.solutions.mediaops.live","last_synced_at":"2026-03-03T21:03:04.949Z","repository":{"id":340333815,"uuid":"950068762","full_name":"SkylineCommunications/Skyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live","owner":"SkylineCommunications","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-24T10:44:12.000Z","size":1883,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-24T15:48:44.297Z","etag":null,"topics":["dataminer","dataminer-solution","media-ops"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SkylineCommunications.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-17T15:25:21.000Z","updated_at":"2026-02-24T10:39:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SkylineCommunications/Skyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live","commit_stats":null,"previous_names":["skylinecommunications/skyline.dataminer.dev.utils.solutions.mediaops.live"],"tags_count":507,"template":false,"template_full_name":null,"purl":"pkg:github/SkylineCommunications/Skyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkylineCommunications%2FSkyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkylineCommunications%2FSkyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkylineCommunications%2FSkyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkylineCommunications%2FSkyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkylineCommunications","download_url":"https://codeload.github.com/SkylineCommunications/Skyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkylineCommunications%2FSkyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29831698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T15:41:19.027Z","status":"ssl_error","status_checked_at":"2026-02-25T15:40:47.150Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataminer","dataminer-solution","media-ops"],"created_at":"2026-02-25T17:01:15.793Z","updated_at":"2026-02-25T17:01:30.966Z","avatar_url":"https://github.com/SkylineCommunications.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skyline.DataMiner.Dev.Utils.Solutions.MediaOps.Live\n\nThis documentation describes how to use the public API exposed by `Skyline.DataMiner.Solutions.MediaOps.Live`.\nThe API is intended to be used when developing custom solutions based on the MediaOps.LIVE solution.\n\n## Installation\n\nAdd the NuGet package to your solution:\n\n```bash\ndotnet add package Skyline.DataMiner.Solutions.MediaOps.Live\n```\n\nDepending on your project type, one of the following additional packages is also required:\n\n- Automation scripts: `Skyline.DataMiner.Solutions.MediaOps.Live.Automation`\n- Protocols: `Skyline.DataMiner.Solutions.MediaOps.Live.Protocol`\n- GQI Ad-hoc data sources and custom operators: `Skyline.DataMiner.Solutions.MediaOps.Live.GQI`\n\n\u003e [!NOTE]\n\u003e This library targets `.NET Framework 4.8`.\n\n## Documentation\n\n| Document | Description |\n| -------- | ----------- |\n| [Getting Started](Documentation/Getting%20Started.md) | Installation, prerequisites, and basic usage |\n| [Quick Reference](Documentation/Quick%20Reference.md) | Common code snippets for repositories, querying, and connectivity |\n| [Advanced Topics](Documentation/Advanced%20Topics.md) | Caching, subscriptions, validation, logging, and error handling |\n| [Orchestration](Documentation/Orchestration.md) | Automated scheduling and execution of orchestration events |\n\nExternal resources:\n\n- [DataMiner Docs](https://docs.dataminer.services/) - Official DataMiner documentation\n\n## About DataMiner\n\nDataMiner 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.\n\nThe 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.\n\nA 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\").\n\n\u003e **Note**\n\u003e See also: [About DataMiner](https://aka.dataminer.services/about-dataminer).\n\n## About Skyline Communications\n\nAt 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskylinecommunications%2Fskyline.dataminer.dev.utils.solutions.mediaops.live","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskylinecommunications%2Fskyline.dataminer.dev.utils.solutions.mediaops.live","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskylinecommunications%2Fskyline.dataminer.dev.utils.solutions.mediaops.live/lists"}