Creating a time series through the wire listener
You can create time series with the MongoDB API through the wire listener. You create time series objects by adding definitions to time series collections.
Before you begin
You must understand time series concepts, the properties of your data, and how much storage space your data requires. For an overview of time series concepts and guidance on how to design your time series solution, see HCL OneDB™ TimeSeries solution.
Perform the following prerequisite tasks:
- Connect to a database in which to create the time series table. You run all methods in the database.
- Configure and start the wire listener for the MongoDB API. For more information, see Configuring the wire listener for the first time.
- Configure storage spaces for your time series data.
Procedure
To create a time series through the wire listener:
What to do next
After you create and load a time series, you query the data though the virtual table with MongoDB clients.