Skip to content

martincognite/cognite-grafana-datasource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cognite-grafana-datasource

Grafana datasource for the Cognite Data Platform.

Building

yarn followed by yarn build should work on systems with a shell.

Run with docker

Building the image will build the plugin and copy it into the grafana/plugins folder.

$ docker build -t cognite-grafana .

$ docker run -d --name grafana -p 3000:3000 cognite-grafana

Now you can access it at http://localhost:3000

Standard username/password for logging in is admin/admin. See http://docs.grafana.org/installation/docker/ for configuration details.

Developing

The easiest way to work on this datasource is to create a symbolic link in data/plugins that points to this directory.

cd /path/to/grafana/data/plugins
ln -s /path/to/cognite-grafana-datasource cognitedata-platform-datasource

About

Grafana datasource plugin for the Cognite Data Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.8%
  • HTML 19.0%
  • CSS 2.7%
  • Dockerfile 2.5%