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.
Перейти к файлу
Phillip Hoff adc99aa785 Try, try again. 2022-12-01 10:17:12 -08:00
.config [master] Update dependencies from dotnet/arcade (#735) 2020-10-31 12:38:06 +00:00
.github Add `.github/fabricbot.json` (#1427) 2022-08-15 11:26:17 -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 Remove unneeded references, use code for .NET 6 (#1411) 2022-08-25 23:46:20 -07:00
eng Update public pool names (#1445) 2022-09-05 11:15:44 -07:00
samples Fix mongo ENV variables (#1375) 2022-08-25 23:44:56 -07:00
src Upate Newtonsoft.Json reference. (#1453) 2022-09-23 13:18:28 -07:00
test Update build packages in E2E tests. 2022-12-01 09:47:02 -08:00
.editorconfig Initial skeleton 2020-02-29 12:10:58 -08:00
.gitattributes add .gitattributes 2020-04-24 10:38:11 -07:00
.gitignore Tye should validate that service names are valid DNS names (#480) 2020-05-15 15:45:49 -07:00
.sscignore Opt out of NPM feed warnings in sample projects. (#1448) 2022-09-06 13:08:05 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct (#293) 2020-04-02 20:13:27 -07:00
CONTRIBUTING.md Fix minor grammar issue (#616) 2020-08-05 10:10:15 -07:00
Directory.Build.props Add LICENSE.txt to NuGet packages. (#1188) 2021-09-30 11:47:19 -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 Update version of Kubernetes Client (#429) 2020-05-05 13:01:07 -07:00
NuGet.config CI fixes (#1233) 2021-12-06 10:10:32 -08:00
README.md Replace 'master' with 'main' in various files (#974) 2021-03-11 13:57:55 -08:00
activate.ps1 Fix tye init --force (#896) 2021-01-15 11:28:04 -08:00
activate.sh Rename tye to dtye (#311) 2020-04-07 11:40:01 -07:00
azure-pipelines.yml Try, try again. 2022-12-01 10:17:12 -08:00
build.cmd WIP 2020-03-06 12:05:46 -08:00
build.sh Update developer guide 2020-07-14 14:19:56 -07:00
clean.cmd Use out-of-proc MSBuild evaluation (#674) 2020-09-28 14:07:56 -07:00
clean.ps1 Use out-of-proc MSBuild evaluation (#674) 2020-09-28 14:07:56 -07:00
clean.sh Use out-of-proc MSBuild evaluation (#674) 2020-09-28 14:07:56 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20220627.2 (#1426) 2022-06-28 12:52:34 +00:00
install-tye.cmd Add support for Azure Functions v4 (#1285) 2022-01-31 10:47:33 -08:00
install-tye.ps1 Add support for Azure Functions v4 (#1285) 2022-01-31 10:47:33 -08:00
install-tye.sh Add support for Azure Functions v4 (#1285) 2022-01-31 10:47:33 -08:00
remove-tye.cmd Add support for Azure Functions v4 (#1285) 2022-01-31 10:47:33 -08:00
remove-tye.sh Add support for Azure Functions v4 (#1285) 2022-01-31 10:47:33 -08:00
restore.cmd remove non-existing switch "-all" and "-nobuild" from restore.cmd when calling arcade ".\eng\common\Build.ps1" (#360) 2020-04-13 12:11:26 -07:00
restore.sh Fix restore.sh 2020-04-25 11:06:26 -07:00
startvs.cmd WIP 2020-03-06 12:05:46 -08:00
tye.sln Azure function support (#572) 2020-07-15 13:10:07 -07:00

README.md

Project Tye

Tye is a developer 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.

Tye can:

  • Simplify microservices development by making it easy to:
    • Run many services with one command
    • Use dependencies in containers
    • Discover addresses of other services using simple conventions
  • Deploy .NET applications to Kubernetes by:
    • Automatically containerizing .NET applications
    • Generating Kubernetes manifests with minimal knowledge or configuration
    • Using the same conventions as development to keep it consistent

Want to learn more? Check out our FAQ or documentation.

Current Status

Project Tye is an open source experiment at the moment. 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

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.

Thank you for trying out Project Tye! We highly encourage you to provide feedback to help us continue to improve the tool, so we would love to learn more about your experience. Please let us know what you think by filling out our survey.

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