Giter Site home page Giter Site logo

pingora-docker's Introduction

Pingora-docker

Description

This project is a simple implementation of Pingora, a Rust framework designed to build fast, reliable, and programmable networked systems. Pingora is battle-tested, having served more than 40 million internet requests per second for several years. It offers several features, including async Rust support, HTTP 1/2 end-to-end proxy, TLS over OpenSSL or BoringSSL, gRPC and WebSocket proxying, graceful reload, customizable load balancing and failover strategies, and support for various observability tools.

Usage

With Docker

To run this project using Docker, follow these steps:

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Build the Docker image using the provided Dockerfile:
    docker compose build
    
  4. Run the Docker container:
    docker-compose up
    

Without Docker

To run this project without Docker, follow these steps:

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Build the project using Cargo:
    cargo build --release
    
  4. Run the project:
    cargo run
    

Additional Information

For more details about Pingora and its features, please refer to the official Pingora repository.

License

This project is licensed under the Apache License, Version 2.0.


Note: This project is a simple demonstration of Pingora's capabilities and does not encompass the full range of features offered by the framework.


GitHub Description

Pingora is a Rust framework for building fast, reliable, and customizable networked systems. This project offers a simplified implementation of Pingora, showcasing its key features such as async Rust support, HTTP proxying, TLS, load balancing, and more. Ideal for those interested in exploring Pingora's capabilities in a concise example.

pingora-docker's People

Contributors

aroldogoulart avatar snowrunescape avatar

Stargazers

 avatar Mike McGhee avatar  avatar Jonathan Williams avatar  avatar Bruno Bezouro avatar  avatar  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.