# DVC with bitbucket

**URL:** https://discuss.dvc.org/t/dvc-with-bitbucket/192
**Category:** Questions
**Created:** [July 31, 2019, 11:42am UTC](https://discuss.dvc.org/t/dvc-with-bitbucket/192 "2019-07-31T11:42:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![writetoneeraj](https://avatars.discourse-cdn.com/v4/letter/w/dec6dc/32.png) [@writetoneeraj](https://discuss.dvc.org/u/writetoneeraj)
#### Post date: [July 31, 2019, 11:43am UTC](https://discuss.dvc.org/t/dvc-with-bitbucket/192/1 "2019-07-31T11:43:00Z")

</div>

I want to setup DVC on top of bitbucket instead of git. How can i do it. Can DVC integrate with bitbucket.

---

<div class="post-metadata">

### Author: ![kupruser](https://avatars.discourse-cdn.com/v4/letter/k/e95f7d/32.png) [@kupruser](https://discuss.dvc.org/u/kupruser)
#### Post date: [July 31, 2019, 12:51pm UTC](https://discuss.dvc.org/t/dvc-with-bitbucket/192/2 "2019-07-31T12:51:43Z")

</div>

Hi @writetoneeraj !

Bitbucket is also using git though. For dvc it doesn’t matter which git server you are using to store your git project, it could be gitlab, github, bitbucket, even your own git server or no git server at all. Mind that dvc is using git to store tiny meta-files alongside your code, and the data files themselves are stored outside of git, so if you want to share them, you’ll need to set up a dvc remote ,which could be anything from ssh server to hdfs, s3, gs, azure, etc. You might find this [1] article useful 🙂

[1] [https://dvc.org/doc/use-cases/share-data-and-model-files](https://dvc.org/doc/use-cases/share-data-and-model-files)

Thanks,  
Ruslan

---

<div class="post-metadata">

### Author: ![Anita2020](https://avatars.discourse-cdn.com/v4/letter/a/f04885/32.png) [@Anita2020](https://discuss.dvc.org/u/Anita2020)
#### Post date: [December 31, 2020, 12:46pm UTC](https://discuss.dvc.org/t/dvc-with-bitbucket/192/3 "2020-12-31T12:46:51Z")

</div>

> [@writetoneeraj](#):
>
> Can DVC integrate with bitbucket.

Hello,

While Git is used to storing and version code, DVC does the same for data and model files. Git can store code locally and also on a hosting service like GitHub, [Bitbucket](https://mindmajix.com/bitbucket-training), or GitLab. Likewise, DVC uses a remote repository to store all your data and models.

Thanks & Regards,  
Anita
