GETTING STARTED
OTHER CLOUD SERVICES INTEGRATION 

mydigitalstructure includes methods that allow you to integrate other cloud services into your digital structure (space).

  • Simple integration
    See /CORE_URL_GET

  • AWS S3 Integration
    See /gettingstarted_aws_s3

  • Deeper services integration (ie AWS)
    A set of services accessed via the CORE_OTHER_SERVICE_ methods - the main focus of this page.
Some typical use cases:
  • Accessing/reading files created via another clients/processes
    for data integration

  • Exporting large amounts of data
    which can then be accessed using S3 resources/tools

  • Machine Learning integration
    image recognition, speech

more about mydigitalstructure & artificial intelligence/machine learning...

DEEPER SERVICES INTEGRATION

The CORE_OTHER_SERVICE_ methods allow you to access integrated services, initially limited to AWS DynamoDB.  Essentially mydigitalstructure is acting as an authorised proxy which is set up using SETUP_AWS_ACCOUNT_MANAGE.

1 AWS DynamoDB Store large amounts of indexed JSON data using actions like Query, PutItem, GetItem, Delete Item...

Access using CORE_OTHER_SERVICE_AWS_DYNAMODB.

2 AWS Rekognition Not generally available.

EXAMPLE USE CASES

A OCR Receipt Upload image of receipt (ie photo on smartphone) - send to Rekognition using CORE_OTHER_SERVICE_ACCESS - get back text data.
B Getting data from other system ie POS Customer POS writes data to their DynamoDB service/table - mydigitalstructure accessing CORE_OTHER_SERVICE_ACCESS to get new data and then processes as receipts in mydigitalstructure.

 

METHODS
SETUP_AWS_ACCOUNT_SEARCH
SETUP_AWS_ACCOUNT_MANAGE
SETUP_AWS_S3_BUCKET_MANAGE
SETUP_AWS_S3_BUCKET_SEARCH
CORE_OTHER_SERVICE_AWS_DYNAMODB
AWS RESOURCES
for convenience, not endorsement
About S3
AWS Command Line Interface (cli) Guide
s3cmd
s3browser.com
(windows)
.net SDK Intro