tye
draft
DISCONTINUED
Our great sponsors
tye | draft | |
---|---|---|
17 | 6 | |
5,086 | 3,954 | |
1.1% | - | |
7.8 | 0.0 | |
5 days ago | almost 3 years ago | |
C# | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tye
-
Docker-compose vs bridge to kubernetes for local development with debugging
I think it's a good option or docker compose with your services only. Maybe check out project tye. Although it seems abandoned.
-
Good nuget packages or GitHub repos to check out?
https://github.com/dotnet/tye for starting up many services/projects and tying them all together
-
The complexity of launching local environment
Docker, and check out also Tye https://github.com/dotnet/tye
- Start Podman on WSL2 in 4 steps
-
Local iis vs docker env, pros and cons?
Or start all five with one command using https://github.com/dotnet/tye ! Same idea. Less typing.
You should use project tye. It was built for this use case. You can spin up all 5 with a single command. As if you ran dotnet watch run on each. You can add sql server or elastic search pretty easily. It works with webpack projects but is a bit janky. We use it to spin up 3 .net web apps, a react frontend, sql and elastic. All with a single command. https://github.com/dotnet/tye
-
Why Microsoft itself doesn't use Blazor?
The dotnet team at least does use it in a number of stuff. Tye's dashboard UI uses Blazor server, and if I recall some parts of MS docs uses Blazor WASM to evaluate C# code in the browser. dotnet live and https://themesof.net/ uses Blazor server as well.
-
Microservices with .NET 5
+1 on dapr - also checkout Tye as well
-
What are the most important/have-to-be-known/most useful tools or NuGet packages used for developing C#/.NET web apps?
https://github.com/dotnet/tye because if you have a project that includes a webpack build for the frontend, two separate .net core web apps, and you want it to log into elastic it can be a pain to get them all running. You can set up a tye config and start all those processes with a single command. Don't forget to start it in watch mode so your c# recompiles automatically too. Theoretically this can also be done in docker, but I've yet to figure out how to do that while getting debugging + watch working.
-
Microsoft Draft discontinued?
I am guessing they dropped it in favour of https://github.com/dotnet/tye
draft
-
App to AKS with Draft and Acorn
Acorn will take care of creating your Kubernetes manifest files but it expects that you have a Dockerfile ready to containerize your app. Instead of writing a Dockerfile from scratch, we'll use the Draft CLI to generate one for us. Draft is able to detect languages used within your project and generate the appropriate Docker manifest to containerize your app.
-
The Journey of Adopting Cloud-Native Development
The development concept at level 2 is essentially the same as at level 1. The code is deployed via a pipeline to a Kubernetes cluster. However, at this stage, developers are using special CLI tools, such as Skaffold, Draft, or Tilt that detect the file changes by the developer and then automatically trigger the pipelines.
-
Microsoft Draft discontinued?
Does anyone know what happened to Microsofts Kubernetes project Draft? On GitHub it is marked as archived: https://github.com/Azure/draft
What are some alternatives?
dapr - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
okteto - Develop your applications directly in your Kubernetes Cluster
awesome-dotnet - A collection of awesome .NET libraries, tools, frameworks and software
Refit - The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
helm - The Kubernetes Package Manager
CoreWCF - Main repository for the Core WCF project
ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
zeebe-dapr-example - An example that allows to orchestrate Dapr microservices with the Zeebe process engine.
azure-cli-extensions - Public Repository for Extensions of Azure CLI.
static-web-apps - Azure Static Web Apps. For bugs and feature requests, please create an issue in this repo. For community discussions, latest updates, kindly refer to the Discussions Tab. To know what's new in Static Web Apps, visit https://aka.ms/swa/ThisMonth
tilt - Define your dev environment as code. For microservice apps on Kubernetes.