Skip to content
/ qed Public

The scalable, auditable and high-performance tamper-evident log project

License

Notifications You must be signed in to change notification settings

BBVA/qed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc74bcf · Feb 27, 2020
Oct 23, 2019
Sep 25, 2019
Aug 4, 2019
Sep 30, 2019
Oct 3, 2019
Oct 23, 2019
Oct 23, 2019
Oct 23, 2019
Feb 27, 2020
Dec 10, 2019
Sep 25, 2019
Sep 30, 2019
Sep 25, 2019
Jul 31, 2019
Sep 26, 2019
Oct 23, 2019
Sep 30, 2019
Oct 23, 2019
Dec 10, 2019
Sep 25, 2019
Aug 22, 2019
Jun 18, 2019
Apr 1, 2019
Dec 10, 2019
Sep 27, 2019
Mar 19, 2019
Apr 11, 2019
Jul 19, 2019
Oct 9, 2019
Mar 19, 2019
Mar 19, 2019
Oct 25, 2019
Oct 25, 2019
Nov 6, 2019
Aug 4, 2019

Repository files navigation

QED - Scalable, auditable and high-performance tamper-evident log

User Documentation Status Build Status Azure DevOps coverage GoReport GoDoc
https://raw.githubusercontent.com/BBVA/qed/master/docs/source/_static/images/qed_logo_small.png

QED is an open-source software that allows you to establish trust relationships by leveraging verifiable cryptographic proofs.

It can be used in multiple scenarios:

  • Data transfers.
  • System (or application or business) logging.
  • Distributed business transactions.
  • Etc.

QED guarantees that the system itself, even when deployed into a non-trusted server, cannot be modified without being detected. It also provides verifiable cryptographic proofs in logarithmic relation (time and size) to the number of entries.

QED is scalable, resilient and ops friendly:

  • Designed to manage billions of events per shard
  • Over 2000 operations per second per shard under sustained load
  • Consistent replication through RAFT
  • Operable and instrumented with dozens of metrics
  • Zero config files, fully documented single binary

Documentation

You can find the complete documentation at: Documentation

Project code

You can find the project code at Github

Authors

QED was made by Hyperscale BBVA-Labs Team.

License

QED is Open Source and available under the Apache 2 license.

Contributions

Contributions are very welcome. See docs/source/contributing/contributing.rst or skim existing tickets to see where you could help out.