Skip to main content

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 application
  • form_specification: The versioned form specifications
  • render_pack: The versioned render pack
  • data: The data for a specific form
  • attachment: 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