3 dépôts
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 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.
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.