Git Product home page Git Product logo

diyradiolab / all-our-aggregates-are-wrong-demos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mauroservienti/all-our-aggregates-are-wrong-demos

0.0 0.0 0.0 634 KB

A microservices powered e-commerce shopping cart sample - based on SOA principles. Demos and sample for my "All our Aggregates are Wrong" talk

Home Page: https://milestone.topics.it/talks/all-our-aggregates-are-wrong.html

License: MIT License

C# 90.98% CSS 1.31% JavaScript 0.04% PowerShell 0.84% HTML 5.67% Batchfile 0.08% TSQL 1.08%

all-our-aggregates-are-wrong-demos's Introduction

All our Aggregates are Wrong - Demos

A microservices powered e-commerce shopping cart sample - based on SOA principles.

How to get the sample working locally

Get a copy of this repository

Clone or download this repo locally on your machine. If you're downloading a zip copy of the repo please be sure the zip file is unblocked before decompressing it. In order to unblock the zip file:

  • Right-click on the downloaded copy
  • Choose Property
  • On the Property page tick the unblock checkbox
  • Press OK

Check your machine is correctly configured

In order to run the sample the following machine configuration is required:

  • PowerShell execution policy to allow script execution, from an elevated PowerShell run the following:
Set-ExecutionPolicy Unrestricted

NOTE: On a clean machine do not install latest version, as of this writing 13.1, of Microsoft ODBC Driver and Microsoft ODBC Command Line Utilities as the latter is affected by a bug that prevents the LocalDb instance to be accessible at configuration time.

Databases setup

To simplify LocalDB instance setup 2 PowerShell scripts, in the scripts folder, are provided for your convenience. Both need to be run from an elevated PowerShell console.

  • Run Setup-Databases.ps1, with elevation, to create the LocalDB instance and all the required databases
  • Run Teardown-Databases.ps1, with elevation, to drop all the databases and delete the LocalDB instance

The created LocalDB instance is named (localdb)\all-our-aggregates-are-wrong.

NOTE: If you receive errors regarding "Microsoft ODBC Driver", you can work around these by connecting to the (localdb)\all-our-aggregates-are-wrong database using, for example, Visual Studio or SQL Managerment Studio, and running the SQL contained in the Setup-Databases.sql file to manually create databases.

NOTE: In case the database setup script fails with a "sqllocaldb command not found" error it is possible to install LocalDb as a standalone package by downloading it separately at https://www.microsoft.com/en-us/download/details.aspx?id=29062

Startup projects

Solutions is configured to use the SwitchStartupProject Visual Studio Extension to manage startup projects. The extension is not a requirement, it's handy.

The solution can be configured to run 3 different demos.

Demo (default)

Demos the default shopping cart behavior and all its implemented functionalities. Add items to the cart, observe the various "services" console windows they'll display log messages related to the ongoing processes. Leave the cart inactive for a few seconds and observe the stale cart policy kicking in, first raising a warning, finally deleting stale carts. Ensure the following projects are set as startup projects:

  • WebApp
  • Sales.Api
  • Marketing.Api
  • Warehouse.Api
  • Shipping.Api
  • Sales.Service
  • Marketing.Service
  • Warehouse.Service
  • Shipping.Service

Demo (failed services)

Demos what happens when a back-end service is not available. Add an item to the cart, visualize the shopping cart and observe the different information displayed in relation to the shipping estimates. Ensure the following projects are set as startup projects:

  • WebApp
  • Sales.Api
  • Marketing.Api
  • Warehouse.Api
  • Shipping.Api
  • Sales.Service
  • Marketing.Service

Demo (Platform)

Uses the Particular Platform Sample package to visualize monitoring information, and messages and policies (Sagas) runtime behaviors.

  • WebApp
  • Sales.Api
  • Marketing.Api
  • Warehouse.Api
  • Shipping.Api
  • Sales.Service
  • Marketing.Service
  • Warehouse.Service
  • Shipping.Service
  • PlatformLauncher

NServiceBus configuration

This sample has no NServiceBus related pre-requisites as it's configured to use Learning Transport and Learning Persistence, both explicitly designed for short term learning and experimentation purposes.

They should also not be used for longer-term development, i.e. the same transport and persistence used in production should be used in development and debug scenarios. Select a production transport and persistence before developing features.

NOTE: Do not use the learning transport or learning persistence to perform any kind of performance analysis.

Disclaimer

Parts of this demo are built using NServiceBus, I work for Particular Software, the makers of NServiceBus.

all-our-aggregates-are-wrong-demos's People

Contributors

adamralph avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar mauroservienti 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.