Ning Sun
Ning Sun
As we have finished rendering data as table and chart, the next step is to visualize data type/table schema information. ## Date types As of https://github.com/GreptimeTeam/greptimedb/tree/v0.1.0-alpha-20221205-weekly, we have following data...
We need to seek a further solution to inject `VITE_CLOUD_URL` at runtime so we can reuse same image across different environments. Let me create an issue for this. _Originally posted...
To speed up loading of the dashboard on cloud, we need to add a build option to release those assets to CDN and use CDN address in html. This allows...
As [shown](https://greptimedbcommunity.slack.com/archives/C03UAPCGH41/p1672912883776659) in our slack community, the string results contains line breaker `\n` are not rendered. To optimise the display, we can use `` to render string field so that...
DataFusion can convert `Plan` into a format that can be displayed by [graphviz](https://graphviz.org). Whether to consider supporting generate query plan diagrams through graphviz like [arrow-ballista](https://arrow.apache.org/ballista/user-guide/tuning-guide.html#viewing-query-plans-and-metrics)  _Originally posted by @francis-du...
Provide demo data for faster user on boarding. These demo data can be stored in dashboard as csv or json. This is better when our database has implemented bulk import...
For values contains `${...}`, we should automatically replace it with actual value
Since the mysql_async_wasi repo does not have an issue track, I'm reporting to this repo instead. When testing greptimedb example against GreptimeCloud instance, we are not able to complete SSL...
Currently the Jettino adapter is based on Jetty and Servlet API, which has additional overhead when copy servelt request to espresso. UnderTow provides a non-servlet api and we can see...
As we already have Sugar to decode request parameters, we will need its par for Http Response, that encode http response into particular format based on accept header of request,...