Skip to content

Commit

Permalink
Update data-ingestion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omrylcn authored Nov 7, 2024
1 parent 0150278 commit 6eb5c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/concepts/data-ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feast supports primarily **time-stamped** tabular data as data sources. There ar
* **Stream data sources**: Feast does **not** have native streaming integrations. It does however facilitate making streaming features available in different environments. There are two kinds of sources:
* **Push sources** allow users to push features into Feast, and make it available for training / batch scoring ("offline"), for realtime feature serving ("online") or both.
* **\[Alpha] Stream sources** allow users to register metadata from Kafka or Kinesis sources. The onus is on the user to ingest from these sources, though Feast provides some limited helper methods to ingest directly from Kafka / Kinesis topics.
* **(Experimental) Request data sources:** This is data that is only available at request time (e.g. from a user action that needs an immediate model prediction response). This is primarily relevant as an input into [**on-demand feature views**](../../../docs/reference/alpha-on-demand-feature-view.md), which allow light-weight feature engineering and combining features across sources.
* **(Experimental) Request data sources:** This is data that is only available at request time (e.g. from a user action that needs an immediate model prediction response). This is primarily relevant as an input into [**on-demand feature views**](../../../docs/reference/beta-on-demand-feature-view.md), which allow light-weight feature engineering and combining features across sources.

## Batch data ingestion

Expand Down

0 comments on commit 6eb5c4a

Please sign in to comment.