> For the complete documentation index, see [llms.txt](https://bbvalabs.gitbook.io/oss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bbvalabs.gitbook.io/oss/bbva-labs-hyperscale.md).

# BBVA Labs - Hyperscale

## Who we are

We are multidisciplinary engineers grokking `the next big thing™` (sometimes) and focusing our knowledge and expertise practices for the new (and old) IT systems and processes.

## What we do

We focus on **latest practices in Networking, Configuration, Scalability and Automation** in Development and Infrastructure, to unlock necessities of BBVA Group and hopefully in the rest of the world.

## Our projects

We like Open Source and we believe in the **"Don't reinvent the wheel"** motto.

We create projects that **try to close the gaps** not covered by any other Open Source projects nor commercial solutions yet.

Here you can check our projects. We invite you to use them, test them and ... collaborate. **We welcome contributions!**

### Q.E.D. - Scalable, auditable and high-performance tamper-evident log

QED is an open-source software that allows you to establish trust relations with others. It can be used in multiple scenarios: secure tamper-evident data transfers, tamper-evident (system/application/business) logging, 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 aims to be 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

| ![](/files/-LeWJHqpPhmoMhEh681I) | <p> <strong>Github Repo</strong>: <a href="https://github.com/BBVA/qed"><https://github.com/BBVA/qed></a><br> <strong>Documentation</strong>: <a href="https://qed.readthedocs.io"><https://qed.readthedocs.io></a></p> |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bbvalabs.gitbook.io/oss/bbva-labs-hyperscale.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
