https://github.com/rithinch/serverless-virus-scan-service
🐞 Provides virus scanning functionality for files over REST API. Tech stack includes Azure Functions, Azure Container Instances.
https://github.com/rithinch/serverless-virus-scan-service
Last synced: 2 months ago
JSON representation
🐞 Provides virus scanning functionality for files over REST API. Tech stack includes Azure Functions, Azure Container Instances.
- Host: GitHub
- URL: https://github.com/rithinch/serverless-virus-scan-service
- Owner: rithinch
- Created: 2019-08-22T09:45:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T05:55:57.000Z (about 5 years ago)
- Last Synced: 2025-03-21T22:11:30.987Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 548 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClamAV Virus Scanning Service
🐞 A cloud based serverless solution to provide virus scanning functionality for files over REST API.
## Todo
- Architecture documentation (Azure Functions + Container Instances)
- Document the API Endpoints
- Add Terraform IaC
- How to scale this up? Bottlenecks etc.