2017 © Pedro Peláez
 

project kinesis-poc

Proof of concept which demonstrates posting a record to an AWS Kinesis stream.

image

chasingmaxwell/kinesis-poc

Proof of concept which demonstrates posting a record to an AWS Kinesis stream.

  • Wednesday, February 1, 2017
  • by chasingmaxwell
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

kinesis-poc

This is a proof of concept package which demonstrates posting a record to an AWS kinesis stream., (*1)

Install

composer require global chasingmaxwell/kinesis-poc, (*2)

Configure

Add a yaml configuration file to to the ~/.config/kinesis-poc directory with the following contents:, (*3)

# The awsKinesisClient object will be passed to the KinesisClient factory.
# Available options: http://docs.aws.amazon.com/aws-sdk-php/v2/guide/configuration.html#client-configuration-options
kinesisClientOptions:
  profile: # An AWS credentials profile to use for API requests.

The name of the file is not important. In fact, you can include as many configuration files as you would like in this directory and they will be merged together in alphabetical order., (*4)

Usage

putKinesisRecord -s [Stream Name] -d [Record Data] -p [Partition Key], (*5)

The Versions

01/02 2017

dev-master

9999999-dev

Proof of concept which demonstrates posting a record to an AWS Kinesis stream.

  Sources   Download

MIT

The Requires

 

by Peter Sieg

01/02 2017

0.0.0

0.0.0.0

Proof of concept which demonstrates posting a record to an AWS Kinesis stream.

  Sources   Download

MIT

The Requires

 

by Peter Sieg

01/02 2017

1.0.0

1.0.0.0

Proof of concept which demonstrates posting a record to an AWS Kinesis stream.

  Sources   Download

MIT

The Requires

 

by Peter Sieg