The Knora API Server¶
The Knora API server implements Knora’s HTTP-based API, and manages data stored in an RDF triplestore and in files. It is designed to work with any standards-compliant RDF triplestore, and is configured to work out of the box with Ontotext GraphDB and Apache Jena.
- Deploying the Knora API Server
- Knora API Server Design Documentation
- Knora API Server Design Overview
- Futures with Akka
- HTTP Module
- Responders Module
- Store Module
- Shared Packages
- How to Add an API Route
- Triplestore Updates
- Consistency Checking
- Authentication in the Knora API Server
- Administration (Users, Projects, Groups, Institutions, Permissions)
- Plans for Knora API v2
- Developing the Knora API Server
- Using API V1