Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattmajestic/streamlit-supabase
Streamlit application integrated with Supabase Auth, Bucket Storage, postgres
https://github.com/mattmajestic/streamlit-supabase
python supabase
Last synced: 4 months ago
JSON representation
Streamlit application integrated with Supabase Auth, Bucket Storage, postgres
- Host: GitHub
- URL: https://github.com/mattmajestic/streamlit-supabase
- Owner: mattmajestic
- Created: 2023-08-04T01:46:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T16:33:30.000Z (over 1 year ago)
- Last Synced: 2024-09-28T11:01:50.922Z (4 months ago)
- Topics: python, supabase
- Language: Python
- Homepage: https://supabase-demo.streamlit.app/
- Size: 120 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamlit Supabase App 🚀
Welcome to the Streamlit Supabase app! This app shows some basic usage of a `Supabase` backend within Streamlit deployed on `Streamlit Cloud`.
## Features
- `User Login` authentication using Supabase
- `User signup` using Supabase
- `File upload` to a Supabase storage bucket
- Retrieve + View `Supabase Backend` of session ids + timestamp## PyPI Package 🐍
Check out the PyPI package: [pip install streamlit-supabase](https://pypi.org/project/streamlit-supabase/)
Github Action to deploy to PyPI: [publish-to-pypi.yml](https://github.com/mattmajestic/streamlit-supabase/blob/main/.github/workflows/publish-to-pypi.yml)
## Live Demo
Check out the live demo of the app: [Streamlit Supabase App](https://supabase-demo.streamlit.app/)
![image](https://github.com/mattmajestic/streamlit-supabase/assets/33904170/61c3c7be-f73b-4efb-9b64-72e8d6415f76)