Code Monkey home page Code Monkey logo

pelt-studio's Introduction

PELT Studio

The Python Extract, Load, Transform Studio is an application for performing ELT (and ETL) tasks. Under the hood the application consists of a two parts. The Python back end: using SQLAlchemy for interfacing with traditional Relational Databases, FastAPI for exposing the logic to the fronend and Motor (async MongoDB client) for persisting the application configurations and database metadata. The front end is built using svelte and jsplumb.

PELT Studio example ELT dataflow

The above diagram serves as a basic explaination of what the MVC for this app strives to achieve. Current progress is shown below:

PELT Studio interface

PELT Studio canvas menu

Status

ALPHA! This applicaiton is still under development.

If you are familiar with docker its trivial to set up a docker conatiner for this, however for now I'm keeping the files out of the repo to avoid having to update them as this is such an early stage of development.

I am currently also in the process of replacing the POC frontend implemented in react with a newer more maintainable version implemented in Svelte. This will eventually be renamed to peltstudio, but for now is called speltestudio (pelt + svelte. Yes, it's horrible but I couldnt think of anything else at the time).

There are a number of issues with the current implementation:

  • lacks way to configure database connections from front end
  • lacks way to view/configure join data for etl flows
  • currently only supports one-to-one or more table data flows
    • one source table, to one or more target tables
    • no way to join selects, so cannot support merging data from two tables (yet)
    • all filters are joined using and so need better way to support more complex conditions
  • need to build execution engine/transaction code
  • need to test the current compilation code, as there appears to be issues in DAG
  • a very large amount of refactoring 🤦

I'm a sole developer who works on this in my spare time. There is no current schedule for releases etc. I would love to see your issues/forks/PR's so please get involved!

Usage

The usage instructions below are for usage during development. Proper packaging/deploying to come when closer to beta milestone.

# clone the repo and cd into it
git clone https://github.com/schlerp/pelt-studio.git
cd pelt-studio

# set up the python environment
python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txt

# start the api
python -m peltapi

# in another terminal, start the frontend
cd ./speltestudio
yarn      # to set up node_modules, can also use `npm install`
yarn dev  # to run the frontend, can also use `npm run dev`

# frontend: http://localhost:5000
# backend docs: http://localhost:8321/docs

pelt-studio's People

Contributors

schlerp avatar

Stargazers

Pavel Rusakov avatar  avatar Michael Geiger avatar  avatar Ryan E avatar Sindhu Madhavan avatar  avatar Doug A avatar  avatar Francisco Salas avatar Simon Belluzzo avatar Mehdi YAHIA CHERIF avatar radityo avatar  avatar lifeisawavesorideit avatar negi111111 avatar BStokes-GoDaddy avatar QM avatar Colin Bieberstein avatar Periklis Papanikolaou avatar  avatar Okza Pradhana avatar Dylan Roy avatar  avatar JESUS SANTANA avatar SUBHRAJIT MOHANTY avatar Thang Luu avatar Christian Ledermann avatar DeokJung Kim avatar Terence Munro avatar Gabriel Baez avatar  avatar Paschal Onuorah avatar Ming Fang avatar Dheeraj Inampudi avatar Nyimbi Odero avatar Ceyda Cinarel (재이다) avatar Pavlo Sidelov avatar Matt Masteller avatar Charly Wargnier avatar Ruben Rosa avatar DAVID avatar  avatar  avatar Ken Harrison avatar  avatar  avatar 이채원(Chaewon Lee)/Data Platform avatar Vassil Verguilov avatar LOUKAS MOUSAS avatar Andrea Guzzo avatar João Paulo Canário avatar Matthias Frank avatar Joshua Magady avatar Doug Eisenstein avatar Dirco avatar Affandy Fahrizain avatar

Watchers

James Cloos avatar Clive Bearman avatar  avatar  avatar  avatar

pelt-studio's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.