4 个仓库
Selecting and reordering columns from a source to match the target destination schema.
Distinct from CSV Column Reorderers: Candidates are limited to CSV files or UI-based reordering; this is a general ETL schema mapping capability.
Explore 4 awesome GitHub repositories matching data & databases · Schema Column Mapping. Refine with filters or upvote what's useful.
DataX is a distributed data integration framework and plugin-based ETL tool designed for synchronizing large datasets between heterogeneous sources and destinations. It functions as a JDBC data migration engine and offline synchronization tool, enabling the movement of data between relational databases, NoSQL stores, and object storage. The system utilizes a plugin-based connector architecture that decouples reader and writer logic, allowing it to map and transform data types across different storage engines using a standardized internal representation. This design supports heterogeneous data
Selects specific columns for import and rearranges their order to align with the destination schema.
This project is a collection of big data frameworks and pipelines, including an Apache Hive analysis framework, a behavioral data analytics platform, a predictive analytics engine, and real-time data pipelines. It provides the infrastructure for building Extract, Transform, Load (ETL) workflows to process large datasets for distributed storage and SQL-based analysis. The system supports diverse analytical implementations, such as a predictive engine using linear regression for value forecasting and a real-time architecture that moves data through message brokers for immediate reporting. It in
Imports cleaned CSV files into a distributed SQL engine by mapping source columns to predefined table schemas.
h2o-llmstudio 是一个语言模型训练框架,提供了一个用于在自定义数据集上微调大型语言模型的无代码图形界面。它作为一个专门的工具,用于管理训练生命周期,从配置超参数到监控性能指标。 该项目通过一个多 GPU 训练编排器脱颖而出,该编排器通过数据并行处理分发工作负载,并提供了一个用于内存高效微调的低秩适应(LoRA)工具。它还包括一个模型评估仪表板,具有交互式聊天界面,以验证对话性能和响应质量。 该平台涵盖了广泛的功能面,包括带有模式映射的数据集准备、用于减少内存占用的模型量化,以及用于比较训练运行的实验管理。它还提供了用于本地模型导出和发布到社区模型中心的实用程序。 该系统包括一个用于触发实验和在自动化工作流中管理输出文件的命令行界面。
Provides a system for defining training data schemas and mapping dataset columns to conversational roles.
ingestr is a command-line tool for copying and syncing data between different database engines and third-party platforms without writing custom code. It functions as an ETL pipeline utility that extracts data from diverse sources and loads it into destinations. The tool features a schema-agnostic data loader that maps source fields to destination columns dynamically, removing the need for predefined static table definitions. It also operates as an incremental data synchronizer, updating destination tables by appending new records or merging changes to maintain current datasets. The system pr
Dynamically maps source fields to destination columns during data transfer between disparate systems.