{"id":13590738,"url":"https://github.com/thangchung/northwind-dotnet","last_synced_at":"2025-05-06T23:46:40.465Z","repository":{"id":138512397,"uuid":"421467352","full_name":"thangchung/northwind-dotnet","owner":"thangchung","description":"A full-stack .NET 6 Microservices build on Minimal APIs and C# 10","archived":false,"fork":false,"pushed_at":"2023-05-15T12:31:51.000Z","size":51192,"stargazers_count":187,"open_issues_count":3,"forks_count":53,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-31T04:12:04.657Z","etag":null,"topics":["blazor-webassembly","clean-architecture","debezium","dotnet6","grpc-dotnet","kafka-dotnet","masstransit","microservices","minimal-api","minimalapis","northwind","tye"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thangchung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"AuditCenter/AuditCenter.csproj","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-26T14:51:50.000Z","updated_at":"2025-03-12T18:59:12.000Z","dependencies_parsed_at":"2024-06-11T20:37:54.251Z","dependency_job_id":null,"html_url":"https://github.com/thangchung/northwind-dotnet","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thangchung%2Fnorthwind-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thangchung%2Fnorthwind-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thangchung%2Fnorthwind-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thangchung%2Fnorthwind-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thangchung","download_url":"https://codeload.github.com/thangchung/northwind-dotnet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252788408,"owners_count":21804281,"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":["blazor-webassembly","clean-architecture","debezium","dotnet6","grpc-dotnet","kafka-dotnet","masstransit","microservices","minimal-api","minimalapis","northwind","tye"],"created_at":"2024-08-01T16:00:50.023Z","updated_at":"2025-05-06T23:46:40.439Z","avatar_url":"https://github.com/thangchung.png","language":"C#","funding_links":[],"categories":["others","C\\#","C#"],"sub_categories":[],"readme":"# northwind-dotnet projects\n\nImplementing the specification of northwind application at https://github.com/thangchung/northwind-specs\n\n# Setup Environment Variables\n\nCreate `.env` file with content as below\n\n```bash\nPOSTGRES_USER=northwind\nPOSTGRES_PASSWORD=\u003cyour password\u003e\nPOSTGRES_DB=northwind_db\n\nACCEPT_EULA=Y\n\nConnectionStrings__northwind_db=Server=localhost;Port=5432;Database=northwind_db;User Id=northwind;Password=\u003cyour password\u003e;\nKafka__BootstrapServers=localhost:9092\nKafka__SchemaRegistryUrl=http://localhost:8081\nAuditorGrpcUrl=https://localhost:5006\n```\n\nAnd now you are ready to start it\n\n```bash\n\u003e tye run --watch\n\u003e dotnet watch run // for Blazor Web\n```\n\n# Business contexts / Boundary contexts\n\n![](_assets/boundary_contexts.png)\n\n# Inter-communication\n\n## Synchronous communication via gateway\n\n![](_assets/intercomm_sync.png)\n\n## Asynchronous communication via message broker\n\n![](_assets/intercomm_async.png)\n\n# Workflow\n\n- Full Sagas workflow\n\n![](_assets/full_sagas_wf.png)\n\n- Order workflow\n\n![](_assets/order_wf.png)\n\n- Ship workflow\n\n![](_assets/ship_wf.png)\n\n# Screen shots\n\n![](_assets/northwind-product-crud.png)\n\n# HTTP/3 with gRPC\n- https://github.com/grpc/grpc-dotnet/issues/1478\n- https://devblogs.microsoft.com/dotnet/http-3-support-in-dotnet-6/\n- https://devblogs.microsoft.com/dotnet/net-5-new-networking-improvements/\n- https://docs.microsoft.com/en-us/dotnet/core/extensions/httpclient-http3#using-httpclient\n\n# Reference stuffs\n- https://minimal-apis.github.io/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthangchung%2Fnorthwind-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthangchung%2Fnorthwind-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthangchung%2Fnorthwind-dotnet/lists"}