Skip to content

A playground to learn Dapr and container orchestration.

Notifications You must be signed in to change notification settings

KrylixZA/dapr-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dapr Demo

Build Status

This is a basic demo application that processes orders within a system, leveraging Dapr components to do various things easily.

Components used

  • Virtual Actors
  • Pub/Sub
  • Secret Management
  • Service Invocation

Repository structure

This repository is also a learning space for me to get comfortable implementing Jason Taylor's Clean Architecture.

Tests

Postman

You can import the Postman collection and environment from the test/postman-tests folder in the repository.

Strategy

This project follows a very similar testing strategy as Microsoft's DevOps test taxonomy with tests ranging from L0 -> L4.

Syntax

Tests are written using Gherkin syntax.

Test Framework

Tests are written using:

  • NUnit
  • NSubstitute
  • FluentAssertions

About

A playground to learn Dapr and container orchestration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published