/nexus-databoard

Quickly build data applications. Provides boilerplate for streamlit application development

Primary LanguagePython

Savantly Databoard

Build a data application fast

Quick Start

streamlit run src/Home.py

Clone

Clone the repository

Create a virtual python environment to isolate dependency versions.

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt

Docker Compose

Run the docker compose file to spin up the docker image.

docker compose up --build

TODO

  • Add POSTGRES to the docker-compose
  • Seed POSTGRES from the db/seed.sql