2 个仓库
Tools for generating and retrieving incremented sequence values for use in data processing.
Distinguishing note: Specifically for ETL row identification and sequencing, which is not covered by rhythmic or AI sequence candidates.
Explore 2 awesome GitHub repositories matching data & databases · Sequence Value Generators. Refine with filters or upvote what's useful.
Pentaho Kettle 是一个企业级 ETL 数据集成平台,旨在在不同源和目标数据库之间提取、转换和加载数据。它充当元数据驱动的编排器,利用可视化工作流设计器来创建和管理复杂的数据任务序列和转换管道。 该系统的特点是其分布式数据处理引擎,可在服务器节点集群上执行工作负载以提高吞吐量。它采用基于插件的架构,允许通过外部 JAR 文件扩展平台,以提供与各种数据库和云服务的连接。 该平台涵盖了广泛的数据集成功能,包括批量加载、远程文件管理和数据结构转换。它提供用于数据质量验证、管道自动化和作业生命周期管理的工具,以及用于跟踪服务器健康状况和实时执行状态的监控实用程序。
Retrieves incremented sequence values from named sequences for use in bulk data processing tasks.
MoreLINQ is a functional programming toolkit for .NET that provides a comprehensive collection of extension methods for LINQ to Objects. It enables declarative data transformation and sequence manipulation by extending standard collection interfaces with operators that support lazy evaluation and functional composition. By leveraging the iterator pattern, the library allows for efficient, streaming-based processing of data sets while maintaining strong type safety through generic constraints. The library distinguishes itself by offering advanced capabilities for structural manipulation and co
Create new sequences by invoking generator functions or mapping values based on their index to build collections dynamically.