What Care-Intel is
Care-Intel is a healthcare intelligence platform built on a proprietary knowledge graph. Open datasets and clinical ontologies are fused in Memgraph; products consume that graph through the Monitor API. Frontends never connect to the warehouse or graph database directly.
Core products
- GraphRAG Services — natural-language questions answered with multi-hop graph evidence.
- Subgraphs — governed slices delivered as Parquet / JSONL with published schemas.
- Analytics Platforms — graph-native clinical and commercial analytics.
- Graph Playground — public read-only Cypher sandbox with Redis-backed results.
Recommended path
- Read the Knowledge graph guide.
- Open the Playground and run a starter query.
- Review the product guide that matches your use case (GraphRAG, Subgraphs, or Analytics).
- See Pricing or request a demo for licensed access.
Architecture boundary
Browser / PHP site
→ Monitor API (HTTPS)
→ Redis (cache / state store)
→ Memgraph (graph) + Postgres (warehouse metadata)
The playground and product UIs only talk to the API. Cached responses keep the playground usable when the graph is under load.