# Can we deploy Prodigy in Databricks

**URL:** https://support.prodi.gy/t/can-we-deploy-prodigy-in-databricks/5705
**Category:** Uncategorized
**Created:** [June 15, 2022, 9:13am UTC](https://support.prodi.gy/t/can-we-deploy-prodigy-in-databricks/5705 "2022-06-15T09:13:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![arda](https://avatars.discourse-cdn.com/v4/letter/a/7c8e57/32.png) [@arda](https://support.prodi.gy/u/arda)
#### Post date: [June 15, 2022, 9:13am UTC](https://support.prodi.gy/t/can-we-deploy-prodigy-in-databricks/5705/1 "2022-06-15T09:13:29Z")

</div>

Initially we build a Named entity Recognition Model in our Local Machine. Now we are looking to use Databricks and productionize it. Is it possible to use Prodigy in Databricks?

---

<div class="post-metadata">

### Author: ![koaning](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/koaning/32/230_2.png) [@koaning](https://support.prodi.gy/u/koaning)
#### Post date: [June 15, 2022, 12:20pm UTC](https://support.prodi.gy/t/can-we-deploy-prodigy-in-databricks/5705/2 "2022-06-15T12:20:55Z")

</div>

Hi Arda.

I'm somewhat unfamiliar with Databricks deployments and what the requirements are on their end. Prodigy could be launched in a Docker container or on a VM and if Databricks allows for that, then you should be able to get it working.

You might want to think about how the data is stored though. In the default settings Prodigy will write to a local SQLite database. If you prefer the data go elsewhere you'd either need to write a cronjob that can move the annotations manually or you can also use Postgres or MySQL as a backend for Prodigy.
