Skip to content

Quickly build data applications. Provides boilerplate for streamlit application development

Notifications You must be signed in to change notification settings

savantly-net/nexus-databoard

Repository files navigation

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

About

Quickly build data applications. Provides boilerplate for streamlit application development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published