From 31bee38790dbbf75dd5ec72ebcdab746b5cb766a Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Sat, 5 Nov 2022 08:30:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2cdba4..c97fb79 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a Golang backend implementation for a REST and GraphQL API according to the [ClusterCockpit specifications](https://github.com/ClusterCockpit/cc-specifications). It also includes a web interface for ClusterCockpit. -While there is a backend for the InfluxDB metric data repository, the only tested and supported setup is using cc-metric-store as a mtric data backend. +While there is a backend for the InfluxDB timeseries database, the only tested and supported setup is using cc-metric-store as a mtric data backend. We will add documentation how to integrate CluisterCockpity with other existing timeseries databases in the future. This implementation replaces the previous PHP Symfony based ClusterCockpit web-interface. [Here](https://github.com/ClusterCockpit/ClusterCockpit/wiki/Why-we-switched-from-PHP-Symfony-to-a-Golang-based-solution) is a discussion of the reasons why we switched from PHP Symfony to a Golang based solution.