You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Barbara Eckman (Jira)" <ji...@apache.org> on 2019/12/20 18:08:00 UTC

[jira] [Assigned] (ATLAS-2915) AWS Kinesis Stream Typedef for Atlas

     [ https://issues.apache.org/jira/browse/ATLAS-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barbara Eckman reassigned ATLAS-2915:
-------------------------------------

    Assignee:     (was: Barbara Eckman)

> AWS Kinesis Stream Typedef for Atlas
> ------------------------------------
>
>                 Key: ATLAS-2915
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2915
>             Project: Atlas
>          Issue Type: New Feature
>            Reporter: Barbara Eckman
>            Priority: Major
>
> Currently the base types in Atlas do not include AWS Kinesis Stream objects. It would be nice to add a typedef for a kinesis stream, inheriting from DataSet.  Attributes would include:
>  * streamType string, eg ""Single Region Stream".
>  * awsRegion string: the AWS region in which the kinesis stream endpoint is deployed
>  * shardCount int:  number of shards (uniquely identified sequence of data records) in the stream
>  * streamEnvironment enum.  Valid values are "unknown", "production", "staging", "QA" and "development"
>  * containsPII boolean: does this stream's data contain Personally Identifiable Information?
>  * aggregationFormat enum. Indicates if/how the records are aggregated within a single kinesis record. Valid values are "none" or "kpl".
>  * contentType enum: serialization format used by the producer of the stream.  Valid values are "unknown", "avro", "bson", "csv", "json", "key-value", "kryo", "protobuf", "raw" [ie no consistent schema], "sdp" [confluent-style avro with envelope that specifies schema id surrounding the payload], "thrift", "tlv", "xml", "other".
>  * schemaURL string: A URL to the data schema used by the producer, to facilitate consumption.
>  * schemas: array of schema objects associated with the kinesis stream. Typically avro schemas but could be JSON schema, etc.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)