Hello,
I am currently working with a TimeSeries collection in Atlas MongoDB. The timeField
contains data in seconds, for example, 2024-05-31T09:10:28.000+00:00
, and the metaField
is carId
.
For data archiving purposes, we want to store the data in S3 files through our application. However, I am unsure about how to specify the path for this setup.
We plan to query the archived data using data federation, with the query conditions being timestamp
and carId
.
Could someone guide me on how to correctly specify the path for data federation in this context?
Thank you!