-
Notifications
You must be signed in to change notification settings - Fork 41
docs: add example use cases with proper diagram #30
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
Conversation
Signed-off-by: arujit <[email protected]>
docs/usecase/overview.md
Outdated
|
||
This section talks a bit about some of the use cases that can be solved using Daggers with some examples. | ||
|
||
### [Stream Enrichment] (https://github.com/odpf/dagger/tree/main/docs/usecase/stream_enrichment.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link is not rendering properly, also can we change these global links to relative links?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These will render properly once they get merged in the main branch. Basically, they are web links and have the branch name in them. github.com/odpf/dagger/tree/main/docs/usecase
docs/usecase/overview.md
Outdated
@@ -0,0 +1,15 @@ | |||
# Overview | |||
|
|||
This section talks a bit about some of the use cases that can be solved using Daggers with some examples. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Daggers -> Dagger
docs/usecase/overview.md
Outdated
|
||
### [Feature Ingestion](feature_ingestion.md) | ||
|
||
Realtime time feature generation is really important for online machine learnint pipelines. Dagger can be a great tool for feature ingestion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Realtime feature generation
Spelling mistake in learning
docs/usecase/stream_enrichment.md
Outdated
message SampleCustomerInfo { | ||
string customer_id = 1; | ||
string customer_url = 2; | ||
google.protobuf.Timestamp event_timestamp = 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing semi colon
Signed-off-by: arujit [email protected]