Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/databrickslabs/tempo

API for manipulating time series on top of Apache Spark: lagged time values, rolling statistics (mean, avg, sum, count, etc), AS OF joins, downsampling, and interpolation
https://github.com/databrickslabs/tempo

data-analysis data-science pandas python scala time-series timeseries timeseries-analysis timeseries-data

Last synced: 3 months ago
JSON representation

API for manipulating time series on top of Apache Spark: lagged time values, rolling statistics (mean, avg, sum, count, etc), AS OF joins, downsampling, and interpolation

Awesome Lists containing this project

README

        

# tempo - Time Series Utilities for Data Teams Using Databricks



## Project Description
Welcome to Tempo: timeseries manipulation for Spark.
This project builds upon the capabilities of [PySpark](https://spark.apache.org/docs/latest/api/python/index.html) to provide
a suite of abstractions and functions that make operations on timeseries data easier and highly scalable.

*NOTE* that the Scala version of Tempo is now deprecated and no longer in development.

[![image](https://github.com/databrickslabs/tempo/workflows/build/badge.svg)](https://github.com/databrickslabs/tempo/actions?query=workflow%3Abuild)
[![codecov](https://codecov.io/gh/databrickslabs/tempo/branch/master/graph/badge.svg)](https://codecov.io/gh/databrickslabs/tempo)
[![Downloads](https://pepy.tech/badge/dbl-tempo/month)](https://pepy.tech/project/dbl-tempo)
[![PyPI version](https://badge.fury.io/py/dbl-tempo.svg)](https://badge.fury.io/py/dbl-tempo)
[![docs](https://github.com/databrickslabs/tempo/actions/workflows/docs.yml/badge.svg)](https://databrickslabs.github.io/tempo/)
[![lines of code](https://tokei.rs/b1/github/databrickslabs/tempo)]([https://codecov.io/github/databrickslabs/tempo](https://github.com/databrickslabs/tempo))

## [Tempo Project Documentation](https://databrickslabs.github.io/tempo/)