Member-only story

Python — Flight Data Generation

Build a Kafka Producer with Python

7 min readDec 11, 2022

--

Python — Flight Data Generation
Image by Lars Nissen from Pixabay.

Wow, it’s already Day 11 of the Python Data Science December. Today we start a new data science project about generating airplane location data. In the end, we will build something similar to what you might know from Flightradar24, but much smaller. 😃

Flightradar24. We want to build something similar.
The screenshot was taken from Flightradar24.

We will not only learn about Python, Kafka & Pykafka but also about important data architectural concepts like separation of concerns & decoupling. But more about this later.

This story will be further continued as part of my Python — Data Science December series. All resources, datasets, required Python libraries & installations are listed at the end of the story, in the chapter Summary & Resources.

✈️ Getting Airplane Locations

Well, the first challenge is getting real-time flight or airplane location data. And that’s already the first challenge I could not solve. I found some good APIs like Aviationstack, but the free tier offers only 100 requests. That’s simply not enough for our project. Perhaps you know some good free or cheap APIs?

--

--

Techletters
Techletters

Written by Techletters

#ai #datascience #salesforce #crypto #kafka #python — Follow me: https://techletters.medium.com/membership

No responses yet

Write a response