snowplow / snowplow-java-tracker

Snowplow event tracker for Java. Add analytics to your Java desktop and server apps, servlets and games. (See also: snowplow-android-tracker)
http://snowplowanalytics.com
Apache License 2.0
24 stars 36 forks source link

Rename Unstructured events to SelfDescribing #296

Closed mscwilson closed 2 years ago

mscwilson commented 2 years ago

The Snowplow nomenclature has changed. It's now preferred to call "unstructured" events "self-describing", as they're in fact highly structured due to their integral self-describing (self-referential) JSON.

Add a SelfDescribing event class wrapper for Unstructured events.

mscwilson commented 2 years ago

I decided to go straight for the rename rather than make a SelfDescribing alias and deprecate Unstructured. Taking advantage of not being at v1.0.0 just yet!