-
Notifications
You must be signed in to change notification settings - Fork 5
Releases: Clever-Boy/IntelliHybrid
AI layer — natural language queries, schema intelligence, data dictionary
IntelliHybrid v1.0.0
The AI also reads your table schema and automatically writes human-readable descriptions for every column — so your team always knows what the data means without digging through code.
What's under the hood:
→ Natural language → DynamoDB operation translation (Claude AI)
→ Auto-generated column descriptions from schema + sample data
→ One-command data dictionary generation (markdown, ready for wikis)
→ REST API so any frontend or tool can plug in
→ Full conversation history so follow-up questions work naturally
Assets 2
IntelliHybrid v1.0.0 — Initial Release
IntelliHybrid v1.0.0
First stable release of IntelliHybrid — a configuration-driven framework
for secure, bidirectional integration between on-premise databases and AWS DynamoDB.
Features
- AWS Site-to-Site VPN, OpenVPN, and Direct Connect support
- Auto-provisions DynamoDB tables with configurable PK/SK schemas
- Supports MySQL, PostgreSQL, Oracle, and SQL Server
- Continuous bidirectional sync (on-prem ↔ DynamoDB)
- KMS encryption, TLS 1.3, least-privilege IAM — security first
- Complete how-to-use documentation included
Installation
pip install intellihybrid
Quick Start
See README.md and docs/HOW_TO_USE.md