Skip to content

Add NASA NEO data pipeline assessment#292

Open
mfiroz wants to merge 2 commits intoTekmetric:masterfrom
mfiroz:firoz/nasa-neo-assessment
Open

Add NASA NEO data pipeline assessment#292
mfiroz wants to merge 2 commits intoTekmetric:masterfrom
mfiroz:firoz/nasa-neo-assessment

Conversation

@mfiroz
Copy link
Copy Markdown

@mfiroz mfiroz commented Mar 15, 2026

Summary

This PR contains my solution for the NASA Near Earth Object data engineering exercise.

What’s included

  • Python pipeline using the NASA NeoWs Browse API
  • Bronze / Silver / Gold data layout
  • Parquet outputs
  • exact 200-object handling
  • raw Bronze preservation for both neo_objects and close_approaches
  • curated Silver output with required fields
  • consolidated Gold aggregations
  • unit tests

How to run

pip install -e ".[dev]"
export NASA_API_KEY=your_api_key_here
pytest -v
python -m nasa_neo_pipeline.cli run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant