Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

All the Wolfpack services are deployed in a high available environment. To make sure services stay up and can handle high volumes of traffic we are using Microsoft Azure. All the services are deployed in a scalable Service Fabric cluster which can be scaled up on demand.

The database engine used for all Wolfpack services is Microsoft SQL server hosted in an Azure environment. Every client is provided with a private database tailored to his needs. The Azure SQL databases can be scaled up on demand to 100TB and 4000 DTU’s.

For the product API Wolfpack makes use of MongoDB. MongoDB is a document database which is suitable for non relational data. All products are stored as a whole including all dependent data. This makes it very fast to retrieve a complete product.

All Wolfpack software is written in c# using the .Net / .Net Core framework.

Schematic architectural overview

  • No labels