Create the data project
tb create –prompt 
"I'm building a leaderboard for a fictitious game called Talon. 
Create a data source to store game logs, including the the game id, 
game timestamp, the game winner, and a payload string to store unstructured 
game metadata. Create a leaderboard endpoint to fetch a live leaderboard from 
the game logs. The first node of SQL should filter by passed start and 
end time parameters, and the second node should calculate the rankings 
and format the response for my Next app"