{"id":28905094,"url":"https://github.com/bbva/qed","last_synced_at":"2025-10-11T23:07:33.002Z","repository":{"id":39617621,"uuid":"132770773","full_name":"BBVA/qed","owner":"BBVA","description":"The scalable, auditable and high-performance tamper-evident log project","archived":false,"fork":false,"pushed_at":"2020-02-27T14:18:05.000Z","size":5056,"stargazers_count":102,"open_issues_count":15,"forks_count":19,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-08-15T06:35:57.619Z","etag":null,"topics":["auditable","byzantine-failures","cryptography","forensics","history-tree","latin","lsm-tree","merkle-tree","quod-erat-demonstrandum","scalability","sparse-merkle-tree","tamper-evident","verifiable-data-structures","verify"],"latest_commit_sha":null,"homepage":"https://qed.readthedocs.io/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BBVA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-09T14:41:41.000Z","updated_at":"2025-07-12T05:15:12.000Z","dependencies_parsed_at":"2022-09-15T21:40:35.276Z","dependency_job_id":null,"html_url":"https://github.com/BBVA/qed","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/BBVA/qed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BBVA%2Fqed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BBVA%2Fqed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BBVA%2Fqed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BBVA%2Fqed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BBVA","download_url":"https://codeload.github.com/BBVA/qed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BBVA%2Fqed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009341,"owners_count":26084577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auditable","byzantine-failures","cryptography","forensics","history-tree","latin","lsm-tree","merkle-tree","quod-erat-demonstrandum","scalability","sparse-merkle-tree","tamper-evident","verifiable-data-structures","verify"],"created_at":"2025-06-21T13:06:13.687Z","updated_at":"2025-10-11T23:07:32.997Z","avatar_url":"https://github.com/BBVA.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"********************************************************************\nQED - Scalable, auditable and high-performance tamper-evident log\n********************************************************************\n\n.. image:: https://readthedocs.org/projects/qed/badge/?version=latest\n   :target: https://qed.readthedocs.io\n   :alt: User Documentation Status\n.. image:: https://dev.azure.com/bbvalabs/qed/_apis/build/status/BBVA.qed?branchName=master\n   :target: https://dev.azure.com/bbvalabs/qed/_build/latest?definitionId=1\u0026branchName=master\n   :alt: Build Status\n.. image:: https://img.shields.io/azure-devops/coverage/bbvalabs/qed/1.svg\n   :target: https://dev.azure.com/bbvalabs/qed/_build/latest?definitionId=1\u0026branchName=master \n   :alt: Azure DevOps coverage\n.. image:: https://goreportcard.com/badge/github.com/bbva/qed\n   :target: https://goreportcard.com/report/github.com/bbva/qed\n   :alt: GoReport\n.. image:: https://godoc.org/github.com/bbva/qed?status.svg\n   :target: https://godoc.org/github.com/bbva/qed\n   :alt: GoDoc\n\n\n\n.. figure:: https://raw.githubusercontent.com/BBVA/qed/master/docs/source/_static/images/qed_logo_small.png\n   :align: center\n\n**QED** is an open-source software that allows you to establish\n**trust relationships** by leveraging verifiable cryptographic proofs.\n\nIt can be used in multiple scenarios:\n\n- Data transfers.\n- System (or application or business) logging.\n- Distributed business transactions.\n- Etc.\n\nQED **guarantees** that the system itself, even when deployed\ninto a **non-trusted server**, cannot be modified without being\ndetected. It also provides **verifiable cryptographic proofs**\nin logarithmic relation (time and size) to the number of entries.\n\nQED is **scalable**, **resilient** and **ops friendly**:\n\n- Designed to manage **billions of events** per shard\n- Over **2000 operations per second** per shard under sustained load\n- Consistent replication through RAFT\n- Operable and instrumented with dozens of metrics\n- **Zero config files**, fully documented single binary\n\nDocumentation\n-------------\n\nYou can find the complete documentation at: `Documentation \u003chttps://qed.readthedocs.io\u003e`_\n\nProject code\n------------\n\nYou can find the project code at `Github \u003chttps://github.com/BBVA/qed\u003e`_\n\nAuthors\n-------\n\nQED was made by Hyperscale BBVA-Labs Team.\n\nLicense\n-------\n\nQED is Open Source and available under the `Apache 2 license \u003chttps://github.com/BBVA/qed/blob/master/LICENSE\u003e`_.\n\nContributions\n-------------\n\nContributions are very welcome. See `docs/source/contributing/contributing.rst \u003chttps://github.com/BBVA/qed/blob/master/docs/source/contributing/contributing.rst\u003e`_ or skim `existing tickets \u003chttps://github.com/BBVA/qed/issues\u003e`_ to see where you could help out.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbva%2Fqed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbva%2Fqed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbva%2Fqed/lists"}