dataflow

Official

Automate database operations, build data-intensive apps faster.

AuthorIntegrum-Global
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Building data-intensive applications often involves repetitive CRUD operations, complex queries, and database management. This Skill provides comprehensive patterns for the DataFlow database framework, enabling zero-configuration model-to-node generation, simplifying database interactions, and accelerating data application development.

Core Features & Use Cases

  • Zero-Config Models: Automatically generates 9 CRUD nodes per model, eliminating boilerplate.
  • Advanced Database Features: Patterns for queries, migrations, multi-tenancy, and transactions.
  • Nexus Integration: Seamlessly combine DataFlow with Nexus for multi-channel data applications.
  • Use Case: You need to build an application with a user management system. Define a User model with DataFlow, and it automatically provides UserCreateNode, UserReadNode, UserUpdateNode, etc., ready to be used in your workflows.

Quick Start

Basic DataFlow Model

from dataflow import DataFlow db = DataFlow("sqlite:///app.db") @db.model class User: name: str email: str

UserCreateNode, UserReadNode, etc. are now available!

Dependency Matrix

Required Modules

kailashdataflow

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dataflow
Download link: https://github.com/Integrum-Global/new_project_template/archive/main.zip#dataflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.