4 repository-uri
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 este un instrument pentru integrarea upload-urilor de fișiere în aplicații web, oferind un sistem pentru a accepta și stoca fișiere prin gestionarea serverless a fișierelor. Gestionează procesul de upload end-to-end, de la crearea endpoint-urilor de backend până la livrarea conținutului printr-o rețea de livrare a conținutului (CDN). Proiectul utilizează un flux de lucru cu URL-uri presemnate pentru a permite clienților să încarce fișiere direct în cloud storage, reducând traficul către server. Dispune de un sistem de validare bazat pe rute pentru a impune constrângeri privind tipurile și dimensiunile fișierelor, alături de middleware pentru autorizarea request-urilor și webhooks securizate de callback post-upload. Platforma acoperă o gamă largă de capabilități, inclusiv gestionarea stocării în cloud pentru redenumirea sau ștergerea fișierelor și implementarea upload-urilor reluabile pentru transferuri mari. Oferă o suită de componente UI, cum ar fi butoane de upload și dropzone-uri, care pot fi stilizate sau înlocuite cu interfețe personalizate folosind hook-uri compozabile. Sistemul este conceput pentru deployment în medii edge și serverless, cu configurarea gestionată prin variabile de mediu.
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.