Need advice about which tool to choose?Ask the StackShare community!
Because we're getting continuous data from a variety of mediums and sources, we need a way to ingest data, process it, analyze it, and store it in a robust manner. AWS' tools provide just that. They make it easy to set up a data ingestion pipeline for handling gigabytes of data per second. GraphQL makes it easy for the front end to just query an API and get results in an efficient fashion, getting only the data we need. SwaggerHub makes it easy to make standardized OpenAPI's with consistent and predictable behavior.
Use case for ingressing a lot of data and post-process the data and forward it to multiple endpoints.
Kinesis can ingress a lot of data easier without have to manage scaling in DynamoDB (ondemand would be too expensive) We looked at DynamoDB Streams to hook up with Lambda, but Kinesis provides the same, and a backup incoming data to S3 with Firehose instead of using the TTL in DynamoDB.
Pros of Amazon Kinesis
- Scalable9
Pros of Amazon Kinesis Firehose
Pros of Google Cloud Dataflow
- Unified batch and stream processing7
- Autoscaling5
- Fully managed4
- Throughput Transparency3
Sign up to add or upvote prosMake informed product decisions
Cons of Amazon Kinesis
- Cost3