Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammerheadshark666/mos-order-history-added-delete-order-func
Microservice Order System - Order History Microservice
https://github.com/hammerheadshark666/mos-order-history-added-delete-order-func
azure-functions azure-keyvault azure-service-bus cicd csharp dotnet8 mediatr sql-server
Last synced: about 1 month ago
JSON representation
Microservice Order System - Order History Microservice
- Host: GitHub
- URL: https://github.com/hammerheadshark666/mos-order-history-added-delete-order-func
- Owner: HammerheadShark666
- Created: 2024-08-01T16:07:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T13:48:40.000Z (3 months ago)
- Last Synced: 2024-10-19T10:19:18.916Z (2 months ago)
- Topics: azure-functions, azure-keyvault, azure-service-bus, cicd, csharp, dotnet8, mediatr, sql-server
- Language: C#
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mos-order-history-added-delete-order-func
Microservice Order System - Order History Microservice
[See Wiki for details about the Order History Added Delete Order Function](https://github.com/HammerheadShark666/mos-order-history-added-delete-order-func/wiki))
This project is an **Azure Function** designed to delete order records. It is built using **.NET 8** and interacts with an **SQL Server** database for storage. The function listens for messages from **Azure Service Bus** to trigger the deletion of order records. It is set up with a **CI/CD pipeline** for seamless deployment.
## Features
- **Order Deletion**: Listens for messages from Azure Service Bus to delete specified order records from the SQL Server database.
- **SQL Server Database**: Stores order information and allows for deletion based on order ID.
- **Azure Service Bus Integration**: Consumes messages from the service bus to trigger deletions of order records.
- **Scalable Serverless Architecture**: Utilizes Azure Functions for on-demand execution and scaling.
- **CI/CD Pipeline**: Automated build and deployment using **GitHub Actions**.---
## Technologies Used
- **.NET 8**
- **C#**
- **Azure Functions**
- **SQL Server** (Azure SQL)
- **Azure Service Bus**
- **GitHub Actions** for CI/CD---