3 Repos
Deployment patterns for running data-intensive services within isolated container environments.
Distinguishing note: Focuses on containerized deployment for data synchronization tasks.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Containerized Data Services. Refine with filters or upvote what's useful.
Canal is a database replication middleware that performs change data capture by simulating a database replica. It monitors transaction logs to stream incremental data modifications to downstream systems in real time, acting as an event streaming infrastructure that transforms low-level binary logs into structured, consumable message streams. The project distinguishes itself through a high-throughput architecture that utilizes concurrent multi-threaded parsing and stateful log position tracking to ensure reliable data delivery. It employs a pluggable sink architecture that decouples data extra
Runs data synchronization tasks within isolated environments that include automated disk space management.
TikTokDownloader is a containerized automation tool designed for the systematic collection and archiving of social media content. It functions as an HTTP API-driven service that enables users to trigger automated media retrieval and metadata extraction tasks through standard web requests, facilitating the storage of videos, images, and platform data for offline analysis. The utility distinguishes itself through session-based web scraping, which utilizes browser cookies to authenticate requests and access restricted platform content that is otherwise unavailable. By maintaining active session
Packages data collection tools into isolated container environments for consistent execution across server infrastructures.
PokeAPI ist ein Read-only-RESTful-Web-Interface und eine umfassende Wissensdatenbank, die strukturierte Daten über Pokémon-Spezies, Attacken und Spielserien-Entitäten bereitstellt. Es fungiert als containerisierter Datendienst, der Spielstatistiken und Entitätsdetails für die programmatische Nutzung in Anwendungen liefert. Der Dienst ermöglicht den Abruf umfassender Pokémon-Spieldaten und die Referenzierung von Spiel-Entitäts-Metadaten. Benutzer können über REST- und GraphQL-Interfaces auf diese Informationen zugreifen, um spezifische Datenpunkte abzurufen und externe App-Interfaces zu befüllen.
Functions as a data-intensive service running within an isolated container environment.