Hi, I’m new to ADSB Exchange and feeding and have a question. Is it possible to stream the data being received into a database so that it can be reported on? I’d like to be able to keep track of planes seen, how many times, different types of plane etc. I have a script that pulls the chunk files, unzips them and can bring them in as JSON into Power BI but it’s very messy. I’m thinking InFlux or Prometheus for the DB?
Unfortunately I keep coming up blank on google. I think the port is 30005 and is only presented locally so I’ll try installing influxdb local and see if I can connect
Port 30154 (on the ADSBx image, at least) should give a stream of JSON data, including every position received. It’s quite a lot of data! Polling http://adsbexchange.local/tar1090/data/aircraft.json may be more manageable.
Thanks for the reply, I ended up switching from using ADSBExchange image to adsb.im and feeding both FlightAware and ADSBExchange. It also allowed me to use telegraf to send the data to InfluxDB. thanks again