I’m excited to share my latest project, SpacExploration App, a real-time dashboard built with Dash that visualizes various aspects of space exploration. The app scrapes data daily and in real-time (every 6 hours), offering an up-to-date view of space activities.
Features:
3D Rotating Earth: Visualizes the number of launches by country since the beginning of space exploration.
Historical Milestones: Presented in a Cytoscape graph resembling constellations, each node represents a significant event in space history.
Dynamic Dashboard: Includes line plots, bar graphs, and sunburst charts that update based on user interaction to show data like number of launches, success rates, and more.
Technical Highlights:
Data Scraping: Utilizes Python scripts to scrape data from NextSpaceFlight.com and the French Wikipedia page on space exploration milestones, which is auto-translated to English. A Flask server triggers the scraping scripts, ensuring that the data is always up-to-date.
Responsive Design: The app is fully responsive, adapting to various screen sizes.
Google Cloud Run: The app is deployed on Google Cloud Run
Welcome to the community! Your application is absolutely breathtaking! The design is incredibly stunning, and I’m especially impressed by how you’ve utilized the Cytoscape library to craft the constellation map. Truly innovative and visually captivating – great work!
Hello @atharvakatre and thank you so much for your kind words!
I’m thrilled to hear that you enjoyed the application, especially for the Cytoscape part. I spent time pondering how to present data in a way that felt aligned with the theme of space exploration and the idea of using “constellations” for historical milestones really excited me.
Well … besides really cool idea … if you ever wanted to take things to another level, check out this:
If you’re ever looking for a fun project and want to put the solar system in a Dash app … and make them all color coded … …This guy was tinkering w Plotly charts … how about extending the WOW effect to a dash app … (who doesn’t like coloured, textured planets spinning around, eh?) this would be something
Email me for more info if interested. dave@plot.ly
Thank you for your kind words about my Dash App.
I’m definitely okay with it being included on the Plotly Example Apps page, and I’m grateful for the offer.
I’m just discovering Dash (and python quite frankly!). Might be a silly question but was this app (amazing stuff by the way) created purely through open source libraries?
Yes, the app is built entirely using open-source libraries. I’ve primarily used Dash, Dash Cytoscape, Dash Mantine, among others to create the application. If you’re interested in diving deeper, I’ve documented the whole process, including the libraries used, in the README on the GitHub repository.
Here’s the link to the GitHub repo for more information: Github repo
Feel free to reach out if you have any more questions!