awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mmulet/term.everythingAvatar mmulet

    mmulet/term.everything

    8,020Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,020
  • kubernetes-client/pythonAvatar kubernetes-client

    kubernetes-client/python

    7,605Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,605
  • symfony/processAvatar symfony

    symfony/process

    7,463Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,463
  • bup/bupAvatar bup

    bup/bup

    7,324Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,324
  • knplabs/snappyAvatar KnpLabs

    KnpLabs/snappy

    4,473Vezi pe GitHub↗

    Snappy este o bibliotecă PHP care acționează ca un wrapper pentru binarele wkhtmltopdf și wkhtmltoimage. Aceasta oferă o suită de utilitare pentru transformarea șirurilor HTML și a URL-urilor externe în documente PDF și snapshot-uri de imagini. Proiectul permite generarea de PDF-uri descărcabile sau streamable și crearea de miniaturi pentru pagini web. Suportă agregarea mai multor URL-uri separate într-un singur document PDF unificat. Utilizatorii pot ajusta output-ul documentului prin setări de configurare pentru execuția JavaScript, gestionarea cookie-urilor, eliminarea fundalului și aplicarea de stylesheet-uri personalizate.

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

    PHP
    Vezi pe GitHub↗4,473
  • sshnet/ssh.netAvatar sshnet

    sshnet/SSH.NET

    4,310Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,310
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheetAvatar hackerschoice

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

    3,853Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,853
  • jedisct1/piknikAvatar jedisct1

    jedisct1/piknik

    2,510Vezi pe GitHub↗

    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
    Vezi pe GitHub↗2,510
  1. Home
  2. DevOps & Infrastructure
  3. Execution Environments
  4. Remote Workspace Command Execution
  5. SSH-Based Remote Execution
  6. Remote Data Streaming

Explorează sub-etichetele

  • 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.