Skip to main content

A cli to upload and retrieve data to/from S3 object storage and processing data running actions on it.

Project description

Docker Image CI pre-commit CI Linux GitHub tag GitHub issues PyPI version publish a Container image

s3-pull-processor

This project is a POC, proof of concept for client to upload pipeline artifacts to an object storage as S3 and able to consume the artifacts efficiently. The consumer is scalable, containerized and ready to run in k8s/Openshift

The diagram below represents a high-level workflow, the boxes uploader CLI and processor are the components here being implemented.

The infra needed to run this POC is basically AWS S3 and AWS SQS.

See developer guide for instructions to run or to contribute

diagram

demo

The items 1 to 5 below, show an e2e execution from uploader to processor or consumer.

  1. SQS and S3 are empty, no messages and no files

    sqs_empty s3_empty

  2. simulating a HOST A where the artifact exist and need to be uploaded to S3, also a message is sent to SQS. For this step the code test_host_producer was executed:

    host_A

  3. check there are messages in SQS and files in S3

    sqs_full s3_full

  4. simulating a HOST B where it consumes messages from SQS and for each message download the artifact from S3, run an action on this case it run import_to_ibutsu action then delete the file from S3 and finally delete the message from SQS. For this step the code test_host_consumer was executed

    host_B

Also see scenarios in developer guide.

links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

s3-pull-processor-0.3.tar.gz (1.1 MB view hashes)

Uploaded Source

Built Distribution

s3_pull_processor-0.3-py3-none-any.whl (23.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page