Skip to content

Research how to integrate Soledad client and server using U1DB WSGI interface.

Soledad server and client communicate using Rest based HTTP messages. The whole infrastructure for document storage and sync is inherited from U1DB, but Soledad client and server also need to communicate in the bootstrap processes to allow for further encrypted transfer of data.

There are some different parts that have to work together to allow this:

  • Soledad client.
  • Soledad server.
  • U1DB HTTPApp.
  • Auth middleware.

How to glue all together to form a usable document storage and sync for Leap client's purposes?

(from redmine: created on 2013-02-18, closed on 2013-03-04)