ML6Solana : Number of transactions over time
    Updated 2022-07-17
    select count(1),to_date(block_timestamp)
    from solana.core.fact_transactions
    group by 2
    Run a query to Download Data