Preview version, will not guarantee the stability of the API! Do NOT use in production environment!


A library-first, lightweight, high-performance, cloud-native supported API gateway🪐


Build Status License

SpaceGate("Spacegates are Stargates suspended in space, or in planetary orbit") From "Stargate".

Why create this project

There are a lot of API gateway products out there, but they are mostly in the form of standalone services. The customization ability is relatively poor, and the cost of using and deploying is relatively high.

This project is based on the Rust language and uses hyper as the base network library. The goal is to: provide a library-first, lightweight, high-performance, cloud-native supported API gateway .

💖 Core functions

📦 Components

| Crate | Description | |-------------------------------|-------------| | spacegate-kernel Crate Docs | Class library with all functions, support for embedding into your own rust project | | spacegate Crate Docs | Out-of-the-box service with all features | | spacegate-native Crate Docs | Out-of-the-box service that include all features except kubernetes support | | spacegate-simplify Crate Docs | Out-of-the-box service for standalone environments |