GithubHelp home page GithubHelp logo

ordersdemo's Introduction

This is the demo application used in my ServiceStack talk at Chicago Code Camp. A running version should be available at ccdemo.apphb.com

Scenario: Think of it like a Starbucks. Orders are entered by a user (or taken by a cashier). A fulfiller (barista) starts processing/fulfilling the order. The user can watch the status of their order by watching a queue. Using ServiceStack I want to try to create 3 separate systems (Ordering/Fulfilling/Customer Queue) that only know about each via their API.

Notes/Examples:

Additional softwares used:

  • MVC 4 - not doing much. Views pull data via AngularJS.
  • ServiceStack (hosted at /api)
  • SQLite - persistence for Orders/Fulfillments
  • AngularJS - handling all the View/UI stuff
  • Redis - Cache, handling Pub/Sub and holding data for Orders Queue
  • SignalR - realtime refreshing of View grid data

Ordering System Concept:

  • Any user can create an Order
  • Orders get written to the database and displayed in the View
  • Orders are not editable (currently)
  • When an Order is placed a 'NewOrder' message is published

Ordering

Fulfillment System Concept:

  • A 'Fulfiller' must log in.
  • Fulfillments are created by 'listening' for 'NewOrder' message
  • Once logged in a Fulfiller can view Orders that have not been fulfilled
  • When a fulfillment is updated a 'UpdateFulfillment' message is published

Fulfillment

Orders Queue Concept:

  • Shows all partial Order data (customer name, item, status) that have not been fulfilled

Queue

Issues:

  • If Redis isn't running Visual Studio seems to crash

ordersdemo's People

Contributors

paaschpa avatar

Watchers

Pauli Price avatar James Cloos 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.