awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • modin-project/modinmodin-project 的头像

    modin-project/modin

    10,389在 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
    在 GitHub 上查看↗10,389
  • swanson/stringerswanson 的头像

    swanson/stringer

    4,113在 GitHub 上查看↗

    Stringer 是一个自托管的 RSS 阅读器和订阅聚合服务器。它收集并组织来自远程 RSS 订阅源的内容,允许在不受社交算法影响的情况下进行个人内容策展。 该系统作为 RSS API 提供程序运行,公开了一个兼容接口,使第三方阅读器应用程序能够在多个设备间同步内容和阅读状态。 后端包括基于轮询的聚合以摄取来自远程 XML 订阅源的更新,以及一个内容生命周期管理器,该管理器使用基于时间的数据清理功能自动从数据库中删除旧的或已读的故事。

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

    Ruby
    在 GitHub 上查看↗4,113
  • henryhaohao/bilibili_video_downloadHenryhaohao 的头像

    Henryhaohao/Bilibili_video_download

    3,521在 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
    在 GitHub 上查看↗3,521
  1. Home
  2. Data & Databases
  3. API Compatibility Layers

探索子标签

  • 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.