All Projects → code-architect → Microservices With Lumen

code-architect / Microservices With Lumen

A Lumen based microservice ready to deploy with guzzle for consumption of api and OAuth 2

Projects that are alternatives of or similar to Microservices With Lumen

Webfluxtemplate
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
Stars: ✭ 107 (-6.96%)
Mutual labels:  restful-api, jwt-authentication, microservices-architecture
go-zero
A cloud-native Go microservices framework with cli tool for productivity.
Stars: ✭ 23,294 (+20155.65%)
Mutual labels:  microservices-architecture, restful-api, microservice-framework
Grpcjsontranscoder
A filter which allows a RESTful JSON API client to send requests to .NET web server over HTTP and get proxied to a gRPC service
Stars: ✭ 97 (-15.65%)
Mutual labels:  microservices, restful-api, microservices-architecture
gorest
Go RESTful API starter kit with Gin, JWT, GORM (MySQL, PostgreSQL, SQLite), Redis, Mongo, 2FA, email verification, password recovery
Stars: ✭ 135 (+17.39%)
Mutual labels:  sqlite3, jwt-authentication, restful-api
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+652.17%)
Mutual labels:  microservices, microservices-architecture
Delphimvcframework
DMVCFramework (for short) is a popular and powerful framework for web solution in Delphi. Supports RESTful and JSON-RPC APIs development.
Stars: ✭ 761 (+561.74%)
Mutual labels:  restful-api, jwt-authentication
Practical Clean Ddd
A simplified and effortless approach to get started with Domain-driven Design, Clean Architecture, CQRS, and Microservices patterns
Stars: ✭ 28 (-75.65%)
Mutual labels:  microservices, microservices-architecture
Devis
A microservices framework for Node.js
Stars: ✭ 72 (-37.39%)
Mutual labels:  microservice-framework, microservices-architecture
Gin Boilerplate
The fastest way to deploy a restful api's with Gin Framework with a structured project that defaults to PostgreSQL database and JWT authentication middleware stored in Redis
Stars: ✭ 559 (+386.09%)
Mutual labels:  microservices, restful-api
Microservices Example
Example of a microservices architecture on the modern stack of Java technologies
Stars: ✭ 66 (-42.61%)
Mutual labels:  microservices, microservices-architecture
Monolith Microservice Shop
Source code for https://threedots.tech/post/microservices-or-monolith-its-detail/ article.
Stars: ✭ 83 (-27.83%)
Mutual labels:  microservices, microservices-architecture
Mooa
Mooa 是一个为 Angular 服务的微前端框架。A independent-deployment micro-frontend Framework for Angular from single-spa.
Stars: ✭ 755 (+556.52%)
Mutual labels:  microservices, microservices-architecture
Pitstop
This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Stars: ✭ 708 (+515.65%)
Mutual labels:  microservices, microservices-architecture
Happysocialmedia
Microservices Social Media / Network / Chatt, with .net core 2.2, Docker, Implement with Domain Driven Design with all best practices design and architetural patterns as DDD, CrossCutting IoC, SOLID, etc
Stars: ✭ 28 (-75.65%)
Mutual labels:  microservices, microservices-architecture
Microservices Framework Benchmark
Raw benchmarks on throughput, latency and transfer of Hello World on popular microservices frameworks
Stars: ✭ 615 (+434.78%)
Mutual labels:  microservices, microservice-framework
Microservices Prototype
Stars: ✭ 72 (-37.39%)
Mutual labels:  microservices, microservices-architecture
Microservices Architecture Guidelines
Designing a Microservices Architecture
Stars: ✭ 86 (-25.22%)
Mutual labels:  microservices, microservices-architecture
Dotnetcore Microservices Poc
Very simplified insurance sales system made in a microservices architecture using .NET Core
Stars: ✭ 1,304 (+1033.91%)
Mutual labels:  microservices, microservices-architecture
Amazon Ecs Nodejs Microservices
Reference architecture that shows how to take a Node.js application, containerize it, and deploy it as microservices on Amazon Elastic Container Service.
Stars: ✭ 483 (+320%)
Mutual labels:  microservices, microservices-architecture
Tuql
Automatically create a GraphQL server from a SQLite database or a SQL file
Stars: ✭ 526 (+357.39%)
Mutual labels:  sqlite3, sqlite-database

Microservices with Lumen

This is a part of a huge project I was building for a client. In this small example I have effectively explained and work with almost all the features of microsurvices architecture.

The Main system is LumenApiGateway and the microservices are LumenAuthorApi & LumenBookApi. I am using guzzle for consuming api and dusterio/lumen-passport for security.

Also stopping direct access to the microservices, to access the microservies directly the client must pass some kind of token which is registered in the microservice.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].