Apache ignite

Ali Iqbal 6 years ago

how can i configure traccar to work with apche ignite or any other in-memory database?

Anders Yuran 6 years ago

Curious about the reason. Ignite is not meant for the kind of data traccar produce and store

Muhammad Arsil Khan 6 years ago

Since ignite is an in-memory database so we want to integrate it with traccar instead of mysql or any other dbms.(Help needed)

Ali Iqbal 6 years ago

So, we have these teltonika fmb IOT devices which will be constantly sending live data to work with. Thought we might need an in-memory database (such as apache ignite) to improve the performance with the huge amount of data. what's your take on this?

Anders Yuran 6 years ago

It seems that you need to build your own tracking server from scratch.

Anton Tananaev 6 years ago

Traccar already has in-memory cache for everything, including live data, so it doesn't really make sense to use in-memory database.