Skip to content

Commit f7ba0dc

Browse files
committed
Finish module 0
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent d993650 commit f7ba0dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

module_0/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ flags:
3939
4040
A quick explanation of what's happening here:
4141
42-
| Key | What it does | Example |
43-
| :-------------- | :----------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------- |
44-
| `project` | Gives infrastructure isolation via namespacing (e.g. online stores + Feast objects). | any unique name (e.g. `feast_demo_aws`) |
45-
| `provider` | Defines registry location & sets defaults for offline / online stores | `gcp` enables registries in GCS and sets BigQuery + Datastore as the default offline / online stores. |
46-
| `registry` | Defines the specific path for the registry (local, gcs, s3, etc) | `s3://[YOUR BUCKET]/registry.pb` |
47-
| `online_store` | Specifies configuration for the online store (if needed) | `null`, `redis`, `dynamodb`, `datastore`, `postgres`, `hbase` (each have their own extra config flags) |
48-
| `offline_store` | Specifies configuration for the offline store, which executes point in time joins | `bigquery`, `snowflake.offline`, `redshift`, `spark`, `trino` (each have their own extra config flags) |
49-
| `flags` | (legacy) Soon to be deprecated way to enable experimental functionality. | |
42+
| Key | What it does | Example |
43+
| :-------------- | :----------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------- |
44+
| `project` | Gives infrastructure isolation via namespacing (e.g. online stores + Feast objects). | any unique name (e.g. `feast_demo_aws`) |
45+
| `provider` | Defines registry location & sets defaults for offline / online stores | `gcp` enables registries in GCS and sets BigQuery + Datastore as the default offline / online stores. |
46+
| `registry` | Defines the specific path for the registry (local, gcs, s3, etc) | `s3://[YOUR BUCKET]/registry.pb` |
47+
| `online_store` | Configures online store (if needed) | `null`, `redis`, `dynamodb`, `datastore`, `postgres`, `hbase` (each have their own extra configs) |
48+
| `offline_store` | Configures offline store, which executes point in time joins | `bigquery`, `snowflake.offline`, `redshift`, `spark`, `trino` (each have their own extra configs) |
49+
| `flags` | (legacy) Soon to be deprecated way to enable experimental functionality. | |
5050

5151
#### **Some further notes and gotchas**
5252
- Generally, custom offline + online stores and providers are supported and can plug in.

0 commit comments

Comments
 (0)