Skip to content

Commit 5098105

Browse files
authored
Merge pull request #12 from adchia/main
Add link to book recsys example
2 parents a0c9c39 + 9b46b8b commit 5098105

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ terraform.tfstate.backup
1010
**/airflow_demo/airflow_home/*
1111
.vscode/*
1212
**/derby.log
13-
**/metastore_db/*
13+
**/metastore_db/*
14+
.env

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ Since we'll be learning how to leverage Feast in CI/CD, you'll also need to fork
5252

5353
These are meant mostly to be done in order, with examples building on previous concepts.
5454

55-
| Time (min) | Description | Module    |
56-
| :--------: | :------------------------------------------------------------------------------- | :--------------------------------------------- |
57-
| 30-45 | Setting up Feast projects & CI/CD + powering batch predictions | [Module 0](module_0/README.md) |
58-
| 15-20 | Streaming ingestion & online feature retrieval with Kafka, Spark, Airflow, Redis | [Module 1](module_1/README.md) |
59-
| 10-15 | Real-time feature engineering with on demand transformations | [Module 2](module_2/README.md) |
60-
| 30 | Orchestrated batch/stream transformations using dbt + Airflow with Feast | [Module 3 (Snowflake)](module_3_sf/README.md) |
61-
| 30 | (WIP) Orchestrated batch/stream transformations using dbt + Airflow with Feast | [Module 3 (Databricks)](module_3_db/README.md) |
55+
| Time (min) | Description | Module    |
56+
| :--------: | :------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------- |
57+
| 30-45 | Setting up Feast projects & CI/CD + powering batch predictions | [Module 0](module_0/README.md) |
58+
| 15-20 | Streaming ingestion & online feature retrieval with Kafka, Spark, Airflow, Redis | [Module 1](module_1/README.md) |
59+
| 10-15 | Real-time feature engineering with on demand transformations | [Module 2](module_2/README.md) |
60+
| 30 | Orchestrated batch/stream transformations using dbt + Airflow with Feast | [Module 3 (Snowflake)](module_3_sf/README.md) |
61+
| 30 | (WIP) Orchestrated batch/stream transformations using dbt + Airflow with Feast | [Module 3 (Databricks)](module_3_db/README.md) |
62+
| 30 | Book recommender system with dbt + Airflow + Feast | [Workshop on Databricks](https://github.com/tecton-ai/book-recsys-apply-workshop/tree/main/feast_repo) |

0 commit comments

Comments
 (0)