8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
say I get a stream of data: {machineCode: "", lat: , lon: } And I want to display a count of such datums per machineCode.
Is there a way to efficiently get all the unique machine codes? or should I just keep track of them while inserting data?