Giter Club home page Giter Club logo

laravel-dapr's Introduction

Laravel Publisher Consumer example using Dapr

Dapr

Dapr is a portable, event-driven runtime that makes it easy for any developer to build resilient, stateless and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks. Leveraging the benefits of a sidecar architecture, Dapr helps you tackle the challenges that come with building microservices and keeps your code platform agnostic.

Dapr Services

Laravel Caveats

Dapr PHP sdk does not work with latest version of laravel due dependecy issues. To solve this we needed a way to work natively with dapr using dapr's internal Api.

Advantages of using Dapr over laravel queues

Dapr is portable

Dapr is language agnostic

Dapr is platform agnostic

Dapr is cloud agnostic

Solution

The above example provides two services

  • Publisher Service: This service will push messages onto dapr topic
  • Consumer Service: This service subscribes to the topic used by the publisher service, and route the request as per rules

Running the example

  • install composer

  • run composer in publisher and consumer folders

cd consumer && composer install
cd publisher && composer install
docker compose up
{
        "orderId": "400",
        "type": "cancel"
}
  • Observe the log in consumer app will print the received message

Dapr config

Detailed explanation

Medium

laravel-dapr's People

Contributors

anikpat avatar

Stargazers

Patrik Majer avatar Yehor Myrhorodskyi avatar

Watchers

Khaidir Hasan avatar  avatar

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.