Hey folks - I'm looking to create a small data war...
# tools
k
Hey folks - I'm looking to create a small data warehouse, using dagster as the ETL tool. Any suggestions on what warehousing tech to use?
d
this will probably come down to a matter of taste, but I've had a very good experience with Snowflake thus far. Coming from a background of using Redshift at many other companies.
k
have heard good things about snowflake in the past. My current workloads are relatively small, so I'm wondering whether there's anything a little more lightweight than snowflake?
n
have you considered BigQuery? it’s quite easy to get up and running
v
yeah, depending on needs, you could just use a simple database (mysql/postgres) or bigquery on the free tier if you want to learn that stack
plus1 2