art049 / odmantic

Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints

Home Page:http://art049.github.io/odmantic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Series support

IGJAmpere opened this issue · comments

Feature request

Context

Time series are a specific type of collection that has clear positives in terms of optimized queries of timed data.

Solution

Providing support in ODMantic models (or adding a new type of model).

Alternative solutions

Document how to create one from existing features.