Hi,
I'm trying to add a new MongoDB Datasource via REST v2 Webservers. I have successfully added a MySQL source, but cannot find any documentation or guidance on how to add a MongoDB source. I'm assuming it is similar but I am unsure as to the 'driverClass' to provide?
Can anyone provide any help or guidance on where in the documentation to look?
Thanks,
Chris
2 Answers:
Posted on September 16, 2020 at 11:33pm
I managed to work it out in the end. You provide the following:
- 'dataSourceName' as 'MongoDbDataSource'
- 'connectionType' as 'application/repository.customDataSource+json'
- 'properties' array containing a KVP of 'mongoURI' as the connection URL for the Mongo DB
And the content-Type in the header as 'application/repository.customDataSource+json'.
That then all worked!
Posted on September 16, 2020 at 2:51pm
Hey brommycanary,
Take a look at https://repo1.maven.org/maven2/org/mongodb/mongo-java-driver/3.12.7/