question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SpaceX company history & events

See original GitHub issue

This is an API feature request originated in #1

Extending the API with company history and important events (referencing blogposts or news posts perhaps) of SpaceX could be interesting. An overview of events for the company can be gound here in the Making History section.

A company Event model could contain data like: title, event date (yyyy-mm-dd or other desired formats like the lauches), description, original blog url/reddit url about the event. All sortable by date (ASC/DESC) and probably groupable by year like the timetable on the provided link above. Maybe add categories, or vehicles IDs concerned to the event used for filtering.

Possible endpoint entity name: events milestones or history

  • /v2/info/history returning all history for now
  • /v2/info/history?year=2018 returning events for a specific date/year
  • /v2/info/history?year=2018&order=asc returning events for a specific date/year ordered (asc or desc)
  • /v2/info/history?rocketid=falcon9 returning all events for a specific rockettype

Just some quick endpoints I’m thinking of. Looking forward to extend my application with this data so it can go beta! 😃 👍

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
jakewmeyercommented, May 24, 2018

Decided to keep the history separate. Data is done, getting the endpoint and sorting methods done next

1reaction
jakewmeyercommented, May 17, 2018

Also noticed the history page on the spacex website hasn’t been updated since December. Are we going to start determining milestones? 😆

Read more comments on GitHub >

github_iconTop Results From Across the Web

SpaceX History: Founding, Timeline, and Milestones - Zippia
A complete timeline of SpaceX's History from founding to present including key milestones and major events.
Read more >
History of SpaceX - Wikipedia
This is a corporate history of SpaceX, an American aerospace manufacturer and space ... "The top 15 events that happened in space in...
Read more >
Timeline of SpaceX
The National Aeronautics and Space Administration (NASA) is founded. 1961, December 12, Prelude (private spaceflight), OSCAR 1 is launched as the first amateur ......
Read more >
SpaceX: A Timeline | The Software Guild
Founded in 2002 by the aforementioned Musk, SpaceX was conceived as a manufacturing and facilitator of the world's first line of rockets and ......
Read more >
SpaceX | Spacecraft, Rockets, & Facts | Britannica
SpaceX, in full Space Exploration Technologies Corporation, American aerospace company founded in 2002 that helped usher in the era of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found