An open API service indexing awesome lists of open source software.

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

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