4 रिपॉजिटरी
Automated server-side tasks triggered after a file has been successfully uploaded.
Distinct from Server-Side File Readers: Shortlist candidates focus on reading files or runtimes; this is about the workflow of post-upload tasks like virus scanning.
Explore 4 awesome GitHub repositories matching devops & infrastructure · Post-Upload Processing. Refine with filters or upvote what's useful.
Uppy is a modular web file upload framework designed for building browser-based uploaders. It functions as a resumable upload client and a system for integrating file uploads from a browser to backend servers or cloud storage. The project provides a headless UI upload component, offering logic hooks and headless elements that allow for the development of custom upload interfaces. It also serves as a cloud storage file importer, utilizing OAuth flows to authenticate and import files directly from remote providers, and as a browser-based media capture tool for uploading images or video clips fr
Supports post-upload tasks such as virus scanning, facial recognition, or video encoding via backend services.
EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru
Performs post-upload tasks such as thumbnail generation and metadata extraction on media files.
Uploadthing वेब एप्लिकेशन में फाइल अपलोड को एकीकृत करने के लिए एक टूल है, जो सर्वरलेस फाइल हैंडलिंग के माध्यम से फाइलों को स्वीकार करने और स्टोर करने के लिए एक प्रणाली प्रदान करता है। यह बैकएंड एंडपॉइंट बनाने से लेकर कंटेंट डिलीवरी नेटवर्क के माध्यम से सामग्री वितरित करने तक, एंड-टू-एंड अपलोड प्रक्रिया का प्रबंधन करता है। प्रोजेक्ट क्लाइंट्स को सीधे क्लाउड स्टोरेज में फाइलें अपलोड करने की अनुमति देने के लिए एक प्रीसाइंड URL वर्कफ़्लो का उपयोग करता है, जिससे सर्वर इनग्रेस कम हो जाता है। इसमें फाइल प्रकारों और आकारों पर बाधाओं को लागू करने के लिए एक रूट-आधारित सत्यापन प्रणाली है, साथ ही अनुरोध प्राधिकरण और सुरक्षित पोस्ट-अपलोड कॉलबैक वेबहुक के लिए मिडलवेयर भी है। प्लेटफॉर्म फाइलों को नाम बदलने या हटाने के लिए क्लाउड स्टोरेज प्रबंधन और बड़े हस्तांतरण के लिए रिज़्यूमेबल अपलोड के कार्यान्वयन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह UI घटकों का एक सूट प्रदान करता है, जैसे अपलोड बटन और ड्रॉपज़ोन, जिन्हें कंपोजेबल हुक्स का उपयोग करके कस्टम इंटरफेस के साथ स्टाइल या बदला जा सकता है। सिस्टम को एज रनटाइम्स और सर्वरलेस वातावरण में परिनियोजन के लिए डिज़ाइन किया गया है, जिसमें कॉन्फ़िगरेशन पर्यावरण चर के माध्यम से संभाला जाता है।
Triggers server-side logic and database updates via webhooks after successful file transfers.
Tusd is a server implementation of the open protocol for resumable file uploads over HTTP. It functions as a gateway that streams incoming data directly to local disk or remote object storage backends, ensuring that large files can be processed without exhausting system memory. The server is designed as a modular package that can be embedded directly into existing applications, allowing developers to integrate file transfer capabilities without requiring external service dependencies. It maintains persistent state for all active transfers, enabling clients to pause and resume uploads from the
Triggers external validation and post-processing tasks during the file upload lifecycle.