awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesFile Source Integrations

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.

Awesome File Source Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • transloadit/uppyالصورة الرمزية لـ transloadit

    transloadit/uppy

    30,825عرض على GitHub↗

    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.

    TypeScriptdropboxencodingfile-uploader
    عرض على GitHub↗30,825
  • requestly/requestlyالصورة الرمزية لـ requestly

    requestly/requestly

    6,341عرض على GitHub↗

    Downloads the tool exclusively on desktop PCs after email verification, restricting mobile and tablet access.

    TypeScriptapiapi-clientapi-mock
    عرض على GitHub↗6,341
  • dimitri/pgloaderالصورة الرمزية لـ dimitri

    dimitri/pgloader

    6,295عرض على GitHub↗

    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.

    Common Lispclozure-clcommon-lispcsv
    عرض على GitHub↗6,295
  • tucnak/telebotالصورة الرمزية لـ tucnak

    tucnak/telebot

    4,565عرض على GitHub↗

    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.

    Go
    عرض على GitHub↗4,565
  1. Home
  2. Web Development
  3. File Source Integrations

استكشف الوسوم الفرعية

  • HTTP Source DownloadsDownloads source files or archives from HTTP URLs before loading them into a database. **Distinct from File Source Integrations:** Distinct from File Source Integrations: focuses specifically on HTTP-based file retrieval, not general file source integrations.
  • Unified File BuffersA system that coordinates file uploads from heterogeneous sources like disks, URLs, and memory buffers. **Distinct from File Source Integrations:** Focuses on the abstraction of file sources for API transmission, whereas generic source integration is about plugin acquisition.