PMU data visualization example using Kafka and TimescaleDB#9
PMU data visualization example using Kafka and TimescaleDB#9nikolasyugi wants to merge 2 commits intosogno-platform:mainfrom
Conversation
Signed-off-by: Nikolas Athanasopoulos <nikolas.yugi@gmail.com>
Signed-off-by: Nikolas Athanasopoulos <nikolas.yugi@gmail.com>
|
@Haifischbecken This might be interesting for your upcoming work related to kafka. |
|
@m-mirz do you know whether there was any decision regarding InfluxDB or Timescale etc. |
|
@nikolasyugi When looking over the pull request I noticed that it includes docker login secret. After decoding it it does not seem to be an actual login. Luckily looks like there was a syntax error on creation, encoding the PATH to the login file instead of the login file. Secrets should never be pushed since it very difficult to remove them from the commit history. As this secret does not appear to include login credential it should be save to just remove before merging. |
|
@Haifischbecken we wanted to try out timescaledb as alternative to influx because postgres is more community driven. |
This PR adds an example deployment for the PMU data visualization based on Kafka (strimzi), TimescaleDB and Grafana.