3 repositorios
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.
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.
Stringer es un lector de RSS y servidor de agregación de feeds autohospedado. Recopila y organiza contenido de feeds RSS remotos, permitiendo la curación personal de contenido sin la influencia de algoritmos sociales. El sistema funciona como un proveedor de API RSS, exponiendo una interfaz compatible que permite a aplicaciones lectoras de terceros sincronizar contenido y estados de lectura a través de múltiples dispositivos. El backend incluye agregación basada en polling para ingerir actualizaciones de feeds XML remotos y un gestor de ciclo de vida de contenido que utiliza poda de datos basada en tiempo para eliminar automáticamente historias antiguas o leídas de la base de datos.
Exposes a standardized interface for external reader applications to synchronize read and unread states.
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.