Synkronus
Synkronus is a server for ODE built in Go. It is used to synchronize data and attachments between the ODE server and the Formulus app. It supports the follow data type:
custom_app
: The versioned app bundle for your custom applicationform_specification
: The versioned form specificationsrender_pack
: The versioned render packdata
: The data for a specific formattachment
: The attachment for a specific form
Installation
The synkronus server is packaged as a single docker container. It is dependent on a postgres database.
//Todo
Usage
//Todo