Apama To Mongo DB Connectivity

74 views Asked by At

I want to connect to Mongo DB from Apama and store the events there in JSON document format. Is there any way to establish the connectivity either using JDBC or Java API invocation?

1

There are 1 answers

0
Kev Palfreyman On

There is currently (up to Apama 10.3.1) no built-in connectivity for MongoDB. However, I expect you should be able to use one of our standard public extension API's to add such an extension. Most likely would be to use the Correlator "Connectivity Plugin" API with a 3rd-party client library in either C++ or Java.

Kev