Where does the rules are stored in CAMUNDA?

After deploying the BPMN and DMN files via the Zeebe client from an application into CAMUNDA 8, where are these files persisted in CAMUNDA? Is it Elasticsearch or PostgreSQL?

It’s neither place the files are stored. Postgresql is used only for Camunda 7.

In Camunda 8, zeebee uses file based storage is used. You can take a look at the chart values.

For example:

1 Like

Thank you @cpbpm for sharing the resource. So are these BPMN and .DMN files are persisted in RocksDB which is embedded in Zeebe?

1 Like