Skip to content

SyneHQ/celestial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Celestial

What is this?

Hey there! Celestial is a containerized data analysis environment I built to solve the "works on my machine" problem. If you're tired of spending hours setting up Python environments, managing dependencies, or dealing with version conflicts, this might be for you.

Originally designed to work with SyneHQ's console labs, but honestly, you can run it anywhere Docker works.

Why I built this

As developers, we've all been there - you pull down a data science project, spend 2 hours fighting with package versions, only to find out the original author was using Python 3.8 and you're on 3.11. Or worse, the analysis works perfectly on your laptop but breaks in production.

Celestial gives you a consistent, reproducible environment that just works. No more "but it worked yesterday" moments.

What you get

  • Containerized goodness: Your analysis runs the same way every time, everywhere
  • SyneHQ ready: Plays nice with SyneHQ console labs if that's your thing
  • Real terminal access: Full bash support because sometimes you need to get your hands dirty
  • Batteries included: Common data analysis tools pre-installed so you can focus on the actual work

How to use it

If you're using SyneHQ console labs, just fire up the bash terminal and launch the container. If you're running it elsewhere, standard Docker commands apply.

Quick start

  1. Jump into SyneHQ console labs (or your preferred Docker environment)
  2. Open up the bash terminal
  3. Spin up the Celestial container
  4. Start analyzing data without the setup headaches

That's it. No complex configuration, no dependency hell, just a clean environment ready for your data work.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors