Skip to content

DataFlow Notebook is a code-free data manipulation tool using Flask (backend) and React/React Flow (frontend) for intuitive, drag-and-drop data processing.

Notifications You must be signed in to change notification settings

JoyAlbertini/DataFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Flow

Data Flow Logo

Overview

DataFlow Notebook is a dynamic, code-free platform designed to streamline data manipulation and analysis for non-technical users.

Overview Video

Data Flow Logo

Features

  • Code-Free Data Manipulation: Engage with data without any coding knowledge using an intuitive drag-and-drop interface.
  • Data Operations: Perform essential data operations such as merging, filtering, sorting, ecc..
  • User-Friendly Interface: Designed with non-technical users in mind to help them perform complex data analysis tasks effortlessly.

Technologies

  • Python Flask: Serves as the backend framework, handling data processing and server-side logic.
  • React/React Flow: Powers the frontend graphical user interface, enabling interactive data manipulation through visual elements.

Front-End Installation

Install modules

npm install

Run

npm run dev

Back-end Installation

Create a virtual environment

python3 -m venv .venv

Activate it

source .venv/bin/activate

Install requirements

pip install -r requirements.txt

Collaborators

This project was developed with the help of :

About

DataFlow Notebook is a code-free data manipulation tool using Flask (backend) and React/React Flow (frontend) for intuitive, drag-and-drop data processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published