Python Based Time Series Analytics on Databricks
Key Takeaways
The video demonstrates Impulse, an open-source framework for Python-based time series analytics at scale, built by Databricks and AVL to handle petabyte-scale telemetry data from proprietary binary formats.
Full Transcript
Cars are becoming software-defined, autonomous, AI-defined, and every one of these changes generates exponentially more data. A single car test today produces petabyte-scale telemetry. For decades, engineers analyzed all this data using desktop tools that don't scale, working with hundreds of proprietary file formats that don't talk to each other. That's why Databricks partnered with AVL to build an open-source declarative time series analytics framework, Impulse. This project introduces a new way to query petabyte-scale measurement data in plain Python. First, raw sensor data lands in Databricks Lakehouse. Impulse standardizes it into a silver layer data model. Now, instead of digging through proprietary files on a laptop, an engineer can ask a question on petabytes of measurement data in 10 lines of Python. The framework handles the scale, the governance, and the file formats automatically. What used to take days now takes minutes. And ultimately, this means safer, smarter, better vehicles built faster and validated continuously. Find the resources to get started in the captions and follow for more data and AI stories.
Original Description
Analyzing petabyte-scale telemetry locked in hundreds of proprietary binary formats has been an engineering challenge for years.
That's why AVL partnered with Databricks to build the open-source framework Impulse: Python-based time-series analytics at scale.
The framework handles scale, governance, and format translation automatically.
🔗 GitHub repo: https://bit.ly/impulse-repo
Share with others!
More on: Python for Data
View skill →Related Reads
📰
📰
📰
📰
10 Pandas Challenges That Took Me From Beginner to Confident
Medium · Machine Learning
10 Pandas Challenges That Took Me From Beginner to Confident
Medium · Data Science
10 Pandas Challenges That Took Me From Beginner to Confident
Medium · Python
Work Smarter not Harder with Snowflake CREATE OR ALTER
Medium · DevOps
🎓
Tutor Explanation
DeepCamp AI