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

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

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

Open-source alternatives to PigPen

30 open-source projects similar to netflix/pigpen, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best PigPen alternative.

  • twitter/summingbirdtwitter 的头像

    twitter/summingbird

    2,125在 GitHub 上查看↗

    Streaming MapReduce with Scalding and Storm

    Scala
    在 GitHub 上查看↗2,125
  • addthis/hydraaddthis 的头像

    addthis/hydra

    436在 GitHub 上查看↗
    Java
    在 GitHub 上查看↗436
  • alanmarazzi/pantheraalanmarazzi 的头像

    alanmarazzi/panthera

    191在 GitHub 上查看↗

    Data-frames & arrays on Clojure

    Clojure
    在 GitHub 上查看↗191
  • apache/beamapache 的头像

    apache/beam

    8,612在 GitHub 上查看↗

    Apache Beam is a distributed data pipeline framework and unified data processing model designed to handle both bounded batch data and unbounded real-time streams. It provides a system for building scalable, data-parallel workflows that operate across compute clusters using a single programming model. The framework utilizes a cross-runner pipeline abstraction that decouples the data processing logic from the underlying execution backend, allowing the same pipeline to run on different distributed compute engines. It supports multi-language pipeline development by translating high-level code fro

    Java
    在 GitHub 上查看↗8,612
  • aws/aws-sdk-pandasaws 的头像

    aws/aws-sdk-pandas

    4,107在 GitHub 上查看↗

    aws-sdk-pandas is a Python library that integrates pandas dataframes with AWS services, acting as a cloud data ETL tool and data lake connector. It provides a unified interface to move and transform data between in-memory dataframes and cloud storage, databases, and data warehouses. The project distinguishes itself as a distributed compute orchestrator capable of submitting pandas-based workloads to EMR clusters and serverless processing environments. It further specializes in coordinating distributed data processing via Ray cluster initialization to handle datasets that exceed the memory of

    Pythonamazon-athenaamazon-sagemaker-notebookapache-arrow
    在 GitHub 上查看↗4,107

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • bididi-badidi/fyp-data-analysis-with-llmbididi-badidi 的头像

    bididi-badidi/FYP-Data-Analysis-With-LLM

    10在 GitHub 上查看↗

    Human interpretation of data is inherently susceptible to cognitive biases. While Large Language Models (LLMs) act as automated data analysts, they often mirror user biases or training artifacts. This project introduces a "Bias-Contrastive" Agentic Framework that goes beyond simple text analysis.

    Python
    在 GitHub 上查看↗10
  • bkirwi/coastbkirwi 的头像

    bkirwi/coast

    60在 GitHub 上查看↗

    Experiments in Streaming

    Scala
    在 GitHub 上查看↗60
  • cdslaborg/paramontecdslaborg 的头像

    cdslaborg/paramonte

    305在 GitHub 上查看↗

    ParaMonte: Parallel Monte Carlo and Machine Learning Library for Python, MATLAB, Fortran, C++, C.

    Fortran
    在 GitHub 上查看↗305
  • damballa/parkourdamballa 的头像

    damballa/parkour

    255在 GitHub 上查看↗

    Hadoop MapReduce in idiomatic Clojure.

    Clojure
    在 GitHub 上查看↗255
  • data-centric-ai-community/fg-data-profilingData-Centric-AI-Community 的头像

    Data-Centric-AI-Community/fg-data-profiling

    13,609在 GitHub 上查看↗

    This project is a data profiling and exploratory data analysis tool designed to generate automated quality reports for Pandas and Spark dataframes. It serves as a system for computing descriptive statistics, identifying correlations, and analyzing univariate and multivariate data patterns. The tool provides specialized capabilities for comparing different versions of datasets to identify changes in data quality and distributions. It includes a dedicated profiler for time-dependent data to extract statistical information such as seasonality and auto-correlation. The software covers a broad an

    Python
    在 GitHub 上查看↗13,609
  • datasalt/pangooldatasalt 的头像

    datasalt/pangool

    57在 GitHub 上查看↗

    Tuple MapReduce for Hadoop: Hadoop API made easy

    Java
    在 GitHub 上查看↗57
  • desbordante/desbordante-coreDesbordante 的头像

    Desbordante/desbordante-core

    484在 GitHub 上查看↗

    Desbordante is a high-performance data profiler that is capable of discovering many different patterns in data using various algorithms. It also allows to run data cleaning scenarios using these algorithms. Desbordante has a console version and an easy-to-use web application.

    C++anomaly-detectioncorrelationsdata-analytics
    在 GitHub 上查看↗484
  • espertechinc/esperespertechinc 的头像

    espertechinc/esper

    875在 GitHub 上查看↗

    Esper Complex Event Processing, Streaming SQL and Event Series Analysis

    Java
    在 GitHub 上查看↗875
  • generateme/fastmathgenerateme 的头像

    generateme/fastmath

    280在 GitHub 上查看↗

    Fast primitive based math library

    Clojure
    在 GitHub 上查看↗280
  • go-gota/gotago-gota 的头像

    go-gota/gota

    3,271在 GitHub 上查看↗

    Gota: DataFrames and data wrangling in Go (Golang)

    Go
    在 GitHub 上查看↗3,271
  • gonum/gonumgonum 的头像

    gonum/gonum

    8,316在 GitHub 上查看↗

    Gonum is a numerical computing library for the Go programming language, providing a collection of packages for scientific computing, linear algebra, statistics, and optimization. It functions as a framework for performing complex numerical computations and solving systems of linear equations. The project includes a dedicated graph analysis framework for modeling network graphs and solving connectivity and pathfinding problems. It also provides a statistical analysis toolkit for computing descriptive and inferential statistics and estimating mixture entropy. The library's capability surface c

    Godata-analysisgogolang
    在 GitHub 上查看↗8,316
  • ibis-project/ibisibis-project 的头像

    ibis-project/ibis

    6,574在 GitHub 上查看↗

    Ibis is a portable Python dataframe library and multi-backend query engine that provides a unified interface for executing data transformations across diverse compute engines. It functions as a Python SQL expression compiler and dialect transpiler, allowing users to define data logic once and execute it across cloud warehouses, embedded databases, and distributed clusters without rewriting code. The project distinguishes itself through a database backend abstraction that decouples transformation logic from the underlying execution engine. It enables polyglot data workflows by mixing raw SQL s

    Pythonbigqueryclickhousedatabase
    在 GitHub 上查看↗6,574
  • ibmstreams/streamsx.topologyIBMStreams 的头像

    IBMStreams/streamsx.topology

    29在 GitHub 上查看↗

    Develop streaming applications for IBM Streams in Python, Java & Scala.

    Java
    在 GitHub 上查看↗29
  • kalyanmurapaka45/article-web-scrapingKalyanMurapaka45 的头像

    KalyanMurapaka45/Article-Web-Scraping

    21在 GitHub 上查看↗

    This Python script is designed to scrape articles from The Guardian's technology section using their API. It fetches article data, extracts the titles and content, and then saves each article's content to separate text files. The text files are organized in a folder named with the current date…

    Jupyter Notebook
    在 GitHub 上查看↗21
  • kalyanmurapaka45/e-commerce-data-analysisK

    KalyanMurapaka45/E-Commerce-Data-Analysis

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • kalyanmurapaka45/end-to-end-image-scrapingKalyanMurapaka45 的头像

    KalyanMurapaka45/End-to-End-Image-Scraping

    14在 GitHub 上查看↗

    The "Image Scraper" is a Flask web application that allows users to search for images on Google and download them directly to their local machines. The project leverages web scraping techniques to fetch the image URLs from Google search results and then download the images to a specified directory.

    Jupyter Notebook
    在 GitHub 上查看↗14
  • kalyanmurapaka45/indian-restaurants-data-analysisKalyanMurapaka45 的头像

    KalyanMurapaka45/Indian-Restaurants-Data-Analysis

    8在 GitHub 上查看↗

    This repository contains a Power BI data analysis project on Indian restaurants, enabling you to delve into restaurant data, customer preferences, and regional trends.

    在 GitHub 上查看↗8
  • kalyanmurapaka45/virat-kohli-score-analyticsKalyanMurapaka45 的头像

    KalyanMurapaka45/Virat-Kohli-Score-Analytics

    12在 GitHub 上查看↗

    This project leverages Power BI to create a dynamic and visually appealing analytics dashboard focused on the cricket performances of the legendary Virat Kohli. Gain insights into his batting trends, run-scoring patterns, and statistical analysis over time.

    在 GitHub 上查看↗12
  • khanhnamle1994/spotify-artists-analysisK

    khanhnamle1994/spotify-artists-analysis

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • khanhnamle1994/world-cup-2018K

    khanhnamle1994/world-cup-2018

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • marcelotto/jsonld-exmarcelotto 的头像

    marcelotto/jsonld-ex

    84在 GitHub 上查看↗

    An implementation of JSON-LD for Elixir

    Elixir
    在 GitHub 上查看↗84
  • marcelotto/rdf-exmarcelotto 的头像

    marcelotto/rdf-ex

    125在 GitHub 上查看↗

    An implementation of RDF for Elixir

    Elixir
    在 GitHub 上查看↗125
  • marcelotto/sparql-exmarcelotto 的头像

    marcelotto/sparql-ex

    44在 GitHub 上查看↗

    An implementation of SPARQL for Elixir

    Elixir
    在 GitHub 上查看↗44
  • mastodonc/kixi.statsMastodonC 的头像

    MastodonC/kixi.stats

    368在 GitHub 上查看↗

    A library of statistical distribution sampling and transducing functions

    Clojure
    在 GitHub 上查看↗368
  • modin-project/modinmodin-project 的头像

    modin-project/modin

    10,389在 GitHub 上查看↗

    Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that exceed system memory. It functions as a distributed computing framework that parallelizes data manipulation tasks across multiple CPU cores or clusters to increase throughput and avoid memory errors. The project mirrors the Pandas API, allowing for the distribution of data workflows without changing core code logic. It utilizes a pluggable backend interface, which enables users to switch between different distributed execution engines to optimize performance based on available h

    Pythonanalyticsdata-sciencedataframe
    在 GitHub 上查看↗10,389