GithubHelp home page GithubHelp logo

spring-zuul-eureka-ribbon-jwt's Introduction

Spring Microservices with Zuul, Eureka, Ribbon, and JWT

api-gateway

Overview

This project demonstrates a microservices architecture using Spring Boot. It integrates the following technologies:

  • Zuul: API Gateway
  • Eureka: Service Discovery
  • Ribbon: Client-side Load Balancer
  • JWT: JSON Web Tokens for secure authentication

Features

  • API Gateway: Routing and filtering requests to various microservices using Zuul.
  • Service Discovery: Dynamic discovery of microservices using Eureka.
  • Load Balancing: Distributing requests among instances of microservices with Ribbon.
  • Authentication: Secure access to services with JWT.

Components

Zuul Gateway

Handles routing of requests to the appropriate microservice based on predefined rules.

Eureka Server

Acts as the service registry where all microservices register themselves for discovery.

Eureka Client

Microservices that register with the Eureka Server to make themselves discoverable.

Ribbon

Provides client-side load balancing to distribute requests across multiple instances of a service.

JWT Authentication

Ensures secure access to the microservices by validating JWT tokens.

Prerequisites

  • Java 8 or higher
  • Maven
  • Spring Boot

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

This project is inspired by various tutorials and examples in the Spring community.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

Contact

For any queries, please contact the repository owner at [[email protected]].

spring-zuul-eureka-ribbon-jwt's People

Contributors

daasrattale avatar

Watchers

 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.