Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Timeseries Collection Support #2797

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

massooti
Copy link

@massooti massooti commented Feb 20, 2024

This pull request introduces support for timeseries collections in MongoEngine, addressing issue #2661. With the addition of a 'timeseries' option in the Document meta dictionary, users can now easily create and manage timeseries collections. This enhancement aligns with MongoDB 5.0's timeseries feature, providing better support for time-based data storage scenarios. Contributions welcome!

Closes #2661 (if applicable)

Introduce a new feature to support timeseries collections in the mongoengine library. The implementation includes enhancements to handle time-based data storage efficiently. This feature enables users to create and interact with timeseries collections, providing better support for time-series data scenarios.

Closes MongoEngine#2661 (if applicable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timeseries collection
1 participant