-
@TheOneWhoKnocks96 asked over at #13:
> I already have data in my InfluxDB, but without tags.
> Where in the Kotori's code, could i add tags like longitude and latitude?
>
> Thanks for keeping res…
amotl updated
5 years ago
-
@Dewieinns just asked...
Hey Andreas,
I am playing with sending data to my server through Kotori and looking at the automatically generated dashboards in Grafana.
Is there any place where t…
amotl updated
4 years ago
-
Hi Kotori,
my pi4 running in 64bit mode, the install of Kotori fails because it thinks it's on a 32bit system:
```
$ sudo dpkg --print-architecture
arm64
```
```
$ sudo apt-get install ko…
-
I see that your docs include a page for setup behind a Nginx reverse proxy (https://getkotori.org/docs/setup/nginx.html), but I think it'd be nice to include instructions for using Caddy as well. I u…
-
Can we maybe get the source code?
-
@thiasB asked the other day
> Did I mention that TTN can also send the data to an HTTP endpoint [1]? It would be nice if Kotori would accept that, too.
[1] https://www.thethingsnetwork.org/docs/ap…
-
Hello,
Just tried to upgrade to grafana 7.4 with latest kotori image 0.24.5 but GraphanaClient APi not compatible and reporting error. I've seen a 0.25.0 been tagged with grafana 7.4 support, …
-
A simple configuration option while creating the InfluxDB client should be enough.
https://influxdb-python.readthedocs.io/en/latest/api-documentation.html#influxdbclient
```
pool_size (int) – url…
-
### Problem Statement
switching from any database to crate is not always easy, tools such https://github.com/bruin-data/ingestr could help a lot
also: syncing data to crate is not that easy as well…
-
Kotori is a great tool. Is an update that supports InfluxDB 2.x in your future plans?