-
Currently, the RustlsConfig can be configured with a fallback RustlsCertificate whose key and cert are preloaded bytes.
In reality, key and cert files can be updated periodically. Requiring a resta…
-
A document change request is generated from https://github.com/GreptimeTeam/greptimedb/pull/4925
-
You may find the roadmap blog at https://greptime.com/blogs/2024-02-29-greptimedb-2024-roadmap.
## Overview
This roadmap outlines the objectives our team is pursuing and the visions we harbor fo…
-
### What type of enhancement is this?
API improvement, User experience
### What does the enhancement do?
From [Wikipedia](https://en.wikipedia.org/wiki/Primary_key), the primary key uniquely specif…
-
### What type of enhancement is this?
Tech debt reduction, User experience
### What does the enhancement do?
The GreptimeDB already supports JSON type via SQL statements.
But gRPC protocol doesn't…
-
Motivations: greptimedb has done an excellent job in error handling, see: https://greptime.com/blogs/2024-05-07-error-rust
Shall we adopt some ideas from it?
-
In [Quick Start](https://docs.greptime.com/getting-started/quick-start/), the query:
```sql
SELECT
ts,
api_path,
log
FROM
app_logs
WHERE
matches(log, 'timeout');
```
shows re…
-
## Background
When starting a greptimedb cluster, we always want to observe it through metrics and visualize them using Grafana. The [doc](https://docs.greptime.com/user-guide/operations/monitoring…
zyy17 updated
8 months ago
-
>Maybe we should pin the db version in the e2e test to also prevent future breaking changes. As those CI are not run in the main repo against every new commit.
Context: https://github.com/Grept…
-
### What type of enhancement is this?
User experience
### What does the enhancement do?
We need a python client for GreptimeDB.
We already have:
* [Java client](https://github.com/GreptimeTeam/…