User guides
This section is aimed at data modelers, data managers and other data users to facilitate collaboration with developers in designing Zendro-generated database systems. It covers day-to-day use of an existing Zendro instance: browsing and editing data through the graphical interface, querying and filtering through the GraphQL API, and importing or exporting data. If you want to dive deeper into the installation process from scratch, see Getting started instead.
- Graphical interface — a full walkthrough of Zendro’s point-and-click SPA, with screenshots.
- GraphQL basics — a friendly introduction to GraphQL and the GraphiQL web interface.
- Filtering with jq and JSONPath — post-processing GraphQL responses to get exactly the data you need.
- Import and export data — CSV/XLSX/JSON format requirements and upload/download workflows.
- Python API — using the GraphQL API from Python to read and write data.
- R API — using the GraphQL API from R to extract data for analysis.