Support For Graph Databases

1
0
-1

Hello everyone. I checked the website and forums for a while and didnt see anything regarding support for graph databases like Orientdb or Neo4j. Sorry if this question has been asked before. Is there any way that Bonita Bpm can be used with a graph database? If yes, which databases are supported? If not, are there any plans to support them in close future?

Comments

Submitted by ttoine on Thu, 11/21/2013 - 16:16

Hello, you want to use a graph database as the main production database for Bonita, or you want to acces to a graph database with a connector, and read/write data in a process?

3 answers

1
+1
-1

Thanks for the information.

1
+1
-1

Bonita can only use a relational SQL database with a JDBC driver as main production database.

However, if you need to use (read, write) data from other type of databases, you can create a custom connector. You can do it the way you would create a connector for any information system, using java librairies if necessary, etc.

1
+1
-1

I think I saw somewhere that I can access graph databases in a lot of different ways. What I want, on the other hand, is to use a graph db as the main production database.

Notifications