1

How we get data from Wialon server and save it in our Locally

Тема: How we get data from Wialon server and save it in our Locally

we are one of gurtam customer and we want to keep our wialon data in our local server for one year,
Is there any way to get our data that removes after 3 months from wialon server and keep it for a year in our server?
If it is possible how we can do that?

Best Regards

2

How we get data from Wialon server and save it in our Locally

(24/01/2018 23:45:37 отредактировано rual)

Re: How we get data from Wialon server and save it in our Locally

You can use Retranslators, that will stream all unit messages to your server via selected protocol (but if you'll create new unit, you'll need to update retranslator config). Then you need some server with implementation of that protocol, that will store this data.

Alternatively, you can fetch messages via API periodically.

3

How we get data from Wialon server and save it in our Locally

Re: How we get data from Wialon server and save it in our Locally

ataher, alternatively you can use flespi for this purposes.
You can setup pipeline in two variants:
1. devices => flespi channel => flespi stream => Wialon(flespi gateway device type preferable)
2. devices => Wialon (original device type) => retranslation to flespi channel via Wialon Retranslator protocol => flespi channel

From flespi you can fork data stream into local devices (and store data on flespi) or access messages it via MQTT or REST whatever protocol is easier for you (up to 10 years).

Or you can stream data from flespi to Amazon Web Services and store messages there.

For most of these tasks flespi is free of charge for Wialon users.

At the dark side of telematics...