https://github.com/rnett/csc365-project
Exoplanet solar system viewer using Kepler's data. Written in Java with a MySQL database.
https://github.com/rnett/csc365-project
exoplanets java kepler mysql
Last synced: 3 months ago
JSON representation
Exoplanet solar system viewer using Kepler's data. Written in Java with a MySQL database.
- Host: GitHub
- URL: https://github.com/rnett/csc365-project
- Owner: rnett
- Created: 2018-04-26T23:39:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T06:23:17.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T02:15:52.659Z (4 months ago)
- Topics: exoplanets, java, kepler, mysql
- Language: Java
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSC 365 Project
## Members
* Ryan Nett
* Andrew Pirondini
* Wilson Leong## Parts
* Parser: parse csv into database. Share classes w/ java backend?
* Database: tables, relations, etc. Work closely w/ Parser
* Java backend: query the database, store in java objects.
* Java frontend: display the map, select different systems, etc. Might need some kind of input?## Datebase
Planets:**star letter** orbital_radius orbital_period ortibal_eccentricity orbital_inclination mass radius density goldilocks(T/F)
Stars:
**name** type(blue giant, etc) color? mass #planets distance
## Frontend mockup
