Giter VIP home page Giter VIP logo

demo-no-code-batch-data-ingestion's Introduction

Demo instructions for the no-code data ingestion using Amazon API Gateway and Amazon S3

This solution demonstrates simple no-code ingestion approach for batch type of ingestion use cases.

Architecture

Architecture

Prerequisites

  • You have an existing Amazon S3 bucket that's in same Region where you plan to deploy CloudFormation stack in following steps.
    To create an Amazon S3 bucket, please see creating s3 bucket.

Demo details

  1. Deploy the cloudformation-stack.template CloudFormation Template location in this folder. For S3BucketName parameter, enter the S3 bucket name from prerequisites.
    For instructions on creating a CloudFormation stack, see initiating stack creation guide using stack template upload a template file.
  2. On deployment complete, open the CloudFormation stack Outputs tab.
  3. Open the link on the ApiKeyValue value. Click Show to see the API key secret. Paste the value to your notes.
  4. Back in the CloudFormation stack Outputs tab, observe the ApiGatewayUrlEndpoint key.
  5. In the curl command below, replace the variables with values for ApiGatewayUrlEndpoint and ApiKeyValue.
curl -X PUT ${ApiGatewayUrlEndpoint}/myfile.json \
   -H "x-api-key: ${ApiKeyValue}" \
   -H "Content-Type: application/json" \
   -d '{"msg": "hello"}'
  1. Open the S3 bucket, observe new file myfile.json. Open the file, observe the data is {"msg": "hello"}

Clean up

  1. Delete the CloudFormation Stack.
  2. (Optional) Delete the file in S3 bucket and the S3 bucket itself.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

demo-no-code-batch-data-ingestion's People

Contributors

amazon-auto avatar lovaarte avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.