twitchscience / kinsumer

Native Go consumer for AWS Kinesis streams.
Other
134 stars 35 forks source link

Use namespace in the dynamodb table #34

Open Sytten opened 5 years ago

Sytten commented 5 years ago

In an effort to limit the number of tables, it would be very useful to use the stream name as the namespace so we can share them.

garethlewin commented 5 years ago

Do you mean use one table and namespace the keys? If so do you mean share all the tables for one application, or share the 3 tables between all applications?

Sytten commented 5 years ago

Most likely share the 3 tables between all applications so we don't have to create a set per stream