Skytrax-Data-Warehouse VS spark-fast-tests

Compare Skytrax-Data-Warehouse vs spark-fast-tests and see what are their differences.

Skytrax-Data-Warehouse

A full data warehouse infrastructure with ETL pipelines running inside docker on Apache Airflow for data orchestration, AWS Redshift for cloud data warehouse and Metabase to serve the needs of data visualizations such as analytical dashboards. (by iam-mhaseeb)

spark-fast-tests

Apache Spark testing helpers (dependency free & works with Scalatest, uTest, and MUnit) (by MrPowers)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Skytrax-Data-Warehouse spark-fast-tests
1 6
131 418
- -
0.0 0.0
about 4 years ago 3 months ago
Python Scala
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Skytrax-Data-Warehouse

Posts with mentions or reviews of Skytrax-Data-Warehouse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-16.
  • Open source contributions for a Data Engineer?
    17 projects | /r/dataengineering | 16 Apr 2021
    Always open to accept contributions to my project (Skytrax Data Warehouse). If you are into data stuff support my work at youtube as well (One Developer Pirate), I mostly make data-oriented videos. These days I'm making a SQL course from a data analysis perspective that is expected to release in next week.

spark-fast-tests

Posts with mentions or reviews of spark-fast-tests. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • Lakehouse architecture in Azure Synapse without Databricks?
    2 projects | /r/dataengineering | 13 Apr 2023
    I was a Databricks user for 5 years and spent 95% of my time developing Spark code in IDEs. See the spark-daria and spark-fast-tests projects as Scala examples. I developed internal libraries with all the business logic. The Databricks notebooks would consist of a few lines of code that would invoke a function in the proprietary Spark codebase. The proprietary Spark codebase would depend on the OSS libraries I developed in parallel.
  • Well designed scala/spark project
    4 projects | /r/scala | 15 Oct 2022
    https://github.com/MrPowers/spark-fast-tests https://github.com/97arushisharma/Scala_Practice/tree/master/BigData_Analysis_with_Scala_and_Spark/wikipedia
  • Unit & integration testing in Databricks
    3 projects | /r/dataengineering | 30 Apr 2022
    If the majority of your stuff is not UDF-based there is an OS solution to run assertion tests against full data frames called spark-fast-tests. The idea here is similar in that you have a it notebook that calls your actual notebook against a staged input reads the output and compares it to a prefabed expected output. This does take a bit of setup and trial and error but it’s the closest I’ve been able to get to proper automated regression testing in databricks
  • Show dataengineering: beavis, a library for unit testing Pandas/Dask code
    3 projects | /r/dataengineering | 9 Aug 2021
    I am the author of spark-fast-tests and chispa, libraries for unit testing Scala Spark / PySpark code.
  • Ask HN: What are some tools / libraries you built yourself?
    264 projects | news.ycombinator.com | 16 May 2021
    I built daria (https://github.com/MrPowers/spark-daria) to make it easier to write Spark and spark-fast-tests (https://github.com/MrPowers/spark-fast-tests) to provide a good testing workflow.

    quinn (https://github.com/MrPowers/quinn) and chispa (https://github.com/MrPowers/chispa) are the PySpark equivalents.

    Built bebe (https://github.com/MrPowers/bebe) to expose the Spark Catalyst expressions that aren't exposed to the Scala / Python APIs.

    Also build spark-sbt.g8 to create a Spark project with a single command: https://github.com/MrPowers/spark-sbt.g8

  • Open source contributions for a Data Engineer?
    17 projects | /r/dataengineering | 16 Apr 2021
    I've built popular PySpark (quinn, chispa) and Scala Spark (spark-daria, spark-fast-tests) libraries.

What are some alternatives?

When comparing Skytrax-Data-Warehouse and spark-fast-tests you can also consider the following projects:

dbd - dbd is a database prototyping tool that enables data analysts and engineers to quickly load and transform data in SQL databases.

Prefect - The easiest way to build, run, and monitor data pipelines at scale.

sqlfluff - A modular SQL linter and auto-formatter with support for multiple dialects and templated code.

chispa - PySpark test helper methods with beautiful error messages

jaydebeapi - JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.

soda-sql - Data profiling, testing, and monitoring for SQL accessible data.

dbt-spotify-analytics - Containerized end-to-end analytics of Spotify data using Python, dbt, Postgres, and Metabase

airbyte - The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.

airflow-api-tests - This is a collection of Pytest for the 2.0 Stable Rest Apis for Apache Airflow. I have another repo where you could setup airflow locally and play around with these. I am used to RestAssured, but trying out pytest here.

dagster - An orchestration platform for the development, production, and observation of data assets.

spark-daria - Essential Spark extensions and helper methods ✨😲