Skip to content

Commit

Permalink
feat: prettify readme w/ status badge (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
caldempsey authored Mar 2, 2024
2 parents 6c857c8 + 3e4a135 commit e930b75
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/localhost_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: localhost

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Build and deploy (localhost)
run: |
make deploy DOCKER_COMPOSE_ARGS=-d
make healthcheck ENV=localhost
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![localhost/build](https://github.com/caldempsey/docker-notebook-spark-s3/actions/workflows/localhost_build.yml/badge.svg)

# DockerNotebookSparkS3

This repository provides a local experimental environment for data lakes and mock blob storage, leveraging PySpark and Spark clusters. It allows you to mimic Blob Storage locally and manage it with an Jupyter Notebook connected to a Spark Cluster closely emulating a real but simple environment.
Expand Down

0 comments on commit e930b75

Please sign in to comment.