/Logchain

A simple log backup solution that leverages distributed ledger technology for integrity purposes.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Logchain

License: GPL v3

Logchain is a log backup tool that uses distributed ledger technology (DLT, also commonly known as blockchain) for integrity purposes. This solution is compiled of three programs:

  • Ledger API
  • Backup Agent
  • Verification Agent

Both agents should be installed on any server that you wish to backup logs for. The Ledger API, which includes a ledger and the API to access it, can be installed on as many servers as the user would like. Both the technical design of the ledger and the concept of DLT means that only one ledger should be installed on a server at any given time. If you really want to save money on infrastructure, docker is the recommended solution.

For further information, please refer to the Wiki here