Differences between revisions 1 and 2
Revision 1 as of 2022-04-06 21:56:34
Size: 980
Editor: PieterSmit
Comment:
Revision 2 as of 2022-04-06 22:15:39
Size: 979
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 == Shards == == Shards ==

AWS/Kinesis

  • Streaming fully managed service provided and run by AWS, only pay for use.
  • It retains data for 24h by default can increase up to couple of days

Shards

  • Records collected in shard (group of records)
    • Shard states [ OPEN, CLOSED, EXPIRED]
    • One shard capacity 1MB/s in, 2MB/s out, 1000Put/s
    • Records in shard limited to 1MB

Retrieve data from Kinesis shards

AWS/Kinesis (last edited 2022-04-06 22:15:39 by PieterSmit)