Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,24 @@
</p>

<p align="center">
<a href="https://www.quesma.com">Website</a> |
<a href="https://www.linkedin.com/company/quesma">LinkedIn</a> |
<a href="https://twitter.com/QuesmaOrg">Twitter</a> |
<a href="https://www.youtube.com/@QuesmaOrg">YouTube</a> |
<a href="https://www.quesma.com">Website</a> |
<a href="https://www.linkedin.com/company/quesma">LinkedIn</a> |
<a href="https://twitter.com/QuesmaOrg">Twitter</a> |
<a href="https://www.youtube.com/@QuesmaOrg">YouTube</a> |
<a href="https://docs.quesma.com/eap-docs">Docs</a>
</p>

Quesma is an actively developed database gateway. Route your queries through a translation layer that seamlessly connects your apps with the modern database platforms of your choice. No more query refactoring during migrations.
---

## Important announcement

The Quesma database gateway IP has been acquired by [Hydrolix](https://hydrolix.io/) to ensure continued support. [Read the announcement.](https://www.prnewswire.com/news-releases/hydrolix-adds-quesma-gateway-proxy-ip-to-its-portfolio-assuring-continued-kibana-support-302559127.html)

This repository is no longer actively supported by the original Quesma team. For questions or support, please [contact Hydrolix](https://hydrolix.io/contact/).

---

Quesma is a database gateway. Route your queries through a translation layer that seamlessly connects your apps with the modern database platforms of your choice. No more query refactoring during migrations.

How? Isn't migrating to a new database hard? Quesma does it without touching your application/client stack - keeping backward compatibility and moving safely, step-by-step. We translate your queries so you don’t have to rewrite your database query code during migrations.

Expand Down
8 changes: 7 additions & 1 deletion docs/public/docs/eap-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ description: What is Quesma?
---
# What is Quesma?

Quesma is an actively developed database gateway. Route your queries through a translation layer that seamlessly connects your apps with the modern database platforms of your choice. No more query refactoring during migrations.
::: warning IMPORTANT ANNOUNCEMENT
The Quesma database gateway IP has been acquired by [Hydrolix](https://hydrolix.io/) to ensure continued support. [Read the announcement.](https://www.prnewswire.com/news-releases/hydrolix-adds-quesma-gateway-proxy-ip-to-its-portfolio-assuring-continued-kibana-support-302559127.html)

This repository is no longer actively supported by the original Quesma team. For questions or support, please [contact Hydrolix](https://hydrolix.io/contact/).
:::

Quesma is a database gateway. Route your queries through a translation layer that seamlessly connects your apps with the modern database platforms of your choice. No more query refactoring during migrations.

In its current form, Quesma is a lightweight database proxy that enables database interoperability between Elasticsearch/OpenSearch and ClickHouse/Hydrolix.

Expand Down
6 changes: 6 additions & 0 deletions docs/public/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ hero:

---

::: warning IMPORTANT ANNOUNCEMENT
The Quesma database gateway IP has been acquired by [Hydrolix](https://hydrolix.io/) to ensure continued support. [Read the announcement.](https://www.prnewswire.com/news-releases/hydrolix-adds-quesma-gateway-proxy-ip-to-its-portfolio-assuring-continued-kibana-support-302559127.html)

This repository is no longer actively supported by the original Quesma team. For questions or support, please [contact Hydrolix](https://hydrolix.io/contact/).
:::

Loading