MetaCore — AI-First Data Intelligence Engine by METARAID Systems
Project description
MetaCore by METARAID Systems
AI-First Data Intelligence Engine — connect any data source, understand it with AI, get a full analysis in seconds.
Quick Start
pip install metaraid
from metaraid import metacore
metacore.add("files", path="./your_data/")
report = metacore.scan()
print(report)
What it does
- Connect — point it at files, databases, APIs, ERPs, cloud storage
- Read — adaptive reader per source type (PDF, Excel, CSV, PostgreSQL, Tally, etc.)
- Profile — auto-detects column types, IDs, dates, amounts, PII
- Relationships — finds cross-table links automatically
- Report — generates a full data intelligence report
Supported Sources
| Category | Sources |
|---|---|
| Files | CSV, Excel, JSON, PDF, Word, Parquet, XML, HTML, YAML, TXT |
| Databases | PostgreSQL, MySQL, SQLite, MSSQL, Oracle, MongoDB |
| Cloud | AWS S3, Azure Blob, Google Cloud Storage |
| ERP | Tally, SAP, QuickBooks, Zoho |
| APIs | REST, GraphQL, any HTTP endpoint |
| Web | HTML scraping, any URL |
Install with extras
pip install metaraid[all] # everything
pip install metaraid[pdf] # PDF support
pip install metaraid[db] # database support
pip install metaraid[ai] # Gemini AI layer
Built by METARAID Systems.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
metaraid-0.1.0.tar.gz
(13.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
metaraid-0.1.0-py3-none-any.whl
(12.9 kB
view details)
File details
Details for the file metaraid-0.1.0.tar.gz.
File metadata
- Download URL: metaraid-0.1.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5604f6dc4b07cc55a869cfc1efd99a0d4948a6e3d6aca4ef6abd0255a1e437d8
|
|
| MD5 |
517b9cd50e50e410a531198afe907710
|
|
| BLAKE2b-256 |
0925715b4c0e694ecb3d2ce1893309984986c437b5889b5f4e09589ee431a941
|
File details
Details for the file metaraid-0.1.0-py3-none-any.whl.
File metadata
- Download URL: metaraid-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a855bac4e956cf5df763bbc7065ef3f24a73764f7e99a54bb22d1171153ac4b
|
|
| MD5 |
d2b04aab6a0c93cd6278c9c137f5c534
|
|
| BLAKE2b-256 |
dfbb9075396b745b2b9194a4667807dfd77960f82ecdad1546261f77f3843737
|