Skip to main content
Solved

MongoDB to A360 connectivity.

  • October 30, 2024
  • 4 replies
  • 127 views

Forum|alt.badge.img+1

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

Best answer by Vineet Pujari

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 - 

 

4 replies

Micah.Smith
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • October 30, 2024

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. 

Forum|alt.badge.img+1
  • Author
  • Cadet | Tier 2
  • October 30, 2024

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


Vineet Pujari
Automation Anywhere Team
Forum|alt.badge.img+6
  • Automation Anywhere Team
  • Answer
  • November 2, 2024

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 - 

 


Forum|alt.badge.img+1
  • Author
  • Cadet | Tier 2
  • November 3, 2024

Thanks @Vineet Pujari