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
solmyr721.3895262524876921E12solmyr721.3895262524876921E12 

Is it possible to write my own addon/datasource?

Hi,
I'm evaluating force.com, and wanted to please ask if it has a concept similar to Heroku "addons".
Namley if I have some legacy datastore, with legacy TCP protocol, legacy java driver, and legacy query language (not even relational). Could Apex be extended to invoke it, through my TCP protocol?
Or am I limited to the option of exposing it as REST/SOAP which Apex can consume?

Thanks 
Satish_SFDCSatish_SFDC
As per my understanding you can only use the Rest/SOAP Api to call your own webservices which in turn can connect to your datastore.

Regards,
Satish Kumar
pinkieminx1.3896883023073801E12pinkieminx1.3896883023073801E12
thank you very much :)