Giter VIP home page Giter VIP logo

Comments (2)

kevinmeredith avatar kevinmeredith commented on June 30, 2024

So, I just ran the sample project successfully - I have a better idea.

It uploads the Users.txt contents to an S3 bucket, where they're separated by |.

$aws s3 cp s3://kinesis-bucket-kevin/49547565461333514253711404634954902460693951254611623938-49547565461333514253711404634993588086921619525641175042 ~

$head ~/49547565461333514253711404634954902460693951254611623938-49547565461333514253711404634993588086921619525641175042 
338|BAM32FRT|Anastasia|Stephens|West Hollywood|PE|[email protected]|(623) 388-5271|false|false|false|false|false|false|false|false|true|false

I also could query Redshift via:

SELECT * FROM kinesisbasictable, seeing a bunch of results matching the users.txt file.

Currently, I have the following setup:

S3 bucket (each object is a single JSON) --> AWS Lambda (removes time-zone on a date's value since Redshift doesn't like time-zones when defining a TIMESTAMP) --> Kinesis --> ??? --> Redshift

Can I use this project to convert the JSON in Kinesis into the pipe-delimited format, and then put it into Redshift?

from amazon-kinesis-connectors.

buzzstop03 avatar buzzstop03 commented on June 30, 2024

At a high level, Redshift basic connector takes data from the users.txt file, puts into kinesis, reads data from kinesis and puts into s3 and finally reads data from s3 and puts it in redshift.

from amazon-kinesis-connectors.

Related Issues (20)

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.