awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesRemote Data Streaming

Streaming of data objects to remote hosts via secure shell connections.

Distinct from SSH-Based Remote Execution: Distinct from Remote Execution: focuses on data transport/streaming rather than command execution via SSH.

Explore 8 awesome GitHub repositories matching devops & infrastructure · Remote Data Streaming. Refine with filters or upvote what's useful.

Awesome Remote Data Streaming GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mmulet/term.everythingAvatar von mmulet

    mmulet/term.everything

    8,020Auf GitHub ansehen↗

    term.everything is a terminal-based graphical compositor and renderer that converts framebuffers into ANSI escape sequences to display GUI applications within a terminal emulator. It functions as a remote GUI streamer and framebuffer-to-ANSI converter, allowing for the visualization of headless systems and the execution of graphical software over SSH connections. The project includes a specialized mouse input handler that utilizes SGR 1006 reporting to capture movements and clicks, enabling user interaction with rendered graphical interfaces. It emulates a compositor to coordinate window beha

    Transmits graphical window data over secure shell connections to enable remote execution of GUI applications.

    Goalacrittyclifoss
    Auf GitHub ansehen↗8,020
  • kubernetes-client/pythonAvatar von kubernetes-client

    kubernetes-client/python

    7,605Auf GitHub ansehen↗

    The Kubernetes Python Client is a programmatic interface for cluster automation and resource management. It provides a REST-based API client that maps method calls to HTTP verbs and JSON payloads to create, update, delete, and monitor workloads and infrastructure components. The client features dynamic schema mapping and resource mapping, allowing it to control custom objects and unique resource definitions without requiring pre-defined classes or static schemas. It supports YAML manifest parsing to convert structured files into compatible objects for bulk resource deployment. The toolset co

    Handles interactive requests by streaming data between the client and the remote environment for real-time execution.

    Python
    Auf GitHub ansehen↗7,605
  • symfony/processAvatar von symfony

    symfony/process

    7,463Auf GitHub ansehen↗

    Symfony Process is a PHP library for executing external commands in separate operating-system processes with full lifecycle control. It provides a cross-platform command executor that handles OS-specific argument escaping and process management, enabling portable subprocess execution from PHP applications. The library supports both synchronous and asynchronous process execution, allowing background subprocesses to run independently while the main PHP script continues. It includes executable path resolution to locate system commands across standard search directories, stream-based I/O pipes fo

    Provides writable streams that send data to the standard input of running processes.

    PHPcomponentphpsymfony
    Auf GitHub ansehen↗7,463
  • bup/bupAvatar von bup

    bup/bup

    7,324Auf GitHub ansehen↗

    bup is a deduplicating backup manager and incremental backup system. It uses a Git packfile-based storage format to eliminate redundant data across files and versions, treating every incremental save as a full backup. The system provides secure remote transport interfaces for transferring and managing backup data on remote servers via SSH. It also includes a backup repository browser available as both a web interface and a filesystem mount for exploring and retrieving files from snapshots. The project covers broad capability areas including disaster recovery, repository administration, and s

    Streams backup data to remote servers over encrypted SSH shells for secure offsite storage without local staging.

    Python
    Auf GitHub ansehen↗7,324
  • knplabs/snappyAvatar von KnpLabs

    KnpLabs/snappy

    4,473Auf GitHub ansehen↗

    Snappy ist eine PHP-Bibliothek, die als Wrapper für die Binärdateien wkhtmltopdf und wkhtmltoimage fungiert. Sie bietet eine Suite von Dienstprogrammen zur Umwandlung von HTML-Strings und Remote-URLs in PDF-Dokumente und Bild-Snapshots. Das Projekt ermöglicht die Generierung herunterladbarer oder streambarer PDFs sowie die Erstellung von Webseiten-Thumbnails. Es unterstützt die Zusammenführung mehrerer separater URLs zu einem einzigen, einheitlichen PDF-Dokument. Benutzer können die Dokumentausgabe über Konfigurationseinstellungen für JavaScript-Ausführung, Cookie-Handhabung, Hintergrundentfernung und die Anwendung benutzerdefinierter Stylesheets anpassen.

    Streams HTML content or remote URLs as input to the rendering process for output generation.

    PHP
    Auf GitHub ansehen↗4,473
  • sshnet/ssh.netAvatar von sshnet

    sshnet/SSH.NET

    4,310Auf GitHub ansehen↗

    SSH.NET is a .NET library that implements the SSH-2 protocol for encrypted remote connections and secure file transfers. It provides a complete SSH-2 protocol stack implementation with a channel multiplexing engine that manages multiple concurrent channels over a single connection, supporting simultaneous shell sessions, remote command execution, SFTP transfers, and port forwarding tunnels. The library includes a pluggable authentication pipeline supporting password, public key, certificate, keyboard-interactive, and multi-factor authentication combinations. The library distinguishes itself t

    Provides writable streams that send data to the standard input of running remote processes.

    C#networkscpsftp
    Auf GitHub ansehen↗4,310
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheetAvatar von hackerschoice

    hackerschoice/thc-tips-tricks-hacks-cheat-sheet

    3,853Auf GitHub ansehen↗

    This project is a comprehensive command-line reference and toolkit designed for Linux system administration and network security assessment. It provides a collection of technical snippets and operational guides focused on managing remote environments, orchestrating shell sessions, and executing administrative tasks through native terminal utilities. The repository distinguishes itself by offering specialized techniques for stealthy operations and infrastructure manipulation. It covers methods for establishing encrypted tunnels to bypass firewalls, obfuscating process identities and command hi

    Streams input data directly into the standard input of running system processes.

    Shell
    Auf GitHub ansehen↗3,853
  • jedisct1/piknikAvatar von jedisct1

    jedisct1/piknik

    2,510Auf GitHub ansehen↗

    Piknik is an encrypted clipboard relay and multiplexer that coordinates the sharing of text, binary data, and shell content across multiple network hosts. It utilizes a centralized relay architecture to manage secure client connections, providing an end-to-end encrypted system for synchronizing session state and data streams. The project distinguishes itself through the use of multi-stage key derivation and API key access control to secure remote shell access. It employs end-to-end encryption and digital signatures to protect relayed content, ensuring that data is encrypted at the source befo

    Captures a data stream from a remote source and directs it to the standard output.

    Goclipboardcopycrypto
    Auf GitHub ansehen↗2,510
  1. Home
  2. DevOps & Infrastructure
  3. Execution Environments
  4. Remote Workspace Command Execution
  5. SSH-Based Remote Execution
  6. Remote Data Streaming

Unter-Tags erkunden

  • GUI Data StreamingStreaming graphical window and surface data over secure shell connections. **Distinct from Remote Data Streaming:** Specifically streams GUI window data for remote execution, not general data objects or logs.
  • Interactive Stream ExecutionStreaming of interactive data between a client and a remote environment for real-time command execution. **Distinct from Remote Data Streaming:** Focuses on the interactive execution cycle (stdin/stdout/stderr) rather than just one-way data transport.
  • Process Input StreamingProvides writable streams that send data to the standard input of running remote processes. **Distinct from Remote Data Streaming:** Distinct from Remote Data Streaming: specifically covers streaming input to a running process's stdin, not general data transport to remote hosts.
  • Standard Output Stream ReceptionCapturing a remote data stream and directing it to the standard output of a shell. **Distinct from Remote Data Streaming:** Focuses on directing remote streams to stdout rather than just transport via SSH.