Discover and explore top open-source AI tools and projects—updated daily.
xuwei95LLM-powered data processing and task scheduling system
Top 99.4% on SourcePulse
Summary
ezdata is a data processing, analysis, and task scheduling system built with Python and Vue.js, targeting users who need to manage diverse data sources and automate complex data pipelines. It offers a low-code environment enhanced by Large Language Model (LLM) capabilities for interactive data exploration, conversational Q&A, and automated insight generation, aiming to simplify and accelerate data operations.
How It Works
The system features a Python backend and a Vue3 frontend. It abstracts various data sources—including files, relational databases, NoSQL, time-series, and graph databases—into a unified data model. This abstraction allows for consistent querying and the generation of data query API interfaces. A key differentiator is its LLM integration, which enables conversational data analysis, RAG-based knowledge retrieval from data sources, and AI-driven generation of conclusions, tables, and reports. Data integration is handled via a visual, low-code pipeline approach, extendable with a distributed Pandas engine for terabyte-scale datasets and custom code transformations. Task scheduling supports both single tasks and complex Directed Acyclic Graph (DAG) workflows, offering built-in templates (Python, Shell, Data Integration), distributed worker execution, task retries, and monitoring.
Quick Start & Requirements
pip install -r requirements.txt -i https://pypi.doubanio.com/simplepython web_api.py and the task scheduling service with python scheduler_api.py.celery -A tasks worker -P eventlet (Windows) or celery -A tasks worker (Linux). The Flower monitoring tool can be started with celery -A tasks flower.http://www.ezdata.cloud, GitHub Repository: https://github.com/xuwei95/ezdata. An online demo is mentioned but not directly linked in the provided text.Highlighted Details
Maintenance & Community
xuwei95/ezdata GitHub repository.http://www.ezdata.cloud.Licensing & Compatibility
Limitations & Caveats
2 months ago
Inactive
mlfoundations
modelscope
mage-ai
run-llama