I noticed on the What's New page of Tokyo ( http://docwiki.embarcadero.com/RADStudio/Tokyo/en/What's_New ):
I noticed on the What's New page of Tokyo ( http://docwiki.embarcadero.com/RADStudio/Tokyo/en/What's_New ):
Cloud
Improved Azure and AWS support with updated APIs.
That appears a bit vague; does anyone actually know what has improved? For example do you now have DynamoDB instead of the deprecated SimpleDB?
Cloud
Improved Azure and AWS support with updated APIs.
That appears a bit vague; does anyone actually know what has improved? For example do you now have DynamoDB instead of the deprecated SimpleDB?
There are no new components, but those we ship have been updated to the latest platform API versions....
ReplyDeleteMarco Cantù Thatnks for that swift reply I was digging around in the code and that certainly seemed to be the case. Has Embarcadero / Idera got any plans to update the AWS components to things like DynamoDB ?
ReplyDeleteWe want to improve and extend our cloud support...
ReplyDeleteDynamoDB access is one of the Enterprise Connectors (available on GetIt). cdata.com - Amazon DynamoDB FireDAC Components - Delphi | C++ Builder | RAD Studio | FireDAC | Data Access Components | DAC
ReplyDeleteEli M Yes for a price, no doubt ?
ReplyDeleteThere ain't no such thing as a free lunch. The cDATA stuff looks legit.
ReplyDeleteThe enterprise connectors are $1k/y for 45 different connectors (DynamoDB being one of them). Here is a free component for DynamoDB though: github.com - novuslogic/DelphiAWSSDK
ReplyDeleteEli M Thank you; will test that out today !
ReplyDeleteWarren Postma We live in the era of open source. There's a free buffet lunch daily. :-) The cData stuff is borrowing from PostgreSQL's idea of "Foreign Data Wrappers" actually.
ReplyDeletewiki.postgresql.org - Foreign data wrappers - PostgreSQL wiki