awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesApplication Programming Interfaces

Defined sets of protocols and routines that allow different software programs to communicate and exchange data.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Application Programming Interfaces. Refine with filters or upvote what's useful.

Awesome Application Programming Interfaces GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • usememos/memosAvatar de usememos

    usememos/memos

    60,819Voir sur GitHub↗

    Memos is a self-hosted, container-native knowledge management platform designed for capturing and organizing personal notes. It functions as a private workspace where users can create content using markdown, tags, and media embeds to streamline daily productivity. The system is built to be deployed as a portable service, allowing individuals to maintain full control over their data and hosting environment. Beyond its core note-taking capabilities, the platform operates as a headless content service that exposes a structured RESTful API. This interface allows for programmatic interaction, enab

    Expose standard network protocols for building custom clients, automating workflows, and synchronizing information with external systems.

    Godockerfossgo
    Voir sur GitHub↗60,819
  • pgcentralfoundation/pgrxAvatar de pgcentralfoundation

    pgcentralfoundation/pgrx

    4,720Voir sur GitHub↗

    pgrx is a framework for building and packaging custom PostgreSQL extensions using Rust. It serves as a foreign function interface bridge that maps Rust types and functions to the internal server programming interface of the database. The project provides a specialized toolchain for cross-compilation across different operating systems and target architectures using custom sysroots. It includes a schema generator that automatically translates high-level language structures into SQL definitions and binary protocol mappings. The framework manages memory safety by wrapping database memory context

    Provides safe Rust bindings to PostgreSQL's Server Programming Interface for executing queries within extensions.

    Rustpostgrespostgresqlpostgresql-extension
    Voir sur GitHub↗4,720
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Programmatic Interfaces
  5. Application Programming Interfaces

Explorer les sous-tags

  • Server Programming InterfacesSafe Rust bindings to PostgreSQL's Server Programming Interface for executing queries and managing data within extension code. **Distinct from Application Programming Interfaces:** Distinct from Application Programming Interfaces: focuses specifically on PostgreSQL's internal SPI for extensions, not general inter-program communication.