Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 614 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 614 Bytes

Azure Functions Experiments

My experiments with Azure Functions, featuring 4 small PoCs.

HTTP nanoservices

Create, read and delete functions for blog posts using Cosmos DB.

Service glue

Reacts to new posts in Cosmos DB and send emails to authors' subscribers.

Distributed computing

Own MapReduce implementation including the WordCount algorithm for a file uploaded to an Azure blob storage.

Actor model

Bank accounts management, including transfer between two accounts, using Durable Entities.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.