I have a unique case. I need to use the server for real-time and last position only. This is a case where I am legally not allowed to retain historical records of the tracking devices. Does anyone have a solid work around for doing this.
A very important note: The database can have no historical records, NONE. I really prefer that all data was stored in memory and not written to disk at all.
Thank you in advance.
It is very easy to do with Traccar. All you need is to remove INSERT query from the config file. Live data is stored in memory already.
Can you provide more details about you use case? Just curious why it's not allowed to store any data.
Thanks, Anton.
We have a client that needs to know where assets are in real time, but can't have an audit trail. They do some sensitive asset movements.
I have a unique case. I need to use the server for real-time and last position only. This is a case where I am legally not allowed to retain historical records of the tracking devices. Does anyone have a solid work around for doing this.
A very important note: The database can have no historical records, NONE. I really prefer that all data was stored in memory and not written to disk at all.
Thank you in advance.