awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesAPI Compatibility Layers

Wrappers that provide a familiar API interface over a different underlying execution engine to simplify migration.

Distinguishing note: The candidates focus on network, UI, or configuration mirroring, not API compatibility for dataframes.

Explore 3 awesome GitHub repositories matching data & databases · API Compatibility Layers. Refine with filters or upvote what's useful.

Awesome API Compatibility Layers 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.
  • modin-project/modinAvatar de modin-project

    modin-project/modin

    10,389Voir sur GitHub↗

    Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that exceed system memory. It functions as a distributed computing framework that parallelizes data manipulation tasks across multiple CPU cores or clusters to increase throughput and avoid memory errors. The project mirrors the Pandas API, allowing for the distribution of data workflows without changing core code logic. It utilizes a pluggable backend interface, which enables users to switch between different distributed execution engines to optimize performance based on available h

    Mirrors the Pandas API to allow seamless migration of data workflows to a distributed execution engine.

    Pythonanalyticsdata-sciencedataframe
    Voir sur GitHub↗10,389
  • swanson/stringerAvatar de swanson

    swanson/stringer

    4,113Voir sur GitHub↗

    Stringer est un lecteur RSS et serveur d'agrégation de flux auto-hébergé. Il collecte et organise le contenu provenant de flux RSS distants, permettant une curation de contenu personnelle sans l'influence des algorithmes sociaux. Le système fonctionne comme un fournisseur d'API RSS, exposant une interface compatible qui permet aux applications de lecture tierces de synchroniser le contenu et les états de lecture sur plusieurs appareils. Le backend inclut une agrégation basée sur le polling pour ingérer les mises à jour des flux XML distants et un gestionnaire de cycle de vie du contenu qui utilise un élagage des données basé sur le temps pour supprimer automatiquement les articles anciens ou lus de la base de données.

    Exposes a standardized interface for external reader applications to synchronize read and unread states.

    Ruby
    Voir sur GitHub↗4,113
  • henryhaohao/bilibili_video_downloadAvatar de Henryhaohao

    Henryhaohao/Bilibili_video_download

    3,521Voir sur GitHub↗

    This project is a desktop application designed for archiving video content and animation series from the Bilibili platform to local storage. It functions as a media download manager that enables offline access to single-part clips and multi-part series by resolving remote video identifiers and manifests into downloadable file paths. The application distinguishes itself by supporting authenticated access, allowing users to inject stored session cookies to retrieve high-definition streams and premium content that would otherwise be restricted. It also incorporates download acceleration through

    Synchronizes playback timestamps and transmits user comments across different client sessions.

    Pythonbilibilipythonvideodownload
    Voir sur GitHub↗3,521
  1. Home
  2. Data & Databases
  3. API Compatibility Layers

Explorer les sous-tags

  • Client State Synchronization LayersInterfaces designed to synchronize read/unread states between a server and multiple client applications. **Distinct from API Compatibility Layers:** Specifically addresses the synchronization of user reading state, unlike general database or OS API compatibility layers.