2 repository-uri
Data flows through a chain of DataFrames where each step adds computed columns without mutating the source.
Distinct from Dataframe Processing: Distinct from Dataframe Processing: emphasizes immutable, pipeline-style transformations rather than general programmatic manipulation.
Explore 2 awesome GitHub repositories matching data & databases · Immutable Transformation Pipelines. Refine with filters or upvote what's useful.
Pixie is an open-source observability platform for Kubernetes that uses eBPF to automatically capture telemetry data from clusters without requiring any manual instrumentation or code changes. It functions as an eBPF telemetry collector, a continuous application profiler, a network traffic analyzer, and a scriptable telemetry query engine, all within a single Kubernetes-native tool. The platform distinguishes itself through several integrated capabilities. It continuously samples stack traces from compiled-language code to identify CPU performance bottlenecks, visualizing the results as inter
Processes telemetry data through a chain of immutable dataframe operations with automatic optimization.
The FinanceToolkit is an open-source Python library for quantitative finance that provides a unified framework for financial analysis, asset valuation, and risk management. It serves as a comprehensive platform for computing over 200 financial metrics and ratios, with capabilities spanning financial ratio analysis, fixed income analytics, macroeconomic data aggregation, options pricing, and portfolio risk management. The toolkit distinguishes itself through a modular architecture that separates data retrieval from computation, with stateless engines for financial models like Black-Scholes, GA
Ships an immutable DataFrame pipeline architecture for financial data transformations.