Orion: Insert sequence of values for the same entity
I have Orion working seamlessly, saving entities and retrieving them.
But I'd like to know which is the recommended way to insert (and/or retrieving) a sequence of values for an entity, not updating its value, but adding a new value to the entity, so later I can retrieve all values stored for an specific entity ID and "draw" the evolution in a graph.
Updated: I've seen that it may be posible to do it subscribing to a Cosmos instance. Is this the recommended way?