How to store events
We have a gateway in the field that will be sending up events as they happen, and example would be an estop pressed, or a solenoid actuated. With each event there will be sent a start time and a duration. What is the best way to store these events? I would like a general events infotable for each "thing" that holds the name of the event, time, and duration. Should a new row be added as each event occurs, or should I use a stream and just replace the existing row with the most current event?

