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

add photon #7495

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

add photon #7495

wants to merge 3 commits into from

Conversation

clizzard7
Copy link
Contributor

add spellbook for photon trading bot dashboard:
https://dune.com/whale_hunter/photon-trading-bot

@github-actions github-actions bot marked this pull request as draft January 19, 2025 08:43
@github-actions github-actions bot added WIP work in progress dbt: solana covers the Solana dbt subproject labels Jan 19, 2025
@jeff-dude
Copy link
Member

this is going to be one of the bot trades models that struggle to run, due to the amount of massive source tables involved in reads/joins:

  • solana.account_activity
  • dex_solana.trades
  • prices.usd
  • solana.transactions

these are all v large tables and we're seeing the engine struggle on the joins. this is an issue in prod already, where anytime we rebuild dex_solana.trades, the bot trades pipeline after can't rebuild due to so many running and written similar to this one here.

before proceeding here, we should find ways to break this up into smaller pieces that feed into a final model for photon. if we get that in a good spot, it should be repeatable for other bot trades models. please take some time to brainstorm how to solve this here

@jeff-dude jeff-dude self-assigned this Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dbt: solana covers the Solana dbt subproject WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants