Git Product home page Git Product logo

apollo_auth's Introduction

Apollo

RSS Project with microservice architecture.

Overview

Nameko is a Python microservices framework that helps developers create and manage microservices-based applications. It simplifies communication between microservices and handles dependencies. Nameko is built on RabbitMQ, a message broker, and supports features like RPC calls and event-driven communication. It's designed for building distributed, scalable, and easily testable applications. You can use Nameko with web frameworks like Flask and Django, and it offers extensibility for custom functionality.

It's a great choice for Python developers looking to embrace microservices. Microservices with API Gateway which handles incoming HTTP requests. data of HTTP requests will be forwarded to these Microservices by RPC. Additionally, we deal with Authentication, Redis and PostgreSQL.

Architecture

Microservice architecture is an architectural style that structures an application as a collection of small, loosely coupled, and independently deployable services. In this architecture, each service represents a specific business capability and can be developed, deployed, and scaled independently. Services communicate with each other through well-defined APIs, typically over lightweight protocols like HTTP or messaging queues.

RPC (Remote Procedure Call) is a way for programs to request and execute functions or procedures on remote computers over a network. It's language-agnostic and typically synchronous. Developers use stubs or proxies to make these remote calls. RPC handles data serialization, error handling, and can use various transport protocols. Security is important in RPC. It simplifies building distributed systems but requires careful design for error handling and versioning. Popular RPC frameworks include gRPC and Apache Thrift.

Prerequisites

  • Git
  • Docker

Getting Started

Repositories:


1. Install git

sudo apt install git-all
git pull https://github.com/erfansahebi/apollo_envdev.git

In this repo, we have a shell for pulling all Repositories.

3. Pull all Repositories:

chmod +x build.sh
sh build.sh

4. Make Docker Images

make build

5. Set Environments

cp .env.example .env

6. run Docker:

dokcer compose up --build -d

apollo_auth's People

Contributors

erfansahebi 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.