79286544

Date: 2024-12-17 02:37:50
Score: 0.5
Natty:
Report link

MongoDB is not an RDBMS database so you can't add a datasource using RDBMS type. Only option is to use custom datasource. For that you can use the implementation as in [1] and copy the jar to the MI_HOME/lib folder. You can see sample datasource configurations from [2]

[1] https://github.com/wso2-attic/wso2-dss-connectors/blob/master/mongodb/src/main/java/org/wso2/dss/connectors/mongodb/MongoDBDataSource.java

[2] https://github.com/wso2/product-ei/blob/master/distribution/src/conf/custom-datasources.xml

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
Posted by: Chanikag