Skip to content

holomodular/ServiceBricks-Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ServiceBricks Logo

NuGet version License: MIT

ServiceBricks Documentation

Introduction

ServiceBricks is a powerful microservices platform designed to streamline the development, deployment, and maintenance of distributed systems. By leveraging Domain-Driven Design (DDD), Event-Driven Architecture (EDA), and a range of advanced features, ServiceBricks empowers teams to build robust, scalable, and highly customizable services tailored to their specific business domains.

View the following sections to learn more about the ServiceBricks platform.

Learning

Architecture

Features

Getting Started with Examples

Official Pre-Built Microservices

We have developed several pre-built microservices to help get you started. View the following repositories for more information:

  • Cache Microservice: This repository is a temporary generic data storage microservice.
  • Logging Microservice: This repository is a service-scoped or centralized application and web request logging microservice.
  • Notification Microservice: This repository is a notification and delivery of emails and SMS messages microservice.
  • Security Microservice: This repository is an authentication, authorization and application security microservice supporting JWT token membership for all ServiceBricks microservices.

Developing Your Own Microservices

We recommend that you start with the Cache Microservice as it is very simple key/value pair storage microservice. It contains a single DTO that maps to a single database table/collection with a couple properties. Depending on the storage provider, a primary key and other properties might be needed. Otherwise, the cache key is translated to the DTO StorageKey property.

License

ServiceBricks is released under the MIT License.

About

ServiceBricks Documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published