You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,7 +28,7 @@ and spark-shell/pyspark environments.
28
28
-**Language Compatibility:** Fully supports Scala, Java, and Python, making it versatile for a wide range
29
29
of Spark applications.
30
30
31
-
### Contents
31
+
### 📚 Table of Contents
32
32
-[Getting started with sparkMeasure](#getting-started-with-sparkmeasure)
33
33
-[Demo](#demo)
34
34
-[Examples of sparkMeasure on notebooks](#examples-of-sparkmeasure-on-notebooks)
@@ -40,7 +40,6 @@ and spark-shell/pyspark environments.
40
40
-[Architecture diagram](#architecture-diagram)
41
41
-[Concepts and FAQ](#main-concepts-underlying-sparkmeasure-implementation)
42
42
43
-
44
43
### Resources
45
44
- Blog on [building an Apache Spark Performance Lab](https://db-blog.web.cern.ch/node/195)
46
45
-[TPCDS PySpark](https://github.com/LucaCanali/Miscellaneous/tree/master/Performance_Testing/TPCDS_PySpark) - A tool you can use run TPCDS with PySpark, instrumented with sparkMeasure
@@ -52,13 +51,11 @@ and spark-shell/pyspark environments.
52
51
Main author and contact: Luca.Canali@cern.ch
53
52
54
53
---
55
-
### Getting started with sparkMeasure
56
-
57
-
#### Demo
54
+
## 🚀 Quick start
58
55
59
56
[ Watch sparkMeasure's getting started demo tutorial](https://www.youtube.com/watch?v=NEA1kkFcZWs)
60
57
61
-
####Examples of sparkMeasure on notebooks
58
+
### Examples of sparkMeasure on notebooks
62
59
- Run locally or on hosted resources like Google Colab, Databricks, GitHub Codespaces, etc on Jupyter notebooks
63
60
64
61
-[<imgsrc="https://raw.githubusercontent.com/googlecolab/open_in_colab/master/images/icon128.png"height="50"> Jupyter notebook on Google Colab Research](https://colab.research.google.com/github/LucaCanali/sparkMeasure/blob/master/examples/SparkMeasure_Jupyter_Colab_Example.ipynb)
@@ -70,26 +67,29 @@ Main author and contact: Luca.Canali@cern.ch
70
67
-[<imgsrc="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Jupyter_logo.svg/250px-Jupyter_logo.svg.png"height="50"> Local Python/Jupyter Notebook](examples/SparkMeasure_Jupyter_Python_getting_started.ipynb)
71
68
72
69
73
-
####Examples of sparkMeasure on the CLI
70
+
### Examples of sparkMeasure on the CLI
74
71
- Run locally or on hosted resources
75
72
-[](https://codespaces.new/LucaCanali/sparkMeasure)
@@ -234,7 +237,7 @@ To learn more about the metrics, I advise you set up your lab environment and ru
234
237
A good place to start with is [TPCDS PySpark](https://github.com/LucaCanali/Miscellaneous/tree/master/Performance_Testing/TPCDS_PySpark) - A tool you can use run TPCDS with PySpark, instrumented with sparkMeasure
235
238
236
239
---
237
-
###Documentation, API, and examples
240
+
## Documentation, API, and examples
238
241
SparkMeasure is one tool for many different use cases, languages, and environments:
0 commit comments