Spacex api
Prerequisites
No prerequisites, but a dummy api_key is required as it enhances security in future build. Please check the available routes at SpaceX Routes.
Tables in the Spacex api connector
Table: payloads
| No | Column Name | Type | Notes |
|---|
| 1 | payload | VARCHAR | |
| 2 | id | VARCHAR | |
Table: rockets
| No | Column Name | Type | Notes |
|---|
| 1 | rockets | VARCHAR | |
| 2 | id | VARCHAR | |
Table: history
| No | Column Name | Type | Notes |
|---|
| 1 | history | VARCHAR | |
| 2 | id | VARCHAR | |
Table: landpads
| No | Column Name | Type | Notes |
|---|
| 1 | id | VARCHAR | |
| 2 | landpads | VARCHAR | |
Table: crew
| No | Column Name | Type | Notes |
|---|
| 1 | id | VARCHAR | |
| 2 | crew | VARCHAR | |
Table: ships
| No | Column Name | Type | Notes |
|---|
| 1 | ships | VARCHAR | |
| 2 | id | VARCHAR | |
Table: cores
| No | Column Name | Type | Notes |
|---|
| 1 | cores | VARCHAR | |
| 2 | id | VARCHAR | |
Table: starlink
| No | Column Name | Type | Notes |
|---|
| 1 | starlink | VARCHAR | |
| 2 | id | VARCHAR | |
Table: roadster
| No | Column Name | Type | Notes |
|---|
| 1 | roadster | VARCHAR | |
| 2 | id | VARCHAR | |
Table: company
| No | Column Name | Type | Notes |
|---|
| 1 | company | VARCHAR | |
| 2 | id | VARCHAR | |
Table: capsules
| No | Column Name | Type | Notes |
|---|
| 1 | id | VARCHAR | |
| 2 | capsules | VARCHAR | |
Table: launches
| No | Column Name | Type | Notes |
|---|
| 1 | launchpad | VARCHAR | |
| 2 | payloads | VARCHAR | |
| 3 | rocket | VARCHAR | |
| 4 | crew | VARCHAR | |
| 5 | date_unix | DOUBLE | |
| 6 | cores | VARCHAR | |
| 7 | auto_update | BOOLEAN | |
| 8 | date_precision | VARCHAR | |
| 9 | details | VARCHAR | |
| 10 | links | VARCHAR | |
| 11 | id | VARCHAR | |
| 12 | net | BOOLEAN | |
| 13 | capsules | VARCHAR | |
| 14 | static_fire_date_utc | VARCHAR | |
| 15 | failures | VARCHAR | |
| 16 | date_local | VARCHAR | |
| 17 | flight_number | DOUBLE | |
| 18 | launch_library_id | VARCHAR | |
| 19 | fairings | VARCHAR | |
| 20 | ships | VARCHAR | |
| 21 | date_utc | VARCHAR | |
| 22 | static_fire_date_unix | DOUBLE | |
| 23 | success | BOOLEAN | |
| 24 | tbd | BOOLEAN | |
| 25 | name | VARCHAR | |
| 26 | window | DOUBLE | |
| 27 | upcoming | BOOLEAN | |
Table: dragons
| No | Column Name | Type | Notes |
|---|
| 1 | id | VARCHAR | |
| 2 | dragons | VARCHAR | |
External Resources
Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.