awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mmulet/term.everythingmmulet का अवतार

    mmulet/term.everything

    8,020GitHub पर देखें↗

    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
    GitHub पर देखें↗8,020
  • kubernetes-client/pythonkubernetes-client का अवतार

    kubernetes-client/python

    7,605GitHub पर देखें↗

    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
    GitHub पर देखें↗7,605
  • symfony/processsymfony का अवतार

    symfony/process

    7,463GitHub पर देखें↗

    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
    GitHub पर देखें↗7,463
  • bup/bupbup का अवतार

    bup/bup

    7,324GitHub पर देखें↗

    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
    GitHub पर देखें↗7,324
  • knplabs/snappyKnpLabs का अवतार

    KnpLabs/snappy

    4,473GitHub पर देखें↗

    Snappy एक PHP लाइब्रेरी है जो wkhtmltopdf और wkhtmltoimage बाइनरी के लिए एक रैपर के रूप में कार्य करती है। यह HTML स्ट्रिंग्स और रिमोट URLs को PDF दस्तावेज़ों और इमेज स्नैपशॉट्स में बदलने के लिए एक यूटिलिटी सुइट प्रदान करती है। यह प्रोजेक्ट डाउनलोड करने योग्य या स्ट्रीम करने योग्य PDF के जनरेशन और वेब पेज थंबनेल के निर्माण को सक्षम बनाता है। यह कई अलग-अलग URLs को एक एकल एकीकृत PDF दस्तावेज़ में एग्रीगेट करने का समर्थन करता है। उपयोगकर्ता JavaScript निष्पादन, कुकी हैंडलिंग, बैकग्राउंड रिमूवल और कस्टम स्टाइलशीट एप्लिकेशन के लिए कॉन्फ़िगरेशन सेटिंग्स के माध्यम से दस्तावेज़ आउटपुट को एडजस्ट कर सकते हैं।

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

    PHP
    GitHub पर देखें↗4,473
  • sshnet/ssh.netsshnet का अवतार

    sshnet/SSH.NET

    4,310GitHub पर देखें↗

    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
    GitHub पर देखें↗4,310
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheethackerschoice का अवतार

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

    3,853GitHub पर देखें↗

    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
    GitHub पर देखें↗3,853
  • jedisct1/piknikjedisct1 का अवतार

    jedisct1/piknik

    2,510GitHub पर देखें↗

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

सब-टैग एक्सप्लोर करें

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