awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

202 个仓库

Awesome GitHub RepositoriesData Import and Export

Utilities for moving data into and out of systems using standard formats.

Distinguishing note: Focuses on the migration of records rather than the underlying database engine or schema definition.

Explore 202 awesome GitHub repositories matching data & databases · Data Import and Export. Refine with filters or upvote what's useful.

Awesome Data Import and Export GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • awesome-selfhosted/awesome-selfhostedawesome-selfhosted 的头像

    awesome-selfhosted/awesome-selfhosted

    299,516在 GitHub 上查看↗

    这是一个由社区策划的开源软件目录,专为在私有服务器环境和家庭实验室中部署而设计。它作为发现主流云服务独立自托管替代方案的综合资源,使用户能够保持对数字基础设施的完全数据所有权和控制权。 该目录通过层级分类法构建,将庞大的应用程序集合组织成逻辑类别,范围从媒体管理和数据分析到私有通信和团队生产力工具。它通过协作同行评审流程脱颖而出,社区成员验证每个提交的质量和相关性,以确保目录保持准确和可靠。 该项目涵盖了广泛的能力领域,包括基础设施自动化、基于容器的服务部署和声明式配置管理。这些工具协助用户维护可复现的服务器环境,并管理私有硬件上的复杂服务依赖。 该目录作为版本控制仓库进行维护,确保所有更新和社区驱动的变更都是可追踪且透明的。

    Imports raw data and exports it into web-accessible formats to facilitate exploration and public sharing of information.

    awesomeawesome-listcloud
    在 GitHub 上查看↗299,516
  • twentyhq/twentytwentyhq 的头像

    twentyhq/twenty

    50,113在 GitHub 上查看↗

    Twenty is a headless customer relationship management framework that enables developers to build, version, and deploy custom business applications using code. By utilizing a declarative approach to data modeling, the platform allows for the definition of custom objects, fields, and complex relationships directly within the source code. This schema-driven architecture automatically generates corresponding REST and GraphQL APIs, ensuring that data structures and interface components remain synchronized across development and production environments. The platform distinguishes itself through a m

    Import or export data using standard file formats or programmatic interfaces to ensure your information remains portable and easy to move between different systems as needed.

    TypeScriptcrmcrm-systemcustomer
    在 GitHub 上查看↗50,113
  • danny-avila/chatgpt-clonedanny-avila 的头像

    danny-avila/chatgpt-clone

    39,320在 GitHub 上查看↗

    This project is a self-hosted large language model chat interface and AI model aggregator. It provides a unified web environment for interacting with multiple AI providers and local models, acting as a provider-agnostic API gateway to standardize requests across different endpoints. The platform functions as an agentic AI framework and generative UI workspace, enabling the construction of specialized assistants with custom instructions and subagents. It features a sandboxed code interpreter for secure execution of multiple programming languages and a generative UI system that renders interact

    Provides utilities to export chat records into formats such as markdown, JSON, and text.

    TypeScript
    在 GitHub 上查看↗39,320
  • zadam/triliumzadam 的头像

    zadam/trilium

    36,595在 GitHub 上查看↗

    Trilium is a hierarchical personal knowledge base and digital garden tool designed to organize information into a tree of linked nodes. It functions as a JavaScript programmable wiki and a self-hosted note server, allowing users to maintain a private database of documents synchronized across multiple devices. The platform distinguishes itself through an embedded scripting engine for automating tasks and a REST API that exposes internal data and actions to external tools. Users can further extend the system by modifying the user interface layout and styling through a custom theme engine. The

    Supports moving notes in and out of the system using standard Markdown and Evernote file formats.

    TypeScript
    在 GitHub 上查看↗36,595
  • alibaba/easyexcelalibaba 的头像

    alibaba/easyexcel

    33,703在 GitHub 上查看↗

    EasyExcel is a Java processing library designed for reading and writing XLS, XLSX, and CSV files. It functions as a memory-efficient spreadsheet parser, an object-relational mapper that binds spreadsheet columns to Java class fields, and a stream-based exporter for handling high-volume data. The library distinguishes itself through a streaming model that processes large files row-by-row via listeners to prevent heap memory overflow. It also operates as a template engine, allowing the population of predefined spreadsheet files with dynamic data while preserving original layouts and styles. Br

    Facilitates importing and exporting data using Excel and CSV formats while mapping to Java objects.

    Javaexceljavajxl
    在 GitHub 上查看↗33,703
  • chanzhaoyu/chatgpt-webChanzhaoyu 的头像

    Chanzhaoyu/chatgpt-web

    31,602在 GitHub 上查看↗

    This project is a self-hosted AI frontend and web-based chat interface designed to interact with large language model APIs. It functions as an API-based chat client and dashboard that enables users to send prompts and receive responses from generative AI models. The application serves as a self-hosted AI gateway, providing API key proxying to connect official model keys to a web interface. It includes security and traffic controls, such as interface access restrictions via a shared secret key and request volume limiting to prevent service abuse. The system covers conversation data management

    Provides tools to import and export conversation history to move data in and out of the system.

    Vue
    在 GitHub 上查看↗31,602
  • freecad/freecadFreeCAD 的头像

    FreeCAD/FreeCAD

    31,553在 GitHub 上查看↗

    FreeCAD is an open-source engineering design suite designed for parametric 3D modeling, architectural planning, and mechanical assembly. It functions as a professional-grade platform that utilizes history-based operations to allow for non-destructive design updates, enabling users to construct complex geometry through a sequence of constrained sketches and solid operations. The platform distinguishes itself through a highly modular, workbench-based architecture that allows users to tailor the interface and toolsets to specific engineering domains. It features deep Python integration, which se

    Reads and writes industry-standard file formats to facilitate data exchange across diverse engineering environments.

    C++3d3d-printingarchitecture
    在 GitHub 上查看↗31,553
  • kangax/fabric.jskangax 的头像

    kangax/fabric.js

    31,236在 GitHub 上查看↗

    Fabric.js is an HTML5 canvas library and interactive vector graphics engine. It provides an object-oriented model for creating, manipulating, and animating 2D shapes and interactive graphics on a web page. The project functions as an SVG to canvas parser, translating SVG data into interactive canvas objects and exporting canvas states back into SVG format. It also serves as a canvas image processing tool for applying filters, gradients, patterns, and brush strokes to visual elements. The library covers programmatic vector manipulation, including the ability to scale, rotate, skew, and group

    Supports exporting canvas content to JPG, PNG, JSON, and SVG formats to preserve visual data.

    TypeScript
    在 GitHub 上查看↗31,236
  • ankitects/ankiankitects 的头像

    ankitects/anki

    28,571在 GitHub 上查看↗

    Anki is a cross-platform flashcard management system designed to optimize long-term memory retention through spaced-repetition learning. It functions as a digital learning assistant that uses active recall practice and automated scheduling algorithms to determine the ideal timing for card reviews based on individual performance history. The core system relies on a local relational database to ensure data persistence and portability, while supporting complex study workflows through flexible note-type schema modeling and template-driven content rendering. The platform distinguishes itself throu

    Packages entire datasets and associated media into portable files for migration or backup.

    Rust
    在 GitHub 上查看↗28,571
  • lenve/vhrlenve 的头像

    lenve/vhr

    28,090在 GitHub 上查看↗

    This project is a human resources management system built using Spring Boot and Vue. It serves as a platform for managing employee records, professional titles, and organizational hierarchies. The system features a role-based access control framework that maps users to specific roles and resources to secure API endpoints and user interface elements. It includes a real-time communication hub utilizing WebSockets for internal corporate chat and system notifications, as well as a dedicated manager for defining and modifying nested organizational department structures. Additional capabilities co

    Generates downloadable spreadsheets by writing structured data to streams in Excel format.

    Java
    在 GitHub 上查看↗28,090
  • ottermind/chat2dbOtterMind 的头像

    OtterMind/Chat2DB

    25,784在 GitHub 上查看↗

    Chat2DB is an AI-powered SQL client and multi-database GUI manager designed for managing various relational and NoSQL database systems. It serves as a visual database management tool and a natural language to SQL interface, allowing users to convert plain text descriptions into executable and optimized queries. The platform distinguishes itself through automated business intelligence capabilities, which include the generation of real-time data visualization dashboards and AI-driven data analysis from spreadsheets. To ensure data privacy, it supports secure local AI deployment, enabling large

    Allows moving data between databases and external formats like CSV and JSON using visual mapping.

    Javaaibichatgpt
    在 GitHub 上查看↗25,784
  • monicahq/monicamonicahq 的头像

    monicahq/monica

    24,781在 GitHub 上查看↗

    Monica is a self-hosted personal relationship manager and CRM designed to track personal and professional connections. It functions as a contact management system and personal information manager, providing a centralized repository for detailed contact profiles, interaction logs, and relationship history. The system distinguishes itself by focusing on the nuances of personal connections, including gift cataloging, debt tracking, and personal journaling. It features a time-triggered notification system for scheduling contact reminders, such as birthdays and follow-up intervals. Broad capabili

    Allows moving system information in and out using standard formats like vCards.

    PHP
    在 GitHub 上查看↗24,781
  • kovidgoyal/calibrekovidgoyal 的头像

    kovidgoyal/calibre

    24,146在 GitHub 上查看↗

    Calibre is a comprehensive suite for digital library management, serving as a centralized hub for organizing, converting, and editing e-book collections. It functions as a multi-purpose platform that combines a relational database for metadata tracking with a powerful processing engine capable of transforming document formats and restructuring internal markup. Beyond local management, the software acts as a content server, enabling users to host their libraries over a network for remote access and reading via standard web browsers. The project distinguishes itself through its deep extensibili

    Imports books from folders or archives while automatically extracting metadata.

    Pythoncalibreebookebook-formats
    在 GitHub 上查看↗24,146
  • processing/p5.jsprocessing 的头像

    processing/p5.js

    23,758在 GitHub 上查看↗

    p5.js is a JavaScript creative coding library and generative art framework. It serves as a web-based graphics engine and a high-level HTML5 Canvas wrapper designed to produce algorithmic imagery and responsive audio-visual experiences. The project provides a simplified sketching API for rendering 2D and 3D graphics directly in a web browser. It enables the creation of interactive animations, generative art, and digital experiences that respond to user input. The library covers a range of applications including interactive data visualization, browser-based multimedia art, and educational prog

    Provides the primitives necessary to turn complex data sets into interactive visual graphics and real-time animations.

    JavaScript
    在 GitHub 上查看↗23,758
  • notable/notablenotable 的头像

    notable/notable

    23,516在 GitHub 上查看↗

    Notable is a local-first markdown note-taking application designed for managing personal knowledge bases. It functions as a document management system that stores all notes and attachments as plain text files directly on the local disk, ensuring data ownership and compatibility with external file-system tools. The application prioritizes a keyboard-centric workflow, utilizing a command-palette-driven interface to facilitate rapid navigation and content manipulation. It provides a distraction-free writing environment that allows users to hide interface elements, helping to maintain focus while

    Facilitates migrating libraries and converting content into standard formats for improved data portability.

    cross-platformelectronlinux
    在 GitHub 上查看↗23,516
  • pubkey/rxdbpubkey 的头像

    pubkey/rxdb

    23,048在 GitHub 上查看↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    Serializes the entire database state into a format for backups or data migration and restores it back into the storage.

    TypeScriptangularbrowser-databasecouchdb
    在 GitHub 上查看↗23,048
  • xiaojieonly/ehviewer_cn_sxjxiaojieonly 的头像

    xiaojieonly/Ehviewer_CN_SXJ

    22,475在 GitHub 上查看↗

    EhviewerCNSXJ is a specialized Android client designed for browsing, searching, and downloading image galleries from remote content platforms. It functions as a third-party interface that enables users to access external media collections through a native mobile experience, complete with persistent session management and offline viewing capabilities. The application distinguishes itself through integrated network configuration tools that allow users to bypass regional restrictions by customizing DNS and security protocols directly within the client. It also provides advanced content discove

    Enables exporting and importing saved item lists between users by generating unique codes that can be copied to the system clipboard.

    Candroidapkc
    在 GitHub 上查看↗22,475
  • redis/go-redisredis 的头像

    redis/go-redis

    22,159在 GitHub 上查看↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Provides utilities for transferring datasets between database instances to facilitate migration and maintenance.

    Gogogolangredis
    在 GitHub 上查看↗22,159
  • vectordotdev/vectorvectordotdev 的头像

    vectordotdev/vector

    22,071在 GitHub 上查看↗

    Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and traces across distributed infrastructure. It functions as a modular engine that decouples data ingestion from processing and transmission, utilizing a component-based architecture to connect diverse sources to multiple destinations. The project distinguishes itself through a focus on reliability and flow control. It implements backpressure-aware data movement to prevent data loss during traffic spikes and utilizes disk-backed event buffering to ensure durability during network

    Transmits logs, metrics, and traces to external systems using the standard OpenTelemetry Protocol.

    Rusteventsforwarderhacktoberfest
    在 GitHub 上查看↗22,071
  • beekeeper-studio/beekeeper-studiobeekeeper-studio 的头像

    beekeeper-studio/beekeeper-studio

    22,030在 GitHub 上查看↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    Triggers native database tools through a graphical interface to perform backup and restore operations.

    TypeScriptbigquerycassandracockroachdb
    在 GitHub 上查看↗22,030
上一个123456…11下一个
  1. Home
  2. Data & Databases
  3. Data Import and Export

探索子标签

  • Bulk Data Migrations1 个子标签Utilities for importing and exporting large datasets for backups or external integrations. **Distinct from Inventory Data Migration:** Covers general bulk data movement rather than just inventory-specific records.
  • CMS Data ImportersUtilities for migrating content, posts, and categories from one publishing platform to another. **Distinct from Category Data Migration:** Distinct from category-only migration by covering the transfer of full posts and associated content.
  • Canvas Data ExportsUtilities for exporting canvas scenes into raster and vector image formats. **Distinct from Data Import and Export:** Specializes in graphical canvas exports (JPG, PNG, SVG) rather than generic business data migration.
  • Category Data MigrationBulk importing and exporting of item group and category definitions. **Distinct from Data Import and Export:** Focuses on the hierarchical group definitions of items rather than the items themselves.
  • Collection Exports9 个子标签Utilities for packaging entire datasets and associated media into portable files for migration or backup. **Distinct from Data Import and Export:** Distinct from general data import/export: focuses on full-collection archival and migration rather than individual record manipulation.
  • Compressed Collection Importers3 个子标签Tools for importing bundled collections of data and media assets from external sources. **Distinct from Data Import and Export:** Distinct from Data Import and Export: focuses on the restoration of full, compressed collections rather than simple record migration.
  • Content SynchronizersTools for synchronizing specific content types between remote sources and local application models. **Distinct from WordPress Content Migrations:** Distinct from Migrations: focuses on live application state synchronization rather than one-off migration.
  • Flow Diagram SerializationsSerializes the entire diagram to JSON and restores it later from the same format. **Distinct from Data Import and Export:** Distinct from Data Import and Export: focuses on serializing and restoring flow diagram structures, not general data migration.
  • Interactive Data Visualizations1 个子标签Displaying interactive charts and tables with capabilities to import, export, and download data in various formats. **Distinct from Data Import and Export:** Distinct from Data Import and Export: focuses on the visualization aspect with import/export as supporting features, not just data migration.
  • Inventory Data MigrationBulk importing and exporting of product and service catalog records. **Distinct from Data Import and Export:** Focuses specifically on inventory items, whereas general Data Import and Export is a broader utility.
  • ORC ParsersUtilities for importing and exporting Optimized Row Columnar (ORC) files. **Distinct from Data Import and Export:** Specific to ORC format, whereas Data Import and Export is a general utility for various formats.
  • OTLP Exporters2 个子标签Utilities for transmitting telemetry data using the OpenTelemetry Protocol. **Distinct from Data Import and Export:** Distinct from Data Import and Export: focuses specifically on the OTLP standard for observability data.
  • Pipeline Configuration Export and Import4 个子标签Exports and imports pipeline configurations and monitoring setups for backup or migration between instances. **Distinct from Data Import and Export:** Distinct from Data Import and Export: focuses on pipeline configuration portability, not general data migration.
  • Plugin Migration GuidesMaps WordPress hooks, filters, and APIs to CMS equivalents for porting plugin functionality. **Distinct from WordPress Content Migrations:** Distinct from WordPress Content Migrations: focuses on plugin code migration, not content data transfer.
  • Query Metadata SnapshotsUtilities for exporting and importing query execution snapshots for offline analysis. **Distinct from Data Import and Export:** Distinct from general data import/export: focuses on query execution metadata rather than raw data records.
  • Storage Content SynchronizationTools for mirroring content between filesystems or buckets by identifying and copying missing or changed objects. **Distinct from Content Synchronizers:** Focuses on object storage bucket mirroring rather than synchronizing application models or website pages.
  • Tabular Data Exports1 个子标签Utilities for exporting structured data into delimited text formats while preserving rich content formatting. **Distinct from Data Import and Export:** Distinct from Data Import and Export: focuses on the specific capability of exporting notes to tab-separated text files for later re-importing.
  • Tool-Specific Import MappingsImports customer data from specific external invoicing software, supporting multiple language exports. **Distinct from Data Import and Export:** Distinct from Data Import and Export: provides pre-built mappings for specific external tools like Grandtotal, not general data import/export.
  • WordPress Content Migrations4 个子标签Tools for transferring WordPress-specific content such as posts, pages, and media between installations. **Distinct from Data Import and Export:** Distinct from generic Data Import and Export: focuses on WordPress content types and formats including XML-based export and import.
  • Workspace Layout PortabilityCapabilities for importing and exporting the spatial configuration of a virtual workspace via structured files. **Distinct from Pipeline Configuration Export and Import:** Focuses on virtual office layout synchronization rather than data pipeline or search query portability.
  • XLSX PortabilitySpecialized data import and export using the XLSX format for interoperability with desktop software. **Distinct from Data Import and Export:** Focuses specifically on the XLSX standard for spreadsheet portability rather than general data migration