{"id":22807987,"url":"https://github.com/r-manimaran/dotnet-containerized-projects","last_synced_at":"2025-07-02T07:06:32.428Z","repository":{"id":267010903,"uuid":"895143284","full_name":"r-manimaran/dotnet-containerized-projects","owner":"r-manimaran","description":"dotnet Projects build in support with Docker, Docker-compose, .Net Aspire","archived":false,"fork":false,"pushed_at":"2025-06-28T23:16:18.000Z","size":27523,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T00:21:27.949Z","etag":null,"topics":["aspire-dashboard","aspire-hosting","containerization","docker","docker-compose","dotnet-aspire","dotnet-core","postgresql","redis"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-manimaran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-27T16:28:26.000Z","updated_at":"2025-06-28T23:16:22.000Z","dependencies_parsed_at":"2025-02-06T00:01:22.246Z","dependency_job_id":"2cec430d-360f-4c49-8cc8-0a37a37dd407","html_url":"https://github.com/r-manimaran/dotnet-containerized-projects","commit_stats":null,"previous_names":["r-manimaran/dotnet-containerized-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r-manimaran/dotnet-containerized-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-manimaran%2Fdotnet-containerized-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-manimaran%2Fdotnet-containerized-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-manimaran%2Fdotnet-containerized-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-manimaran%2Fdotnet-containerized-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-manimaran","download_url":"https://codeload.github.com/r-manimaran/dotnet-containerized-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-manimaran%2Fdotnet-containerized-projects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263091025,"owners_count":23412343,"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":["aspire-dashboard","aspire-hosting","containerization","docker","docker-compose","dotnet-aspire","dotnet-core","postgresql","redis"],"created_at":"2024-12-12T11:07:27.483Z","updated_at":"2025-07-02T07:06:32.415Z","avatar_url":"https://github.com/r-manimaran.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Projects :\r\n\r\n   - **Name**: DockerCompose.Demo\r\n   - **Description**: Simple .Net web api application using Docker and Docker-Compose. The services like API, Postgres and Redis \r\n                are defined in docker-compose and run in the container environment.\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/DockerCompose.Demo)\r\n------------------------------------------\r\n   - **Name**: FluentEmail_PaperCutApp\r\n   - **Description**: Simple .Net Web API with emailing functionality using FluentEmail. Setup PaperCut tool in docker-compose \r\n                as a SMTP server to receive and visualize the emails.\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/FluentEmail_PaperCutApp/EmailSenderApi)\r\n--------------------------------------------\r\n   - **Name**: Transaction-outbox\r\n   - **Description**: Implementing Outbox transaction pattern in .net web api, MassTransit, RabbitMQ. RabbitMQ is hosted in Docker using Docker-compose.\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/Transactional-Outbox/Outbox-Pattern-App)\r\n---------------------------------------------\r\n   - **Name**: Kafka-dotnet-App\r\n   - **Description**: Implemented producer-consumer using Kafa. Used confluent Kafka nuget package to produce and consume messages. Kafka with zookeeper and control center are hosted in docker using docker-compose file. \r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/Kafka-dotnet-App)\r\n----------------------------------------------\r\n   - **Name**: Aspire.Keycloak.Auth.App\r\n   - **Description**: Running KeyCloak and Postgres in .Net Aspire and Authenticate Web API endpoints.\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/Aspire.Keycloak.Auth.App)\r\n-----------------------------------------------\r\n   - **Name**: Aspire.Redis.HybridCacheApp\r\n   - **Description**: Exploring new Hybridcache using Redis running through Aspire\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/Aspire.Redis.HybridCacheApp)\r\n-----------------------------------------------\r\n   - **Name**: AsyncMicroservicesWithWebhook\r\n   - **Description**: Microservices application with RabbitMQ message broker running in docker. Also contains a webhook.\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/AsyncMicroservicesWithWebhook)\r\n-----------------------------------------------\r\n   - **Name**: Aspire.UrlShortnerWithMetricsApp\r\n   - **Description**: Aspire Project which uses Postgres, Redis, Hybridcache with Telemetry metrics in a UrlShortner project\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/Aspire.UrlShortnerWithMetricsApp)\r\n-----------------------------------------------\r\n   - **Name**: Aspire.RabbitMQ\r\n   - **Description**: Aspire Project which uses RabbitMQ resources\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/Aspire.RabbitMQ/AspireDemo)\r\n-----------------------------------------------\r\n   - **Name**: ConsulServiceDiscovery\r\n   - **Description**: Service Discovery using Consul\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/ConsulServiceDiscovery)\r\n-----------------------------------------------\r\n   - **Name**: KubernetesApp\r\n   - **Description**: Deploy .Net WEB API in Kubernetes using Kubectl.\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/KubernetesApp)\r\n-----------------------------------------------\r\n   - **Name**: Loki-Grafana-Visualization\r\n   - **Description**: Route .Net Web API Logs to Loki and Visualize in Grafana\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/Loki-Grafana-Visualization)\r\n-----------------------------------------------\r\n   - **Name**: Docker Volume mapping\r\n   - **Description**: Volume map to map folder, appSettings.json and logs for the Docker containers.\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/DockerVolumeMapping)\r\n-----------------------------------------------\r\n   - **Name**: Vector Embeddings and Vector Search using MongoDb Database\r\n   - **Description**: Perform Vector Embeddings for the MongoDb Collection and perform Vector Search\r\n   - **Link**: [ClickHere](https://github.com/r-manimaran/dotnet-containerized-projects/tree/main/AI.MongoDb.SemanticSearch)\r\n-----------------------------------------------\r\n- **Name**: \r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-manimaran%2Fdotnet-containerized-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-manimaran%2Fdotnet-containerized-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-manimaran%2Fdotnet-containerized-projects/lists"}