Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
Перейти к файлу
Ryan Nowak 083a97f353
Implement library support for service discovery (#299)
Implements two flavor of library support for service-discovery:

- GetConnectionString (arbitrary strings) augmenting existing
  functionality already in asp.net core
- GetServiceUri (uris) can be combined
  from a protocol/host/port triple

See the **extensive** doc `service_discovery.md` that is filled out in this PR. That documents pretty much everything about how this works now.
2020-04-07 15:28:39 -07:00
.config Credential scans for azure devops (#219) 2020-03-26 13:49:59 -07:00
.github Try * for codeowners instead 2020-03-26 13:42:06 -07:00
.vscode fix launch path (#307) 2020-04-06 20:43:39 -07:00
build Add/use dotnet-format 2020-02-29 14:43:36 -08:00
docs Implement library support for service discovery (#299) 2020-04-07 15:28:39 -07:00
eng Address some policheck-ness 2020-03-06 12:53:22 -08:00
samples Implement library support for service discovery (#299) 2020-04-07 15:28:39 -07:00
src Implement library support for service discovery (#299) 2020-04-07 15:28:39 -07:00
test Implement library support for service discovery (#299) 2020-04-07 15:28:39 -07:00
.editorconfig Initial skeleton 2020-02-29 12:10:58 -08:00
.gitignore Add Dapr integration to Tye (#250) 2020-03-29 21:55:45 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct (#293) 2020-04-02 20:13:27 -07:00
CONTRIBUTING.md Fix typo in contribution guidelines 2020-03-18 15:35:19 -07:00
Directory.Build.props Centralize some property and fix Extensions.Config 2020-04-03 15:51:37 -07:00
Directory.Build.targets Implement custom deserialization and validation logic (#294) 2020-04-03 18:45:04 -07:00
LICENSE.txt WIP 2020-03-06 12:05:46 -08:00
NOTICE.txt Adding the NOTICE file 2020-03-17 16:49:47 -07:00
NuGet.config use OpenTelemetry build from nuget.org 2020-03-18 16:43:08 -07:00
README.md Update README.md 2020-03-29 16:42:35 -07:00
activate.ps1 Rename tye to dtye (#311) 2020-04-07 11:40:01 -07:00
activate.sh Rename tye to dtye (#311) 2020-04-07 11:40:01 -07:00
azure-pipelines.yml Try 2019 pools which have more images. (#82) 2020-03-08 00:25:46 -08:00
build.cmd WIP 2020-03-06 12:05:46 -08:00
build.sh WIP 2020-03-06 12:05:46 -08:00
global.json WIP 2020-03-06 12:05:46 -08:00
restore.cmd Add restore files (#149) 2020-03-19 11:05:35 -07:00
restore.sh Add restore files (#149) 2020-03-19 11:05:35 -07:00
startvs.cmd WIP 2020-03-06 12:05:46 -08:00
tye.sln Implement library support for service discovery (#299) 2020-04-07 15:28:39 -07:00

README.md

Project Tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.

What tye can do:

  • Run multiple projects locally.
  • Easily manage dependencies running containers.
  • Automatically build Docker images by following .NET's conventions.
  • Deploy applications to Kubernetes with minimal configuration.
  • Make secret management and service discovery easy.

Current Status

Project Tye is an open source experiment that will last at least until Nov 2020. We are using this time to try radical ideas to improve microservices developer productivity and see what works.

We plan to do releases with new features roughly every 4 weeks.

For the duration of the experiment, consider every part of the tye experience to be volatile. We will frequently make additions and changes to features that seem polished. We welcome feedback from anyone who's willing to be an early-adopter with tye; the team wants to know what's working well, and what's missing to build a whole-package .NET microservices developer productivity suite.


Build Status

Getting Started

See the getting started instructions and tutorials here.

How to Engage, Contribute, and Give Feedback

If you want a low-spam way to follow what the team is doing. We post a status update approximately every 2 weeks. You can find the issue here. Use the Notifications button to subscribe. Only team-members can post on this issue, so it's a good way to get a digest of what's happening without having to read every conversation.

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests.

  • Download our latest daily builds
  • Try tutorials and working with your own projects
  • Log issues if you find problems, or if you have suggestions.
  • Log an issue if you have feedback you want to share with the team.

Check out the contributing page to see the best places to log issues and start discussions.

Reporting security issues and bugs

Tye is an experimental project, and as such we expect all users to take responsibility for evaluating the security of their own applications.

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

.NET Foundation

Tye is a .NET Foundation project.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

General .NET OSS discussions: .NET Foundation forums