WSO2 DAS with MongoDB

人走茶凉 提交于 2019-12-02 00:31:29

We have done a PR to support MongoDB in DAS. It is already included in the master branch, you can take a look at these PRs:

https://github.com/wso2/carbon-analytics/pull/225

And here:

https://github.com/wso2/carbon-data/pull/133

Best regards,

Out of the box, WSO2 Data Analytics Server (DAS) does not support MongoDB. However, we have written DAS in such a way that, it is easy to setup other databases such as MongoDB as your analytics data source.

The procedure is pretty simple and you just need to implement AnalyticsRecordStore interface. It is well documented and I hope you can easily understand it. Additionally, I would like to point out CassandraAnalyticsRecordStore which is the Cassandra implementation of the AnalyticsRecordStore interface.

P.S. If you manage to implement the AnalyticsRecordStore interface for MongoDB, you are more than welcome to send a Pull Request to carbon-analytics repository.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!