https://pulumi.com logo
Title
s

some-motherboard-44061

11/16/2022, 11:16 AM
Hey there, I am new to Pulumi, and I will use to initially create snowflake resources. My questions are: what is the best way to organize my project? Is there a design pattern to create resources based on configuration files? How do I organize my stacks? Thank you in advance.
e

echoing-dinner-19531

11/16/2022, 11:50 AM
There are some docs on this on our site: Organizing Projects and Stacks Configuration
s

some-motherboard-44061

11/16/2022, 8:21 PM
Hi @echoing-dinner-19531 thank you for that. I’ll go through it. And just to give a little more context, I would like to build it as Platform as service. So, I’d have a cli tool that’d create and update databases in the warehouse based on the user config file.
e

echoing-dinner-19531

11/16/2022, 9:08 PM
I don't know if we have anything written up about that but I do know we have quite a few users who have built systems like that using standard web server frameworks + our automation api.
s

some-motherboard-44061

11/16/2022, 9:09 PM
Nice!
I’ll have a look at automation apis.
Thanks