Skip to main content

Hi,
Can anyone let me know how we can work with MongoBD in A360? I don't see any custom packages related to this.

 

appriciate your help. Thanks

Hey Kartheek

There are a couple options for connecting to MongoDB:

  1. You could try using connector builder. This enables you to take a postman collection or openAPI yaml/json and import it to build your own custom package via drag and drop. I didnt immediately find a published MongDB collection besides this one: https://www.postman.com/postman/postman-team-collections/collection/ph4wmcj/mongodb-data-api
  2. Package SDK - you could try buliding the package yourself using the package SDK along with MongoDB’s published Java Drivers
  3. Python: You could use the Python package to execute python scripts to connect to/work with your MongoDB. They’ve also published Python Drivers here 
  4. ODBC Connection - you could try to use the Database package from automation anywhere and used an ODBC driver to connect to your MongoDB instance. 

Thanks for quick reply. i will try either any of the above.


Hey @Kartheek K

The MongoDB connector “build experience” was covered in one of our recent developer meetups. Hope you find it useful, check the link below - 

 


Thanks @Vineet Pujari 


Reply