mjplacroix / cassini_mission_2

Investing Cassini mission data with PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploring Cassini mission data

This repo is an exploration of the Cassini mission to Saturn's moon, Enceladus, using a PostgreSQL database.

The raw data is in the master_plan file

It's imported and used to initialize and construct the primary database with build.

A variety of tables are created with table_creation.

And a further exploration of specific events, fly-by, gravity, and instrument data are in the remaining SQL docs.

I aim to add additional queries as I explore further.

About

Investing Cassini mission data with PostgreSQL