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

Added the quickstart of performance Optimization stack #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

utsavdotdev
Copy link
Contributor

Solved this issue #29

What I have done?

  • Airbyte Setup: Established Datadog as the data source and BigQuery as the destination for raw metrics and logs extraction.
  • dbt Transformation: Introduced dbt models (daily_cpu_usage, daily_error_logs, hourly_user_activity) for structured analysis.
  • Dagster Orchestration: Set up a Dagster pipeline, ensuring seamless data flow from Airbyte extraction to dbt transformations.



// Sources
resource "airbyte_source_datadog" "my_source_datadog" {
Copy link
Collaborator

Choose a reason for hiding this comment

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

@utsavbhattarai007 I didn't find "airbyte_source_datadog" in https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs

Maybe the docs are not up to date. Have you tested this configuration to check if it actually works?

@utsavdotdev
Copy link
Contributor Author

Sorry @ThaliaBarrera, I have made a blunder mistake. There is limitation for datadog. As I am in hurry I haven't test it.

@ThaliaBarrera
Copy link
Collaborator

Sorry @ThaliaBarrera, I have made a blunder mistake. There is limitation for datadog. As I am in hurry I haven't test it.

No worries @utsavbhattarai007! All your code seems correct. Would you like to use the UI instead of Terraform and try to complete it, if you have a Datadog account with source data? Otherwise, you can take another quickstart. You already did the biggest effort of understanding what to do, etc. Let me know!

@utsavdotdev
Copy link
Contributor Author

Yes, I would definitely do it but As I am out of town, I am unable to do it.

@ThaliaBarrera
Copy link
Collaborator

Okay @utsavbhattarai007! Maybe when you're back, if the hackathon is still running you can complete it. I'll be happy to review it then.

@utsavdotdev
Copy link
Contributor Author

Yes, I will definitely complete it.

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