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

[Docs] Add note about real time ingestion #1067

Merged
merged 6 commits into from Jul 11, 2021
Merged

Conversation

katyakats
Copy link
Contributor

No description provided.

@@ -140,6 +140,7 @@ The feature store enables users to start real-time ingestion service. <br>
When running the {py:class}`~mlrun.feature_store.deploy_ingestion_service` the feature store creates an elastic real time serverless function
(AKA nuclio function) which runs the pipeline and stores the data results in the "offline" and "online" feature store by default. <br>
There are multiple data source options including http, kafka, kinesis, v3io stream, etc. <br>
Due to the asynchronous nature of the nuclio function, any errors will be reported on the next time the nuclio function is used. <br>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to the asynchronous nature of feature stores execution engine, an error will be reported on the following event the function will get
something like that

@katyakats katyakats closed this Jun 30, 2021
@katyakats katyakats reopened this Jun 30, 2021
@katyakats katyakats closed this Jun 30, 2021
@katyakats katyakats reopened this Jun 30, 2021
@Hedingber Hedingber changed the title Docs [Docs] Add note about real time ingestion Jul 11, 2021
@Hedingber Hedingber merged commit 9a6406f into mlrun:development Jul 11, 2021
Hedingber pushed a commit that referenced this pull request Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants