Coder Social home page Coder Social logo

activity-stream-processing's Introduction

Activity Stream Processing

Deploy To Azure

This is a templated deployment of a sample Azure architecture for implementing an User activity/event stream processing, having all the related PaaS components.

The architecture of the solution is as depicted on the following diagram:

Artitectural Diagram

The role of each component

  • Ingestion Function App -public facing HTTP endpoint (or Kafka consumer)
  • Event Hubs -event streaming service
  • Steam Analytics -to aggregate specific event that needed to be further consolidated before being processed
  • Processor & Notification Function Apps -Function Applications to process the incoming events and notify downstream systems respectively
  • Application Insights to provide monitoring and visibility for the health and performance of the application
  • Service Bus -reliable message broker to decouple processing and notification flows, external APIs may need throttling etc
  • Azure Key Vault responsible to securely store the secrets/credentials for the PaaS services

In an enterprise grade environment, all PaaS services can leverage Private Endpoints to be accessible only within a private Virtual Network and App Gateway (WAF) or Azure Front Door can be used to accept the incoming requests (not included in the present deployment).



Based on the template repository (https://github.com/nianton/bicep-starter) to get started with an bicep infrastructure-as-code project, including the azure naming module to facilitate naming conventions.

For the full reference of the supported naming for Azure resource types, head to the main module repository: https://github.com/nianton/azure-naming

activity-stream-processing's People

Contributors

nianton avatar thotheod avatar

Watchers

James Cloos avatar  avatar

Forkers

vzisiadis

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.