Skip to content
View caseybrown89's full-sized avatar

Block or report caseybrown89

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. airflow airflow Public

    Forked from apache/airflow

    Airflow is a system to programmatically author, schedule and monitor data pipelines.

    Python

  2. ethereum-etl ethereum-etl Public

    Forked from blockchain-etl/ethereum-etl

    Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in…

    Python

  3. sql-migrate sql-migrate Public

    Forked from rubenv/sql-migrate

    SQL schema migration tool for Go.

    Go

  4. transaction_scraper transaction_scraper Public

    Scrape transactions from HTML

    Python

  5. delta-io/kafka-delta-ingest delta-io/kafka-delta-ingest Public

    A highly efficient daemon for streaming data from Kafka into Delta Lake

    Rust 354 77

  6. Spark Parquet Spark Parquet
    1
    import java.io.Serializable;
    2
    
    
    3
    import org.apache.spark.api.java.JavaRDD;
    4
    import org.apache.spark.api.java.function.Function;
    5
    import org.apache.spark.sql.Dataset;