practical-dapr
A full-stack .NET microservices build on Dapr and Tye
파일 탐색기
최종 버전 다운로드 (.zip)- devcontainer.json
- docker-compose.yml
- Dockerfile
- graph-api.yml
- identity-api.yml
- inventory-api.yml
- product-catalog-api.yml
- webhost-ui.yml
- appconfig.yaml
- pubsub.yaml
- statestore.yaml
- zipkin.yaml
- commucation_style.png
- Draw.pptx
- graphql_playground.png
- graphql_playground_mutation.png
- graphql_playground_query_products.png
- high_level_architecture.png
- high_level_architecture.xml
- seq_dashboard.png
- tye-dashboard.png
- webui-products.png
- zipkin_dashboard.png
- dapr_grpc_client.png
- dapr_grpc_server.png
- graphql_dashboard.png
- communication.md
- deployment_guide.md
- developer_guide.md
- observability.md
- technical_stack.md
- values.dev.yaml
- values.dev.yaml
- deployment.yaml
- service.yaml
- .helmignore
- Chart.yaml
- values.yaml
- ingress.yml
- inventory.proto
- inventory_api.proto
- CoreException.cs
- DomainEventBase.cs
- EntityBase.cs
- IAggregateRoot.cs
- N8T.Domain.csproj
- Extensions.cs
- AppDbContextBase.cs
- DbContextDesignFactoryBase.cs
- DbContextMigratorHostedService.cs
- Extensions.cs
- IDbFacadeResolver.cs
- TransactionBehavior.cs
- TransactionScopeAttribute.cs
- ValidationErrorFilter.cs
- ObjectFieldDescriptorExtensions.cs
- OffsetPaging.cs
- OffsetPagingType.cs
- QueryableConnectionMiddleware.cs
- Extensions.cs
- ProtoObjectType.cs
- ExceptionHandleInterceptor.cs
- Extensions.cs
- ConfigurationHelper.cs
- DateTimeHelper.cs
- Extensions.cs
- LoggingBehavior.cs
- Extensions.cs
- StatusModel.cs
- Extensions.cs
- Extensions.cs
- RequestValidationBehavior.cs
- ValidationError.cs
- ValidationException.cs
- ValidationResultModel.cs
- AppOptions.cs
- Consts.cs
- Extensions.cs
- N8T.Infrastructure.csproj
- launchSettings.json
- appsettings.json
- CoolStore.GraphApi.csproj
- Program.cs
- launchSettings.json
- AccountController.cs
- AccountOptions.cs
- ExternalController.cs
- ExternalProvider.cs
- LoggedOutViewModel.cs
- LoginInputModel.cs
- LoginViewModel.cs
- LogoutInputModel.cs
- LogoutViewModel.cs
- RedirectViewModel.cs
- ConsentController.cs
- ConsentInputModel.cs
- ConsentOptions.cs
- ConsentViewModel.cs
- ProcessConsentResult.cs
- ScopeViewModel.cs
- DeviceAuthorizationInputModel.cs
- DeviceAuthorizationViewModel.cs
- DeviceController.cs
- DiagnosticsController.cs
- DiagnosticsViewModel.cs
- GrantsController.cs
- GrantsViewModel.cs
- ErrorViewModel.cs
- HomeController.cs
- Extensions.cs
- SecurityHeadersAttribute.cs
- TestUsers.cs
- AccessDenied.cshtml
- LoggedOut.cshtml
- Login.cshtml
- Logout.cshtml
- Index.cshtml
- Success.cshtml
- UserCodeCapture.cshtml
- UserCodeConfirmation.cshtml
- Index.cshtml
- Index.cshtml
- Index.cshtml
- _Layout.cshtml
- _ScopeListItem.cshtml
- _ValidationSummary.cshtml
- Error.cshtml
- Redirect.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- site.css
- site.less
- site.min.css
- signin-redirect.js
- signout-redirect.js
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap.js
- bootstrap.min.js
- jquery.js
- jquery.min.js
- jquery.min.map
- favicon.ico
- icon.jpg
- icon.png
- appsettings.json
- Config.cs
- CoolStore.IdentityServer.csproj
- Program.cs
- Startup.cs
- tempkey.rsa
- updateUI.ps1
- AddStoreProductPriceCommand.cs
- AddStoreProductPriceHandler.cs
- AddStoreProductPriceValidator.cs
- DeleteStoreProductPriceCommand.cs
- DeleteStoreProductPriceHandler.cs
- DeleteStoreProductPriceValidator.cs
- GetAvailabilityStoresHandler.cs
- GetAvailabilityStoresValidator.cs
- GetStoresQuery.cs
- GetStoresByIdsHandler.cs
- GetStoresByIdsQuery.cs
- GetStoresByIdsValidator.cs
- UpdateStoreProductPriceCommand.cs
- UpdateStoreProductPriceHandler.cs
- UpdateStoreProductPriceValidator.cs
- Store.cs
- StoreProductPrice.cs
- Supplier.cs
- Supplying.cs
- Query.cs
- QueryType.cs
- StoreType.cs
- InventoryService.cs
- SubscribeController.cs
- MetadataController.cs
- 20200501141533_InitInventoryDb.cs
- 20200501141533_InitInventoryDb.Designer.cs
- InventoryDbContextModelSnapshot.cs
- inventories.json
- store-product-price.json
- InventoryDbContext.cs
- launchSettings.json
- appsettings.json
- CoolStore.InventoryApi.csproj
- Program.cs
- readme.md
- CreateProductCommand.cs
- CreateProductHandler.cs
- CreateProductValidator.cs
- DeleteProductCommand.cs
- DeleteProductHandler.cs
- DeleteProductValidator.cs
- GetCategoriesHandler.cs
- GetCategoriesQuery.cs
- GetCategoriesValidator.cs
- GetProductsHandler.cs
- GetProductsQuery.cs
- GetProductsValidator.cs
- UpdateProductCommand.cs
- UpdateProductHandler.cs
- UpdateProductValidator.cs
- Category.cs
- InventoryNullException.cs
- IStoreGateway.cs
- Product.cs
- ProductCreated.cs
- ProductDeleted.cs
- ProductUpdated.cs
- Rating.cs
- readme.txt
- InventoryGateway.cs
- ProductFilterType.cs
- ProductSortType.cs
- CatalogProductType.cs
- CategoryType.cs
- CreateProductInputType.cs
- DeleteProductInputType.cs
- InventoryType.cs
- Mutation.cs
- MutationType.cs
- Query.cs
- QueryType.cs
- UpdateProductInputType.cs
- ProductCatalogPublisher.cs
- MetadataController.cs
- CatalogProductDto.cs
- CatalogProductSeedData.cs
- CategoryDto.cs
- 20200430042609_InitProductCategoryDb.cs
- 20200430042609_InitProductCategoryDb.Designer.cs
- ProductCatalogDbContextModelSnapshot.cs
- categories.json
- products.json
- ProductCatalogDbContext.cs
- launchSettings.json
- appsettings.json
- CoolStore.ProductCatalogApi.csproj
- Program.cs
- readme.md
- Models.cs
- CreateProduct.razor
- CreateProductModel.cs
- EditProduct.razor
- EditProductModel.cs
- Products.razor
- ProductsModel.cs
- Index.razor
- launchSettings.json
- LoginDisplay.razor
- MainLayout.razor
- NavMenu.razor
- bootstrap.min.css
- bootstrap.min.css.map
- open-iconic-bootstrap.min.css
- open-iconic.eot
- open-iconic.otf
- open-iconic.svg
- open-iconic.ttf
- open-iconic.woff
- FONT-LICENSE
- ICON-LICENSE
- README.md
- site.css
- user.svg
- favicon.ico
- index.html
- _Imports.razor
- App.razor
- CoolStore.WebUI.csproj
- Program.cs
- ServerAuthStateProvider.cs
- dotnet-tools.json
- AccountController.cs
- InventoryController.cs
- ProductController.cs
- .hash.md5
- CatalogProductDto.cs
- CatalogProductDto1.cs
- CatalogProductDto2.cs
- CatalogProductDtoFilter.cs
- CatalogProductDtoFilterSerializer.cs
- CategoryDto.cs
- CategoryDto1.cs
- CreateProductInput.cs
- CreateProductInputSerializer.cs
- CreateProductMutation.cs
- CreateProductMutationOperation.cs
- CreateProductMutationResultParser.cs
- DeleteProductInput.cs
- DeleteProductInputSerializer.cs
- DeleteProductMutation.cs
- DeleteProductMutationOperation.cs
- DeleteProductMutationResultParser.cs
- GetCategories.cs
- GetCategoriesOperation.cs
- GetCategoriesResultParser.cs
- GetProducts.cs
- GetProductsOperation.cs
- GetProductsResultParser.cs
- GetStores.cs
- GetStoresOperation.cs
- GetStoresResultParser.cs
- GraphQLClient.cs
- GraphQLClientServiceCollectionExtensions.cs
- ICatalogProductDto.cs
- ICatalogProductDto1.cs
- ICatalogProductDto2.cs
- ICategoryDto.cs
- ICategoryDto1.cs
- ICreateProductMutation.cs
- IDeleteProductMutation.cs
- IGetCategories.cs
- IGetProducts.cs
- IGetStores.cs
- IGraphQLClient.cs
- IOffsetPagingOfCatalogProductDto.cs
- IStoreDto.cs
- IStoreDto1.cs
- IUpdateProductMutation.cs
- OffsetPagingOfCatalogProductDto.cs
- Queries.cs
- StoreDto.cs
- StoreDto1.cs
- UpdateProductInput.cs
- UpdateProductInputSerializer.cs
- UpdateProductMutation.cs
- UpdateProductMutationOperation.cs
- UpdateProductMutationResultParser.cs
- berry.json
- GraphQL.graphql
- Queries.graphql
- launchSettings.json
- appsettings.json
- CoolStore.WebUI.Host.csproj
- Extensions.cs
- Program.cs
- readme.md
- Startup.cs
- .dockerignore
- .editorconfig
- .gitattributes
- .gitignore
- global.json
- LICENSE
- nuget.config
- practical-dapr.sln
- practical-dapr.sln.DotSettings
- README.md
- start.ps1
- tye-min.yaml
- tye.yaml
// repository documentation
Was this content helpful?
(0 ratings)
