Giter Site home page Giter Site logo

volue-job's Introduction

Scripts list

  • add a docker/.wslconfig file to your C:\users<yourUserName>\ folder and limit the amount of memory and cpu cores used there
  • docker/setup-network.ps1 script is responsible for creation of network
  • docker/setup-ssl-cert.ps1 script is responsible for creation of ssl certificate
  • docker/setup-infrastructure.ps1 script is responsible for setting up infrastructure docker containers
  • Run.ps1 script is responsible for setting up projects docker images

How do I get set up?

  • Run .docker/setup-network.ps1 script
  • Run .docker/setup-ssl-cert.ps1 script
  • Run .docker/setup-infrastructure.ps1 script
  • Run Run.ps1 script

Architecture

To provide scalibility I used akka.net framework in calculation service.

Due to the request / response nature of HTTP, there are really only two communication patterns we can use between controllers and actors:

Request / Response - send a message to our actors; expect a response back. One-way - fire off a message to an actor; move on immediately without expecting a response.

In this project I used first approach, but I would recommend second option. Response will be delivered thanks to SignalR like in case described in link below.

https://petabridge.com/blog/akkadotnet-goes-to-wall-street/

I put some effort to dockerize everything. There should not be problem to run project.

PS. I would not say it is production ready. I've spent ~6h on this project, but working with akka is more consumig than standard approaches. Besides I was focused on deliverind POC that shows how it should be done in my opinion. So there are places that requires refactorization. Those places are marked with comment TODO.

volue-job's People

Stargazers

 avatar

Watchers

Lucjan Sulewski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.