Code Monkey home page Code Monkey logo

akkadotnetcoredocker's Introduction

PoC of Akka.Net on Docker

This is a POC of Akka.net on .Net Core deployed on Docker.

The goals of this POC are as follows:

  • Determine viability of modeling a financial servicing domain using actors to hold state instead of using a database.
  • Determine the viability of using Akka.Net in a production-like environment.
  • Identify challenges of using Event Sourcing to model state transitions.

Here is the list of pending TODOs

Running It

cd AkkaNetPoC/ 
dotnet run --project Loaner

To run it in a cluster use Lighthouse

cd AkkaNetPoC/ 
dotnet run --project Lighthouse.NetCoreApp

Setting up Monitoring (Locally)

docker run -d --name=grafana  --restart=always -p 3000:3000 -e "GF_SERVER_ROOT_URL=http://localhost" -e "GF_SECURITY_ADMIN_PASSWORD=secret"  grafana/grafana
docker run -d --name=graphite --restart=always -p 80:80 -p 2003-2004:2003-2004 -p 2023-2024:2023-2024 -p 8125:8125/udp -p 8126:8126 hopsoft/graphite-statsd

or just run:

runMonitoring.sh

Generating Sample Accounts

cd AkkaNetPoC/Loaner/SampleData
./GenerateSampleData.pl ####

Where #### is the number of accounts you want ot generate. Note that it defaults to looking for a client named 'Raintree.txt', so you can override it with the sample generated files.

akkadotnetcoredocker's People

Contributors

alfredherr avatar

Watchers

 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.