Skip to content

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

Merged
merged 4 commits into from
Jun 22, 2021
Merged

Conversation

arujit
Copy link
Member

@arujit arujit commented Jun 16, 2021

Signed-off-by: arujit [email protected]


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)
Copy link
Member

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?

Copy link
Member Author

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

@@ -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.
Copy link
Member

Choose a reason for hiding this comment

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

Daggers -> Dagger


### [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.
Copy link
Member

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

message SampleCustomerInfo {
string customer_id = 1;
string customer_url = 2;
google.protobuf.Timestamp event_timestamp = 3
Copy link
Member

Choose a reason for hiding this comment

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

missing semi colon

@prakharmathur82 prakharmathur82 merged commit b0390f5 into main Jun 22, 2021
@prakharmathur82 prakharmathur82 deleted the docs-usecase branch June 22, 2021 05:20
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.

2 participants