Integration with existing database

Hello everybody,

I already have an application working in production and would like to integrate Camunda into my application, using the same database and user list, is it possible? Could someone help me?

My aplplication is in Angular 2+, NestJs (Node) and PostgreSQL.

With this setup, the recommended camunda deployment would be using standalone remote server (Camunda BPM Run), so that you can communicate to camunda services via REST api from NestJs (Node). You can use Postgres as datastore for camunda.

@Niall had made nice video tutorial on how to setup camunda bpm run:

1 Like