https://github.com/jcapellman/dotnet-queue-tests
An exploration into a scalable a ML REST Service using .NET Core and ML.NET
https://github.com/jcapellman/dotnet-queue-tests
csharp ml-net netcore rabbitmq rest-api
Last synced: 14 days ago
JSON representation
An exploration into a scalable a ML REST Service using .NET Core and ML.NET
- Host: GitHub
- URL: https://github.com/jcapellman/dotnet-queue-tests
- Owner: jcapellman
- License: mit
- Created: 2018-10-02T01:29:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T23:19:00.000Z (over 7 years ago)
- Last Synced: 2025-03-05T02:41:27.964Z (over 1 year ago)
- Topics: csharp, ml-net, netcore, rabbitmq, rest-api
- Language: C#
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-queue-tests
Random deep dive into playing around with a scalable RabbitMQ/ASP.NET Core platform coupled with ML.
## Goals
* Scalable ML REST Service
## Components
* ASP.NET 2.1 Core REST Service
* .NET Core 2.1 Processing Application
* MongoDB to store results
* RabbitMQ for Task Queue
* Redis for caching