Skip to content

Commit f43484c

Browse files
committed
add logo
1 parent b5f00eb commit f43484c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Streamdata.io Stack Exchange Questions Streaming to AWS S3 Data Lake (Serverless)
2-
This is a demo of delivering a stream of Stack Exchange questions using Streamdata.io running on AWS Lambda as a "serverless" function. It is designed to take this existing JSON API and turn it into a streaming API using Server-Sent Events (SSE), applying incremental updates using JSON Patch, and then stream the results into a data lake store on Amazon S3.
2+
<img src="https://s3.amazonaws.com/kinlane-productions/streamdata/streamdata-vertical.png" align="right" width="150" />This is a demo of delivering a stream of Stack Exchange questions using Streamdata.io running on AWS Lambda as a "serverless" function. It is designed to take this existing JSON API and turn it into a streaming API using Server-Sent Events (SSE), applying incremental updates using JSON Patch, and then stream the results into a data lake store on Amazon S3.
33

44
You will need a Streamdata.io account and application key to run this function, as well as an AWS account to run the Lambda function in, and AWS S3 to store the data. You can run this as stream for up to five minutes (the maximum timeout of a Lambda script), then rerun every X minutes, or other schedule using AWS CloudWatch Events. Providing an existing API stream that can be turned on or off as needed, delivering real time updates to your Amazon S3 data lake.
55

0 commit comments

Comments
 (0)