Overview


Zef is an open source, data-oriented toolkit of modules for graph data.β
It gives Python developers more power πͺ and flexibility π€ΈββοΈ with graph data (among other things). Pick and choose what you need:
- in-memory, immutable database
- fully versioned graphs
- work with your graph data like local data structures
- no separate query language (just use Zef's Python operators!)
- no ORM (low impedance mismatch)
- query and transform data using Python with composable lazy operators
- GraphQL API with low impedance mismatch to data model
- data streams and subscriptions
π Get started with Zef πβ
- Installation
- Key Concepts
- Quick Start
π£ Choose your own adventure π£β
- Basic tutorial of Zef
- Import data from CSV
- Import data from NetworkX
- Set up a GraphQL API
- Use Zef graphs in NetworkX
πΏ If you get stuck πΏβ
Get answers quickly at zef.chat. No question or issue is too small or insignificant, so please don't hesitate to ask away!