Skip to content

Commit

Permalink
replaced Sparkflows with Fire Insights
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragita16 committed Apr 26, 2024
1 parent e13c911 commit 85ce150
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
First Analytical App Example
============================

This is a Hello World Analytical App. It enables the user to run the Jupyter notebook and view the results in the Sparkflows Analytical App UI.
This is a Hello World Analytical App. It enables the user to run the Jupyter notebook and view the results in the Fire Insights Analytical App UI.

Analytical App Overview
-----------------------

The following Analytical App performs the below listed tasks:

* Reads the Jupyter Notebook named **jupyter_lab_3.ipynb** which is in the docker image in the `home directory` set in the docker image. The notebook can reside on any path inside the docker image.
* Displays the results returned from the Jupyter Notebook on the Sparkflows Analytical App UI
* Displays the results returned from the Jupyter Notebook on the Fire Insights Analytical App UI


.. figure:: ../../_assets/jupyter/example-app.PNG
Expand All @@ -19,7 +19,7 @@ The following Analytical App performs the below listed tasks:
Jupyter Notebook
----------------

Below is the Jupyter Notebook that gets invoked by the Analytical App and the results are seen in the Sparkflows Analytical App UI.
Below is the Jupyter Notebook that gets invoked by the Analytical App and the results are seen in the Fire Insights Analytical App UI.

Jupyter Notebook **jupyter_lab_3.ipynb**, contains the below code:

Expand All @@ -36,7 +36,7 @@ Jupyter Notebook **jupyter_lab_3.ipynb**, contains the below code:
Display the Results
------------------

When you run the Analytical App, it utilizes the Jupyter Notebook `connection` to submit the job to Kubernetes cluster and streams back the response back from the Jupyter Notebook to the Sparkflows Analytical App UI.
When you run the Analytical App, it utilizes the Jupyter Notebook `connection` to submit the job to Kubernetes cluster and streams back the response back from the Jupyter Notebook to the Fire Insights Analytical App UI.

.. figure:: ../../_assets/jupyter/example-app-run.PNG
:alt: jupyter
Expand Down

0 comments on commit 85ce150

Please sign in to comment.