First time trying cesium

1. A concise explanation of the problem you're experiencing.
I am developing an aviation program that try to connect mysql database to the cesium and i don't know where to start.

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.Route Of Flight

Flight info:

flight_no ACType gufi From To Speed EST ETD ETA
JBU996 A320 KT46760400 KATL KBOS 454 2019-01-16T13:07:00Z 2019-01-16T12:59:00Z 2019-01-16T14:55:50Z

WayPoint info

KATL.PLMMR2.SPA.Q22.BEARI..THHMP..MAAXY..OOD.J42.RBV.J222.JFK.ROBUC3.KBOS/0205
Fix elapsedTime latitudeDecimal longitudeDecimal distance
ATL 33.64 -84.43 0
RONII 212 33.68 -84.18 15
IGEBE 306 33.73 -84.04 23
PLMMR 504 33.95 -83.73 46
TENSE 794 34.31 -83.14 87

Updated live flown info

acid timeAtPosition reportedAltitude currentLattitude latitudeDirection currentLongitude longitudeDirection
JBU996 2019-01-16T13:15:26Z 17 33.63 NORTH 84.43 WEST
JBU996 2019-01-16T13:16:50Z 49 33.62 NORTH 84.52 WEST
JBU996 2019-01-16T13:17:12Z 63 33.6 NORTH 84.55 WEST
JBU996 2019-01-16T13:17:56Z 93 33.55 NORTH 84.58 WEST

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

We want implement cesium into our application to demonstrate the real time flight with our database

4. The Cesium version you're using, your operating system and browser.

The latest one

Thanks,
Tri

Hi, and welcome to the Cesium community! The getting started guide is a good place to start:

You might also find the code examples on Sandcastle useful:

For your application, I know there were some community members building similar stuff. This recent forum post has some discussion about displaying live flight data:

https://groups.google.com/d/msg/cesium-dev/2LBVPoPQypY/WykY3HRjCAAJ

If you have a specific question as you work on this I’d be happy to point you in the right direction. Is this something you’re developing that’d be available online?