4 Repos
Plugins and interfaces for acquiring files from diverse sources such as local disks, webcams, and cloud providers.
Distinguishing note: No candidate covers the general concept of aggregating files from multiple heterogeneous sources into a web app.
Explore 4 awesome GitHub repositories matching web development · File Source Integrations. 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
Allows importing files from local storage, webcams, and cloud providers into a centralized queue.
Downloads the tool exclusively on desktop PCs after email verification, restricting mobile and tablet access.
pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos
Downloads source files or archives from HTTP URLs before loading them into PostgreSQL.
Telebot is a framework for building interactive bots using the Telegram Bot API. It provides a type-safe API wrapper and an asynchronous event handler to manage messages, commands, and user interactions. The project features a middleware-based request interception system and pattern-based event routing to map triggers to custom logic. It includes a dedicated inline query engine for generating real-time suggested results and an interactive keyboard builder for creating custom reply and inline buttons. The framework covers a broad range of capabilities, including rich media management for albu
Coordinates the upload of files sourced from local disks, remote URLs, or memory buffers.