-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated roadmap with the future plan of action (#267)
- Loading branch information
1 parent
888c19a
commit 21d376e
Showing
1 changed file
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,43 @@ | ||
Future Roadmap | ||
============== | ||
|
||
Tempo's future roadmap and plans for development will be announced here soon. | ||
The general plan for Tempo's future development is below. However, it is worth noting that based on the demand the order | ||
of development might change. | ||
|
||
.. admonition:: Future Roadmap | ||
.. admonition:: Tempo's future plan | ||
:class: important | ||
|
||
Stay Tuned. Coming soon... | ||
- *Next generation API version 0.2* | ||
1. Meta-data cleanup | ||
|
||
2. Simpler constructors | ||
|
||
3. New core TSDF transformation functions | ||
|
||
- *Clear separation of resampling & interpolation functions* | ||
-------------------------------------------------------------------------- | ||
- *Intervals API* | ||
1. Extract intervals from TSDFs | ||
2. Get distinct (non-overlapping intervals) | ||
3. Interval-TSDF joins | ||
|
||
- *Streaming Support* 🚀 | ||
1. Streaming as-of joins | ||
2. Streaming resampling | ||
|
||
- *Integration with timeseries forecasting & ML libraries:* 📈 | ||
1. statsmodels | ||
2. FB Prophet | ||
3. Tensorflow | ||
4. Pytorch | ||
5. tsfresh | ||
6. sktime | ||
|
||
And many more... | ||
|
||
- *Simpler Windowing API* | ||
1. Use natural-language expressions (ie "5 mins", "16 days", etc.) | ||
|
||
|
||
Don't see what you are looking for, reach out to the team directly | ||
at `labs@databricks.com <mailto:labs@databricks.com>`_ with your feature requests and ideas for improvement. |