Demi Ben-Ari gave a presentation about dumping time series data using Apache Spark. The presentation covered an overview of Spark, the structure of maritime location and metadata being collected over time, and the initial challenges of missing data and late arrivals causing holes in the data. It described the evolution of solutions from MongoDB to Cassandra and optimizations made to improve write speeds from 40 minutes to under 5 minutes. The fastest solution was to write the raw data to S3 and have a separate process aggregate it into Cassandra for serving.