←back to thread

136 points saikatsg | 1 comments | | HN request time: 0.236s | source
Show context
philip1209 ◴[] No.43807588[source]
If you want to see Tilt in action, our Chroma open-source repo uses it to run the distributed version of the database for development and ci. It's pretty cool - just clone then run `tilt up` and it's working:

https://github.com/chroma-core/chroma

replies(1): >>43807684 #
1. cirego ◴[] No.43807684[source]
Thank you for sharing this! I think your Tiltfile just showed me how to solve something that's been bugging me for a while!

I see that you also have docker-compose files -- are those for different tasks or for developer preference?

I'm also curious to understand why you have different build scripts for CI (`buildx`) vs local (regular docker build)? In our team, we use the same build processes for both.