Hacker News new | ask | show | jobs
by dom_hutton 2154 days ago
I've implemented this same system in two companies throughout my career so far. Take that as some validation.

How do you plan to handle the data layer?

1 comments

Hi there! That's awesome, would love to keep the conversation going :)

I touched on this in another thread slightly, but the short answer is that we support a 'setup' directive where the user can populate data into the environment.

Most of our current users have a common "reploy" db that they dump into the environment on each new run. And an even simpler approach is just pointing all of your environments at a single db.

Any thoughts there? What have your experiences been like?