{"id":19992966,"url":"https://github.com/SteeltoeOSS/Discovery","last_synced_at":"2025-05-04T12:30:33.200Z","repository":{"id":69793155,"uuid":"54672460","full_name":"SteeltoeOSS/Discovery","owner":"SteeltoeOSS","description":".NET Clients for Service Discovery and Registration","archived":true,"fork":false,"pushed_at":"2019-05-15T14:02:46.000Z","size":1610,"stargazers_count":182,"open_issues_count":0,"forks_count":48,"subscribers_count":28,"default_branch":"dev","last_synced_at":"2024-11-13T04:55:50.140Z","etag":null,"topics":["eureka","service-discovery","service-registry"],"latest_commit_sha":null,"homepage":"https://steeltoe.io","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SteeltoeOSS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2016-03-24T20:35:11.000Z","updated_at":"2024-04-14T00:25:21.000Z","dependencies_parsed_at":"2023-07-11T01:45:45.446Z","dependency_job_id":null,"html_url":"https://github.com/SteeltoeOSS/Discovery","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteeltoeOSS%2FDiscovery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteeltoeOSS%2FDiscovery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteeltoeOSS%2FDiscovery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteeltoeOSS%2FDiscovery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SteeltoeOSS","download_url":"https://codeload.github.com/SteeltoeOSS/Discovery/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252333986,"owners_count":21731310,"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":["eureka","service-discovery","service-registry"],"created_at":"2024-11-13T04:52:24.378Z","updated_at":"2025-05-04T12:30:33.195Z","avatar_url":"https://github.com/SteeltoeOSS.png","language":"C#","readme":"# .NET Service Discovery \u0026 Registration\n\n\u003e NOTICE: This repository has been relocated as a sub-directory under the [Steeltoe](https://github.com/SteeltoeOSS/steeltoe) repository. All issues and future development will be done under that repository.\n\nA Service Registry provides a database which applications can use in implementing the Service Discovery pattern; one of the key tenets of a micro-service based architecture. Trying to hand-configure each client of a service or adopt some form of access convention can be difficult and prove to be brittle in production. Instead, your applications can use a Service Registry to dynamically discover and call registered services.\n\nThere are several popular options for Service Registries. Netflix built and then open-sourced their own service registry, Eureka. Another relatively new, but increasingly popular option is Consul.\n\nThis repository contains various packages for interacting with Service Registries.\n\nWindows Master:  [![AppVeyor Master](https://ci.appveyor.com/api/projects/status/j6i5gxxwt21gys01/branch/master?svg=true)](https://ci.appveyor.com/project/steeltoe/discovery/branch/master)\n\nWindows Dev:  [![AppVeyor Dev](https://ci.appveyor.com/api/projects/status/j6i5gxxwt21gys01/branch/dev?svg=true)](https://ci.appveyor.com/project/steeltoe/discovery/branch/dev)\n\nLinux/OS X Master: [![Travis Master](https://travis-ci.org/SteeltoeOSS/Discovery.svg?branch=master)](https://travis-ci.org/SteeltoeOSS/Discovery)\n\nLinux/OSX Dev: [![Travis Dev](https://travis-ci.org/SteeltoeOSS/Discovery.svg?branch=dev)](https://travis-ci.org/SteeltoeOSS/Discovery)\n\n## .NET Runtime \u0026 Framework Support\n\nThe packages are intended to support both .NET 4.6.1+ and .NET Core (CoreCLR/CoreFX) run-times.  They are built and unit tested on Windows, Linux and OSX.\n\nWhile the primary usage of the providers is intended to be with ASP.NET Core applications, they should also work fine with UWP, Console and ASP.NET 4.x apps.\n\nCurrently all of the code and samples have been tested on .NET Core 2.0, .NET 4.6.x, and on ASP.NET Core 2.0.0.\n\n## Usage\n\nFor more information on how to use these components see the online [Steeltoe documentation](https://steeltoe.io/).\n\n## Nuget Feeds\n\nAll new development is done on the dev branch. More stable versions of the packages can be found on the master branch. The latest prebuilt packages from each branch can be found on one of two MyGet feeds. Released version can be found on nuget.org.\n\n- [Development feed (Less Stable)](https://www.myget.org/gallery/steeltoedev)\n- [Master feed (Stable)](https://www.myget.org/gallery/steeltoemaster)\n- [Release or Release Candidate feed](https://www.nuget.org/)\n\n## Building Pre-requisites\n\nTo build and run the unit tests:\n\n1. .NET Core SDK 2.0.3 or greater\n1. .NET Core Runtime 2.0.3\n\n## Building Packages \u0026 Running Tests - Windows\n\nTo build the packages on windows:\n\n1. git clone ...\n1. cd clone directory\n1. cd src/project (e.g. cd src/Steeltoe.Discovery.EurekaBase)\n1. dotnet restore\n1. dotnet pack --configuration Release or Debug\n\nThe resulting artifacts can be found in the bin folder under the corresponding project. (e.g. src/Steeltoe.Discovery.EurekaBase/bin\n\nTo run the unit tests:\n\n1. git clone ...\n1. cd clone directory\n1. cd test/test project (e.g. cd test/Steeltoe.Discovery.ClientCore.Test)\n1. dotnet restore\n1. dotnet xunit -verbose\n\n## Building Packages \u0026 Running Tests - Linux/OSX\n\nTo build the packages on Linux/OSX:\n\n1. git clone ...\n1. cd clone directory\n1. cd src/project (e.g.. cd src/Steeltoe.Discovery.ClientCore)\n1. dotnet restore\n1. dotnet pack --configuration Release or Debug\n\nThe resulting artifacts can be found in the bin folder under the corresponding project. (e.g. src/Steeltoe.Discovery.ClientCore/bin\n\nTo run the unit tests:\n\n1. git clone ...\n1. cd clone directory\n1. cd test/test project (e.g. cd test/Steeltoe.Discovery.ClientCore.Test)\n1. dotnet restore test\n1. dotnet xunit -verbose -framework netcoreapp2.0\n\n## Sample Applications\n\nSee the [Samples](https://github.com/SteeltoeOSS/Samples) repository for examples of how to use these packages.\n","funding_links":[],"categories":["C\\#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSteeltoeOSS%2FDiscovery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSteeltoeOSS%2FDiscovery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSteeltoeOSS%2FDiscovery/lists"}