3 Repos
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 ist ein selbstgehosteter RSS-Reader und Feed-Aggregator-Server. Er sammelt und organisiert Inhalte aus Remote-RSS-Feeds und ermöglicht eine persönliche Inhaltskuratierung ohne den Einfluss sozialer Algorithmen. Das System fungiert als RSS-API-Anbieter und stellt eine kompatible Schnittstelle bereit, die es Drittanbieter-Reader-Apps ermöglicht, Inhalte und Lesestatus über mehrere Geräte hinweg zu synchronisieren. Das Backend umfasst polling-basierte Aggregation zum Einlesen von Updates aus Remote-XML-Feeds sowie einen Content-Lifecycle-Manager, der zeitbasiertes Daten-Pruning nutzt, um alte oder gelesene Artikel automatisch aus der Datenbank zu entfernen.
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.