awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Stateless Architectures · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesStateless Architectures

Architectural patterns and implementation strategies for processing requests without maintaining server-side session state.

Distinguishing note: Focuses on the architectural pattern of stateless request handling rather than specific authentication protocols or database technologies.

Explore 1 awesome GitHub repository matching software engineering & architecture · Stateless Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Stateless Architectures

Awesome Stateless Architectures GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • PostgREST/postgrest

    PostgREST/postgrest

    26,543View on GitHub↗

    PostgREST is a standalone server process that automatically transforms a relational database schema into a fully functional RESTful API. By querying system catalogs at startup, it maps tables, views, and stored procedures into standardized web endpoints, allowing developers to build backend services by focusing exclusively on database design. The service functions as a declarative engine that translates HTTP requests and query parameters directly into native SQL operations. It maintains stateless request processing and integrates connection pooling to manage high-frequency interactions effici

    Implements stateless request processing by authenticating and authorizing each request independently without server-side session state.

    Haskellapiautomatic-apidatabase
    26,543View on GitHub↗