All Downloads are FREE. Search and download functionalities are using the official Maven repository.

avro.user-behavior.avsc Maven / Gradle / Ivy

There is a newer version: 0.1.3
Show newest version
[
  {"namespace": "com.datawizards.model",
    "type": "record",
    "name": "UserAction",
    "fields": [
      {"name": "event_id", "type": "string"},
      {"name": "session_id", "type": "string"},
      {"name": "event_type", "type": "string"},
      {"name": "event_date", "type": { "type" : "long", "logicalType" : "timestamp-millis" }},
      {"name": "user_id", "type": ["null", "string"], "default": null},
      {"name": "listing_id", "type": ["null", "string"], "default": null},
      {"name": "device", "type": ["null", "string"], "default": null}
    ]
  }
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy