Skip to Content

isA Data

Data-as-a-Service platform combining intelligent RAG with enterprise data lake management.

Overview

isA Data provides a unified platform for knowledge management and structured data analytics:

CapabilityDescription
Intelligent RAG7 RAG patterns for knowledge retrieval
Data LakeZone-based storage (Raw → Curated → Gold)
Data FabricNatural language query interface
Multi-ModalPDF, Image, Audio, Video processing
Data ProductsSelf-service analytics with quality guarantees

Latest Updates (2026-05-17)

  • Framework data-product marketplace now supports product search, product detail, and subscribe flows.
  • Certification report APIs expose product readiness evidence for marketplace listings.
  • Policy evaluation gates data-product status transitions and certification decisions.
  • Support and trust cards surface operational and governance context in marketplace results.
  • Canonical product IDs and framework schema bundle/versioning are now part of the data-product contract.

Architecture

┌─────────────────────────────────────────────────────────────────────────────┐ │ API LAYER │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │/digital │ │ /fabric │ │/ingest │ │ /etl │ │/catalog │ │ │ └─────────┘ └─────────┘ └─────────┘ └─────────┘ └─────────┘ │ └─────────────────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────────────────┐ │ SERVICE LAYER │ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ │ │ Digital │ │ Data Fabric │ │ Data Infra │ │Data Product │ │ │ │ Service │ │ Service │ │ Service │ │ Service │ │ │ │ │ │ │ │ │ │ │ │ │ │ • 7 RAG │ │ • NL Query │ │ • Ingestion │ │ • Register │ │ │ │ • Store │ │ • SQL Gen │ │ • ETL │ │ • Quality │ │ │ │ • Search │ │ • Schema │ │ • Zones │ │ • Contracts │ │ │ │ • Evaluate │ │ • Metadata │ │ • CDC │ │ • SLA │ │ │ └─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘ │ └─────────────────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────────────────┐ │ INFRASTRUCTURE LAYER │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │ Qdrant │ │ MinIO │ │PostgreSQL│ │ Neo4j │ │ NATS │ │ │ │ (Vector)│ │ (S3/Lake)│ │ (Meta) │ │ (Graph) │ │ (Events)│ │ │ └─────────┘ └─────────┘ └─────────┘ └─────────┘ └─────────┘ │ └─────────────────────────────────────────────────────────────────────────────┘

Core Services

Digital Service (RAG/Knowledge)

Intelligent retrieval-augmented generation with 7 RAG patterns:

PatternDescriptionBest For
Simple RAGBasic vector search + LLMGeneral Q&A
CRAGCorrective RAG with validationFact-checking
HyDEHypothetical Document EmbeddingsSparse data
Graph RAGKnowledge graph enhancedEntity relationships
RAG FusionMulti-query fusionComplex questions
Self-RAGSelf-reflective generationHigh accuracy
RAPTORRecursive summarization treesLong documents

Data Infrastructure Service

Delta Lake management with zone-based architecture:

Raw Zone Curated Zone Gold Zone ┌─────────┐ ┌─────────┐ ┌─────────┐ │Immutable│ ──▶ │ Cleaned │ ──▶ │Aggregated│ │ Source │ │Validated│ │Optimized │ │ 365 days│ │ 180 days│ │ 90 days │ └─────────┘ └─────────┘ └─────────┘

Data Fabric Service

Natural language to SQL translation for self-service analytics:

  • Schema-aware query generation
  • Metadata embedding for discovery
  • Result formatting and visualization

Data Product Marketplace

Framework data products can be discovered, certified, and subscribed to through the catalog API.

MethodRoutePurpose
GET/api/v1/data/catalog/framework/marketplace/productsSearch marketplace products
GET/api/v1/data/catalog/framework/marketplace/products/{product_id}Read product detail
POST/api/v1/data/catalog/framework/marketplace/products/{product_id}/subscribeSubscribe to a product
GET/api/v1/data/catalog/framework/products/{product_id}/certificationRead certification state
POST/api/v1/data/catalog/framework/products/{product_id}/certification/reportSubmit certification evidence
GET/api/v1/data/catalog/framework/products/{product_id}/certification/reportRead certification report
POST/api/v1/data/catalog/framework/products/{product_id}/statusRequest or apply a product status transition

File Processing

Multi-modal content extraction:

TypeCapabilities
PDFText, tables, images, OCR
ImageAI analysis, descriptions, metadata
AudioTranscription (Whisper)
VideoFrames, scenes, transcript

Quality Metrics

MetricTarget
RAG Faithfulness> 0.8
RAG Relevancy> 0.75
NL Query Latency< 2s
Data Freshness (Raw)< 1h
Data Freshness (Gold)< 24h

Infrastructure Dependencies

ServicePurposePort
QdrantVector database6334
MinIOObject storage (S3)9000
PostgreSQLMetadata store5432
Neo4jGraph database7687
NATSEvent streaming4222
isA ModelEmbeddings & LLM8082

Next Steps