Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomasbleijendaal/base-architecture


https://github.com/thomasbleijendaal/base-architecture

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Base Architecture

This repository is an attempt to experiment with several core concepts and make them
work together and provide a solid architecture for building web apps.

## Core concepts

### `Metadata`

---

## Core concepts

1. Modular
2. Caching
3. Observability
4. Exception free failures

NOTE: WIP

## Modular

- Composable

Should handle
- validation between client + api
- validation for service (mediator and classic services)
- validation for options
- gateways

## Caching

- Transparent caching while retaining fine grain cache busting

## External secrets

## Observability

- Should support journey

## Exception free failures