Skip to content
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ artifacts/
work/
ci/

# config test file
test_grafana.ini

# Editor
.idea

pkg/__debug_bin

**/.DS_Store
.eslintcache
.levitate_output
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# QuestDB data source for Grafana

The QuestDB data source plugin enables querying and visualization of your
QuestDB time series data directly within Grafana. Compatible with all
editions—Grafana OSS, Grafana Enterprise, and Grafana Cloud—it also
The QuestDB data source plugin enables querying and visualization of your
QuestDB time series data directly within Grafana. Compatible with all
editions—Grafana OSS, Grafana Enterprise, and Grafana Cloud—it also
fully supports both QuestDB OSS and QuestDB Enterprise.


<img alt="Sql builder screenshot" src="https://github.com/questdb/grafana-questdb-datasource/blob/main/sql_builder.png?raw=true" width="800" >

The plugin supports [Private Data Source Connect](https://grafana.com/docs/grafana-cloud/connect-externally-hosted/private-data-source-connect/) (
minimum version required `0.1.6`).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "questdb-questdb-datasource",
"version": "0.1.5",
"version": "0.1.6",
"description": "QuestDB Datasource for Grafana",
"engines": {
"node": ">=18"
Expand Down
Loading