Skip to content

Commit

Permalink
Started drafting the instructions for DIY vs AUTO on the projects (#176)
Browse files Browse the repository at this point in the history
* 02-02 diy vs auto - start

* split up of 02-03

* disclaimer at top of diy versions

* wordlist addition
  • Loading branch information
erwangranger authored Apr 9, 2024
1 parent 690a545 commit 0b3faa5
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ DevOps
dex
diag
dir
diy
DIY
dotenv
drawio
ds
Expand Down
6 changes: 4 additions & 2 deletions content/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
* 2. Connection and Setup ({user})
** xref:02-01-getting-connected.adoc[2.1 Getting connected]
** xref:02-02-creating-project.adoc[2.2 Creating your project and pipeline server]
** xref:02-03-creating-workbench.adoc[2.3 Creating your workbench]
** xref:02-02-auto-created-project.adoc[2.2 (AUTO) Pre-Created project and pipeline server]
** xref:02-02-diy-creating-project.adoc[2.2 (DIY) Creating your project and pipeline server]
** xref:02-03-auto-created-workbench.adoc[2.3 (AUTO) Pre-Created workbench]
** xref:02-03-diy-creating-workbench.adoc[2.3 (DIY) Creating your workbench]
** xref:02-04-validating-env.adoc[2.4 Validating the environment]
* 3. Working with an LLM
Expand Down
8 changes: 8 additions & 0 deletions content/modules/ROOT/pages/02-02-auto-created-project.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
= Pre-Created project and pipeline server
include::_attributes.adoc[]

In order to give you a feel for what "day 2" experience would be like, we have pre-created a Project for you, and started to populate it with various artifacts.

If you want to learn more about the product and go deeper, the next ("DYI") section will walk you through the steps required to create all this from scratch instead.

`TODO`
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Creating your project and pipeline server
include::_attributes.adoc[]

IMPORTANT: If you've used the auto-created project, you do not need to perform this section. Only do so if you are interested in how a project and pipeline server are created.

As a preliminary step, each of you is going to:

. Create a Data Science project:
Expand Down
6 changes: 6 additions & 0 deletions content/modules/ROOT/pages/02-03-auto-created-workbench.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
= Pre-Created workbench
include::_attributes.adoc[]

As before, part of the artifacts that were auto-created for you include the workbench ...

`TODO`
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Creating a workbench
include::_attributes.adoc[]

IMPORTANT: If you've used the auto-created workbench, you do not need to perform this section. Only do so if you are interested in how a workbench is created.

== Launch a Workbench

* Once the Data Connection and Pipeline Server are fully created, create a Workbench:
Expand Down

0 comments on commit 0b3faa5

Please sign in to comment.