Adp
ADP is an intelligent data platform that bridges the gap between heterogeneous data sources and AI agents. It abstracts data complexity through business knowledge networks, provides unified data access (VEGA), and orchestrates data processing through DataFlow pipelines.
Install / Use
/learn @kweaver-ai/AdpREADME
ADP (AI Data Platform)
中文 | English
ADP (AI Data Platform) is part of the KWeaver ecosystem. If you like it, please also star⭐ the KWeaver project as well.
KWeaver is an open-source ecosystem for building, deploying, and running decision intelligence AI applications. This ecosystem adopts ontology as the core methodology for business knowledge networks, with DIP as the core platform, aiming to provide elastic, agile, and reliable enterprise-grade decision intelligence to further unleash everyone's productivity.
The DIP platform includes key subsystems such as ADP, Decision Agent, DIP Studio, and AI Store.
📚 Quick Links
- 🤝 Contributing - Guidelines for contributing to the project
- 📄 License - Apache License 2.0
- 🐛 Report Bug - Report a bug or issue
- 💡 Request Feature - Suggest a new feature
Platform Definition
ADP is an intelligent data platform that bridges the gap between heterogeneous data sources and AI agents. It abstracts data complexity through business knowledge networks (Ontology), provides unified data access (VEGA), and orchestrates data processing through DataFlow pipelines.
Key Components
1. Ontology Engine
The Ontology Engine is a distributed business knowledge network management system. It allows enterprises to model their business world digitally.
- Multi-dimensional Modeling: Define object types, relation types, and action types to map real-world entities.
- Visual Configuration: Intuitive interface for ontology management.
- Intelligent Query: Supports complex multi-hop relationship path queries and semantic search.
2. ContextLoader
ContextLoader is responsible for constructing high-quality context for AI agents.
- Precise Recall: Retrieves information based on ontology concepts rather than just keyword matching.
- Dynamic Assembly: Assembles context fragments based on the current task needs and user permissions.
- On-Demand Loading: Loads only the necessary data to prevent context window overflow.
3. VEGA Data Virtualization
VEGA provides a unified SQL interface for heterogeneous data sources, decoupling applications from underlying database implementations.
- Single Access Point: Connect to MariaDB, DM8, REST APIs, and more through a single interface.
- Cross-Source Query: Join data across different databases seamlessly.
- Standardized Semantics: Ensures consistent data definitions across all applications.
4. DataFlow
DataFlow is a visual pipeline orchestration engine designed for data processing.
- Data Pipeline Design: Build and orchestrate data processing flows through a visual interface.
- Code Execution: Supports sandboxed Python code execution for complex data transformation tasks.
- Real-time Processing: Supports scheduled and event-driven data processing pipelines.
Technical Goals
- Unified Semantics: Decouple business logic from code by defining it in the Ontology, allowing for global reuse across agents.
- Data Agility: Virtualize data access to avoid hard-coded integrations and enable rapid adaptation to data source changes.
- Observable Process: Make all agent actions, data flows, and decisions traceable and auditable.
- Secure Execution: Enforce granular permission controls and validation at every step of the data flow.
Architecture
┌───────────────────────────────────────────────────────────────────┐
│ ADP Platform │
│ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ DataFlow │◄──┤ ContextLoader│◄──┤ Ontology Eng.│ │
│ │(Data Pipeline)│ │ (Assembly) │ │ (Modeling) │ │
│ └──────┬───────┘ └──────┬───────┘ └──────┬───────┘ │
│ │ │ │ │
│ ▼ ▼ ▼ │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ VEGA Data Virtualization Engine │ │
│ └─────────────────────────┬────────────────────────────┘ │
│ │ │
│ ▼ │
│ ┌────────────┐ ┌────────────┐ ┌────────────┐ │
│ │ MariaDB │ │ DM8 │ │ ExternalAPI│ │
│ └────────────┘ └────────────┘ └────────────┘ │
└───────────────────────────────────────────────────────────────────┘
Quick Start
Prerequisites
- Go: 1.23+ (for Ontology)
- Java: JDK 1.8+ (for VEGA)
- Node.js: 18+ (for Web Console)
- Database: MariaDB 11.4+ or DM8
- Search Engine: OpenSearch 2.x
Build & Run Setup
-
Clone the Repository
git clone https://github.com/kweaver-ai/adp.git cd adp -
Initialize Database Run the SQL initialization scripts located in the
sql/directory to set up your database schema. -
Build Modules
-
BKN (Go): Refer to bkn/README.md for detailed instructions.
cd bkn/bkn-backend go run main.go -
VEGA (Java):
cd vega mvn clean install -
DataFlow: Refer to dataflow/README.md for detailed instructions.
-
Web Console (Node.js):
cd web npm install npm run dev
-
Contributing
We welcome contributions! Please see our Contributing Guide for details on how to contribute to this project.
License
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
Support & Contact
- Issues: GitHub Issues
- Contributing: Contributing Guide
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
