Skip to content
Volf Tomáš edited this page May 18, 2015 · 3 revisions

Documentation of VTApi

Database and Class Diagrams

See the schema manual .

In the ER logical databases model, orange tables are specific to a distinct dataset (database schemes), while public tables (grey) are shared across all datasets. The white table denotes a selection, which can be used either as the storage in non-SQL databases (using modified KeyValues class) or for storing different data, as trajectories or tags in relational tables.

You can find SQL scripts for the PostgreSQL database in the postgres/ directory.

The class diagrams are commented best in the reference documentation below.

Version 2.5

The reference documentation of version 2.5 (2015).

This version is considered to be stable. To create the documentation, please see the Install page.

Documentation in Czech language

The Czech version of the user manual and pages can be found at the VTApi page of the vidte server.

Obsolete and unsupported versions

###Version 2.0 and older (1.5, 1) These versions are considered as obsolete and unsupported (not recommended) versions.

To create the documentation, please see the Install page. For the complete API and database schema see the cheatsheet.

Clone this wiki locally