function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rameshwar M 9Rameshwar M 9 

Salesforce MongoDB Integration.

I need to use mongodb as external datasource as storage for my data. I want to use REST API to create , update, delete records in mongodb using salesforce UI. which connector should I use? any leads will be very helpful.
Khan AnasKhan Anas (Salesforce Developers) 
Hi Rameshwar,

Greetings to you!

Please refer to the below links which might help you further with the above requirement.

https://inteygrate.com/salesforce-mongodb-integration/

https://www.algoworks.com/blog/how-to-integrate-mongodb-with-salesforce/

https://www.slideshare.net/algoworks/mongo-db-salesforce-integrationv-10

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Rameshwar M 9Rameshwar M 9
Hi Anas,

Thanks for reply.

I have been through these links but i was not able to decide wheather i can achieve my desired outcome.
i tried using OData but I ma not able perform any operatoins other than read on the data in MongoDB.

Thanks and Regards
Rameshwar
Andrea Di CesareAndrea Di Cesare
Hi Rameshwar,

RESTHeart allows you to use MongoDB as an external datasource since it exposes a REST API for all the MongoDB operations (reading, writing, aggregations, and more).

Check https://restheart.org/docs/read-docs/ (http:// https://restheart.org/docs/read-docs) and https://restheart.org/docs/write-docs/ for a detailed description of the API.

Disclaimer: I'm work for the company developing RESTHeart