Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Started drafting the instructions for DIY vs AUTO on the projects #176

Merged
merged 4 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading