commit 0fe80b708b49e61d8445a498a9eb4a6b272759f5 Author: Harlow Ward Date: Thu Jul 24 23:03:41 2014 -0700 Initial commit * Add installation instructions to README. * Make note that this repo is under development. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8365624 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# Folders +_obj +_test + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go + +*.exe +*.test diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a56969 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Kinesis Connector Application + +A Kinesis Connector Application written in Go for extracting streaming event data +into S3, Redshift, DynamoDB, and more. + +__Note:__ _This codebase is a under active development, and is not condisdered +production ready._ + +## Installation + +Clone the repository. + + $ git clone git@github.com:harlow/go-etl.git +