Skip to content

Faiz2468/csv-to-supabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV to Supabase Pipeline

This project demonstrates a simple ETL pipeline using Python that reads data from a CSV file and uploads it to a Supabase-hosted PostgreSQL database.

Perfect for showcasing cloud-based backend workflows and Python automation.


Features

  • Reads data from any CSV file using pandas
  • Connects securely to Supabase using supabase-py
  • Pushes rows into a Supabase table
  • Environment variables managed through .env file
  • Clean Git-tracked setup ready for deployment or scaling

Tech Stack

  • Python
  • Supabase (PostgreSQL backend)
  • pandas
  • supabase-py
  • python-dotenv

Setup Instructions

  1. Clone this repository
git clone https://github.com/Faiz2468/csv-to-supabase.git
cd csv-to-supabase

About

A simple pipeline that uploads CSV data to Supabase using Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages