Cloud Computing with DataSnap

From RAD Studio
Jump to: navigation, search

Go Up to Developing DataSnap Applications


There are two APIs that you can use to add cloud functionality to your application:

  • AmazonAPI lets you interact with: Amazon Simple Queue Service (SQS), Amazon SimpleDB, and Amazon Simple Storage Service (S3).
  • AzureAPI lets you interact with: Azure Blobs, Azure Tables and Azure Queues.

You can use these cloud APIs to:

  • Manage queues and messages.
  • Store files.
  • Manage structured data.

For more information, visit the Developing Cloud Applications page or try the Cloud Explorer Demo that ships with RAD Studio.

Topics

See Also