/thymeflow

A Personal Knowledge Management System.

GNU Affero General Public License v3.0AGPL-3.0

Thymeflow

Thymeflow is a Personal Information Management System, a system that loads your personal data (Contacts, Mails, Events, Location History) from different sources (CardDAV, CalDAV, IMAP, Google, Microsoft, Facebook) into an RDF store. It automatically infers alignments between contact and mail data (persons), calendar and location data (event locations).

Overview

This repository is a container for three submodules that contain the actual code:

  • thymeflow-back is the backend implementation in Scala.
  • thymeflow-front is a Web application in Ember.JS.
  • thymeflow-deploy is a collection of Ansible scripts for installing a production or development version of Thymeflow in a local or remote machine.

To retrieve all submodules, make sure to use the --recursive option of ̀git clone.

License/Copyright

  • License: AGPL v3, as described in LICENSE.txt.
  • Copyright is described in a COPYRIGHT.txt file in each project.