MongoDB & how to use PersistenceSession

117 views
Skip to first unread message

Thomas Auinger

unread,
Feb 24, 2016, 12:14:20 PM2/24/16
to camunda-...@googlegroups.com

Hi,

 

two questions:

 

1.       Has anybody used some NoSQL database with the camunda engine, especially Mongodb? Alternatively neo4j as a graph DB?

2.       I know that the persistence layer has been rewritten in 7.2 – but how would I make use of a custom PersistenceSession implementation? What’s the reason that setSessionFactories() is not part of the ProcessEngineConfiguration interface?

 

Thanks guys!

Thomas

 

thorben....@camunda.com

unread,
Feb 25, 2016, 3:58:28 AM2/25/16
to camunda BPM users, t.au...@byteconsult.de
Hi Thomas,

Not sure about MongoDB and neo4j, but there is a community extension implementing persistence on top of Cassandra that you might find interesting [1].

Regarding your second question: ProcessEngineConfiguration is public API [2] for which we provide certain stability guarantees with future releases. That does not hold for the SessionFactory interface, so the method #setSessionFactories is not part of the public API interface.

Cheers,
Thorben

[1] https://github.com/camunda/camunda-engine-cassandra
[2] https://docs.camunda.org/manual/latest/introduction/public-api/
Reply all
Reply to author
Forward
0 new messages