MongoDB 4.2

1
0
-1

Hola,

estoy intentando conectar MongoDB en Bonita, en principio se deberia poder por lo que he visto en los foros.y la documentación pero algo hago mal. La documentación es bastante antigua, de 2014. Alguien tendria una forma de realizar la conexion y utilizar mongo como BBDD.

Muchisimas gracias de antemano.

1 answer

1
0
-1

Hello,

Do you want to use Mango DB for the engine, or as an external database to save / read data?

Bonitasoft does not support Mango DB for the engine. But it uses Hibernate; which supports MangoDB. So, you can try to configure the Bonita Engine to use the database, without any warranty (and to be honest, Bonita needs a simple relational database).

if you want to use MangoDB as an external database this is possible. You can use the JDBC connector (MangoDB should answer with that), or create your own connector.

I found this connector on Community https://community.bonitasoft.com/project/mongodb-connectors-bonita-bpm

Hope this help,

Notifications