Reading data

This documentation is not current - it is for TypeDB 2.x, which is no longer supported. View the documentation for TypeDB 3.x:

To retrieve any data from a TypeDB database, you need to use data session and read transaction. All data queries are validated against the schema of a database.

There are only two types of operations that can retrieve data in a database, but you can enable inference for any of them:

Read data as JSON.

Read data as concept maps.

Infer data using rules.