# Dgraph

> Dgraph

- Skill: `neuralblitz/dgraph` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuralblitz/dgraph`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuralblitz/dgraph/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: NeuralBlitz (https://skillmd.com/u/neuralblitz)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/neuralblitz/dgraph

---

# Dgraph

Dgraph is a native GraphQL database with graph backend capabilities. It provides horizontal scalability and fast graph queries with native GraphQL support.

## Key Concepts

- Native GraphQL API
- Graph traversal queries
- Distributed graph
- ACID transactions
- Subscription support

## Common Use Cases

- Social networks
- Knowledge graphs
- Recommendation engines
- Fraud detection
- GraphQL backends

## Best Practices

- Design schema properly
- Use predicates efficiently
- Implement proper indexing
- Use cursors for pagination
- Monitor graph metrics

## Resources

- Dgraph.io: dgraph.io/docs
- Related Skills: graphql, neo4j, graph-databases

## Getting Started

Start a Dgraph cluster using Docker, define your schema, and begin querying your graph data with the intuitive GraphQL API.

