IoT schema design for traffic data!

SQL database need to be migrated to NoSql (MongoDB) and we have thousand of IoT devices (events and including sensors) , are reporting every 10 minutes.
Appropriate suggestion for a schema design for traffic data?

Hi @Emad_Brown ,

You will need to provide some more details for better assistance.

For example what is the data and queries look like? How does data changes ? Is it insert only?

What is total size of data? Do you require data retention policy ?

Obviously you be interested in the new timeseries on 5.0 collections as it sounds like time series data

Thanks
Pavel