Giter Site home page Giter Site logo

hugo-ib / adventureworks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ngruson/adventureworks

0.0 0.0 0.0 39.72 MB

JavaScript 2.05% C# 3.86% PowerShell 0.01% CSS 0.47% PureBasic 0.86% HTML 1.27% Smarty 0.01% Dockerfile 0.02% SCSS 0.77% TSQL 90.55% Mustache 0.15%

adventureworks's Introduction

AdventureWorks Bike Store

The AdventureWorks databases are sample databases that were originally published by Microsoft to show how to design a SQL Server database using SQL Server 2008. AdventureWorks is a fictious manufacturer and reseller of bicycles and related accessories.

This repo holds a range of .NET microservice applications that implement the business domain of AdventureWorks. The principles of microservice application architecture and Domain Driven Design (DDD) are considered in the implementation.

Build Status (GitHub Actions)

Image Status
Basket API basket-api
Customer API customer-api
Identity Server identityserver
Product API product-api
Reference Data API reference-data-api
Sales Order API salesorder-api
Sales Person API salesperson-api

Architecture and Design

Design principles

The principles of microservice application architecture and Domain Driven Design (DDD) are considered in the implementation.

The following microservice architecture principles are taken into account:

  • Each microservice is autonomous and independently deployable
  • Each microservice has its own data store
  • Service boundaries must be well defined
  • A microservice holds its own cache of a subset of data that is owned by another microservice to increase performance and availability
  • Interservice communication happens asynchronously as much as possible

The following principles of Domain Driven Design are taken into account:

  • The business domain is decomposed into Bounded Contexts (or subdomains)
  • The language and terms that describe a bounded context are also used in the application code. This is referred to as Ubiquitous Language.

adventureworks's People

Contributors

ngruson 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.