{"id":26688376,"url":"https://github.com/dell-networking/poc-index","last_synced_at":"2026-01-05T18:37:55.220Z","repository":{"id":80855323,"uuid":"596665574","full_name":"Dell-Networking/PoC-Index","owner":"Dell-Networking","description":"The main index for linking to all proof-of-concept git repos","archived":false,"fork":false,"pushed_at":"2024-01-23T18:46:29.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-18T00:31:09.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dell-Networking.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-02-02T17:16:48.000Z","updated_at":"2023-02-02T17:16:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec60b247-49b2-48c5-a989-ca86cc10c86c","html_url":"https://github.com/Dell-Networking/PoC-Index","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dell-Networking%2FPoC-Index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dell-Networking%2FPoC-Index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dell-Networking%2FPoC-Index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dell-Networking%2FPoC-Index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dell-Networking","download_url":"https://codeload.github.com/Dell-Networking/PoC-Index/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245659045,"owners_count":20651526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-03-26T13:18:46.492Z","updated_at":"2026-01-05T18:37:55.172Z","avatar_url":"https://github.com/Dell-Networking.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Main Index Repo for Linking to PoC Repos\n\n\n[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Dell-Networking/PoC-Index/blob/main/LICENSE.md)\n[![GitHub issues](https://img.shields.io/github/issues/Dell-Networking/PoC-Index)](https://github.com/Dell-Networking/PoC-Index/issues)\n\nBuilt and maintained by [Ben Goldstone](https://github.com/benjamingoldstone/) and [Contributors](https://github.com/Dell-Networking/PoC-Index/graphs/contributors)\n\n------------------\n\n## Description\n\nThis repo is simply for linking to all the proof-of-concept repos built out pertaining to SONiC and Dell Enterprise SONiC. See links below.\n\nNote that the 'status' field should be one of the following:\n  * Planning - in planning stage, no code ready to share\n  * In Progress - being implemented, some code available but not complete or validated\n  * Complete, not validated - Code complete but not yet validated\n  * Complete, validated - Code complete for at least one release and has been validated to be reproducible per requirements section\n\n## Accessing Dell Enterprise SONiC\n\nNote that to gain access to a virtual version of Dell Enterprise SONiC (if required for a PoC), you'll need to reach out to your Dell sales rep. who can provide access as required.\n\n## Proof-of-Concept Repos\n\n| Name                      | Description                                                                                                       | Status                  | Note                             | Repo Link                                                                                                          |                \n|---------------------------|-------------------------------------------------------------------------------------------------------------------|-------------------------|----------------------------------|--------------------------------------------------------------------------------------------------------------------|\n| Template                  | Template repo to get folks started building out PoC repos                                                         | In Progress             | No validation currently required | [PoC SONiC Template](https://github.com/Dell-Networking/PoC-SONiC-template)                                        |\n| AWS SM                    | How to use AWS Secrets Manager for securing creds + create VLAN with creds \u0026 API calls                            | Complete, Not Validated |                                  | [PoC DES Python AWS SM Automation](https://github.com/Dell-Networking/PoC-DES-Python-AWS-SM-Automation)            |\n| ZTP Intro                 | How to use ZTP within Dell Enterprise SONiC                                                                       | In Progress             |                                  | [PoC DES ZTP](https://github.com/Dell-Networking/PoC-DES-ZTP)                                                      |\n| EVE-NG                    | Get Dell Enterprise SONiC up and running within an EVE-NG environment                                             | In Progress             |                                  | [PoC DES EVE-NG](https://github.com/Dell-Networking/PoC-DES-EVE-NG)                                                |\n| DCI Multisite             | How to leverage DCI Multisite with Dell Enterprise SONiC                                                          | In Progress             |                                  | [PoC DCI Multisite](https://github.com/Dell-Networking/PoC-DCI-Multisite-DES)                                      |\n| Automated Backup          | Automate backups of config_db.json files with Dell Enterprise SONiC                                               | In Progress             |                                  | [PoC Automated Backup](https://github.com/Dell-Networking/PoC-DES-Automated-Backup)                                |\n| Elastic with DES          | Set up Elastic tools to support monitoring of Dell Enterprise SONiC devices                                       | In Progress             |                                  | [PoC Elastic with DES](https://github.com/Dell-Networking/PoC-Elastic-with-DES)                                    |\n| Config replace with DES   | Atomic config replace with Dell Enterprise SONiC via API and gNMI                                                 | In Progress             |                                  | [PoC Config Replace](https://github.com/Dell-Networking/PoC-DES-Config-Replace)                                    |\n| ONIE to DES               | Automate installation of Dell Enterprise SONiC for devices running ONIE or OS10                                   | In Progress             |                                  | [PoC ONIE to DES](https://github.com/Dell-Networking/PoC-ONIE-to-DES)                                              |\n| Network Function Chaining | Network function chaining with Dell Enterprise SONiC as supporting fabric                                         | In Progress             |                                  | [PoC Network Function Chaining](https://github.com/Dell-Networking/PoC-Network-Function-Chaining-with-DES)         |\n| Telegraf-Grafana          | How to leverage InfluxDB + Grafana + Telegraf for streaming telemetry out of Dell Enterprise SONiC switches       | In Progress             |                                  | [PoC DES Grafana + Telegraf](https://github.com/Dell-Networking/PoC-DES-plus-InfluxDB-Grafana-Telegraf-Monitoring) |\n| CI/CD Intro               | Basics around getting started with CI/CD tooling to build a pipeline for automating against Dell Enterprise SONiC | In Progress             |                                  | [PoC DES CI/CD Intro](https://github.com/Dell-Networking/PoC-DES-CICD-Intro)                                       |\n| USB ZTP                   | How to utilize a USB stick + ZTP to provision switches                                                            | In Progress             |                                  | [PoC USB ZTP](https://github.com/Dell-Networking/PoC-DES-ZTP-USB)                                                  |\n| TPCM Intro                | Run third-party containers on Dell Enterprise SONiC with Third Party Container Manager                            | Planning                |                                  | [PoC TPCM Intro](https://github.com/Dell-Networking/PoC-DES-TPCM-Intro)                                            |\n| ZTP + Nautobot            | How to leverage the Dell Enterprise SONiC ZTP process to auto-register devices in Netbox / Nautobot               | Planning                |                                  | [PoC ZTP Nautobot Autoregister](https://github.com/Dell-Networking/PoC-DES-ZTP-Nautobot)                           |\n\n## Contributing\n\nWe welcome contributions to this library of proof-of-concepts. If you'd like to contribute, please reference our [CONTRIBUTING](https://github.com/Dell-Networking/PoC-Index/blob/main/CONTRIBUTING.md) guide","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell-networking%2Fpoc-index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdell-networking%2Fpoc-index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell-networking%2Fpoc-index/lists"}