Using Timely as a time series database

Now that we are able to transform raw information into a clean series of Twitter sentiment with parameters such as hashtags, emojis, or US states, such a time series should be stored reliably and made available for fast query lookups.

In the Hadoop ecosystem, OpenTSDB (http://opentsdb.net/) is the default database for storing millions of chronological data points. However, instead of using the obvious candidate, we will introduce one you may not have come across before, called Timely (https://nationalsecurityagency.github.io/timely/). Timely is a recently open sourced project started by the National Security Agency (NSA), as a clone of OpenTSDB, which uses Accumulo instead of HBase for its underlying storage. ...

Get Mastering Spark for Data Science now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.