Description:
The NASA datasets are contained in collections that can be loaded in json format. However, to load data into a dashboard from the given API endpoints didn't work.
Proposition:
Loading data requires either HTTP requests via REST frameworks or real-time loading via Apache Kafka. Django REST framework is ideal since the data used is historical time-series data. Real-time functionality can later be added.
Description: The NASA datasets are contained in collections that can be loaded in json format. However, to load data into a dashboard from the given API endpoints didn't work.
Proposition: Loading data requires either HTTP requests via REST frameworks or real-time loading via Apache Kafka. Django REST framework is ideal since the data used is historical time-series data. Real-time functionality can later be added.