Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammerheadshark666/mos-order-completed-add-order-history-func
Microservice Order System - Order History Microservice
https://github.com/hammerheadshark666/mos-order-completed-add-order-history-func
azure-functions azure-service-bus azurekeyvault cicd csharp dotnet8 mediatr sqlserver
Last synced: about 1 month ago
JSON representation
Microservice Order System - Order History Microservice
- Host: GitHub
- URL: https://github.com/hammerheadshark666/mos-order-completed-add-order-history-func
- Owner: HammerheadShark666
- Created: 2024-08-01T14:51:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T13:45:34.000Z (3 months ago)
- Last Synced: 2024-10-19T10:54:24.319Z (2 months ago)
- Topics: azure-functions, azure-service-bus, azurekeyvault, cicd, csharp, dotnet8, mediatr, sqlserver
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mos-order-completed-add-order-history-func
Microservice Order System - Order History Microservice
[See Wiki for details about the Order Completed Add Order History Function](https://github.com/HammerheadShark666/mos-order-completed-add-order-history-func/wiki)
This project is an **Azure Function** designed to add order history records. It is built using **.NET 8**, interacts with an **SQL Server** database for storage, and sends order ID messages to an **Azure Service Bus** for further processing. The function is set up with a **CI/CD pipeline** for seamless deployment.
## Features
- **Order History**: Listens for order messages from Azure Service Bus and adds corresponding order history records to the SQL Server database.
- **SQL Server Database**: Stores order history details such as order ID, customer ID, product details, and timestamps.
- **Azure Service Bus Integration**: Publishes messages to the service bus for processing 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---