Code Monkey home page Code Monkey logo

auctions-remote-example's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

vishalbelsare

auctions-remote-example's Issues

Getting data into an actor system...

@bherd-rb based on out discussion yesterday I started looking at the docs for the IO module in Akka. Looks like this would be the module that we would want to use to get data from the outside world into some Actor's mailbox for processing.

Getting the GPS coordinates for a particular IoT device and loading them into a TradingActor might be a reasonable use case that would serve both our purposes. Car looking for a parking spot would have GPS coords that would need to be efficiently loaded into a TradingActor (parking meter would also have GPS coords that would need to be loaded into an AuctionActor); similarly a smart house would need to load its GPS coordinates into its TradingActor.

Thoughts?

Various types of settlement services

@bherd-rb In order for the settlement service to do anything non-trivial it will either need to be able to communicate with the issuers of the AskOrder and BidOrder instances contained in each Fill instance directly (in order to request funds and tradables as part of the settlement process) or the settlement service and all of the trading actors need to have access to something like a distributed ledger which stores all of the transactions and associated information (such as market prices, etc).

It might be interesting to contrast bilateral settlement, with central-counterparty (CCP) settlement (which uses a centralized ledger), with distributed ledger settlement options such as Blockchain.

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.