Skip to content

.Net5 microservices example for cryptocurrencies price prediction using ML.NET, Vue, SignalR and massTransit

Notifications You must be signed in to change notification settings

eramax/CryptoPredictor

Repository files navigation

CryptoPredictor

demo

A simple application to cover

  • Microservice architecture
  • SignalR real time messaging
  • RabbitMQ service bus
  • Secured microservices
  • Machine learning
  • Nice front end

Lessons learned

  • .NET 5 helps you to develop microservices easily.
  • Binance and many other cryptocurrencies broker provide public API to get data feeds.
  • Masstransit is break through into microservices for .NET developers.
  • ML.NET support building many machine learning applications with less code.
  • Vue.js framework helps you to build complete front end application with less code than other frameworks.
  • SignalR binds both client and server together and allow remote method invocation to both.

Presentation

PDF slides

About

.Net5 microservices example for cryptocurrencies price prediction using ML.NET, Vue, SignalR and massTransit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published