medic / cht-sync

Data synchronization between CouchDB and PostgreSQL for the purpose of analytics.
GNU General Public License v3.0
4 stars 5 forks source link

CHT Sync

CHT Sync is an integrated solution designed to enable data synchronization between CouchDB and PostgreSQL for the purpose of analytics. Read more detail on the CHT docs site.

Using

See the CHT docs site!

Testing

See testing.

Release Process

This repo has an automated release process where each feature/bug fix will be released immediately after it is merged to main. The release type is determined by the commit message format. Have a look at the development workflow in the Contributor Handbook for more information.

Breaking changes

Certain changes are considered breaking, due to their high consequence or lack of backwards compatibility. These should only be released in major releases. Some examples of changes tha would qualify and breaking:

Commit message format

The commit format should follow the convention outlined in the CHT docs.