ticktock
ticktock copied to clipboard
TickTockDB is an OpenTSDB-like time series database, with much better performance.
I read in the docs that only int and float value types are allowed. I also have some strings. Coming from influx, this never was a problem. Any ideas how...
HI! Great Job here! I like it. One question: - I am running latest code - - I put data in with timestamp in milliseconds - metrics have been created...
I'm trying to add a variable in grafana from TickTockDB data source, and it doesn't produce any results. I suspect the API to do this isn't implemented in TickTockDB. Do...
Hey Guys, Not seeing anything in the Docs about what docker environment variables you support and options for redirecting data storage (volumes) outside of the container Can you point me...
Hi there, I'm using TickTockDB version: 0.12.0 for collecting iot data for the whole year now. I re-imported old data again into the new version of TT to have a...
I have ticktock running on a Raspberry Pi 2 model B v1.1 and it has been running great for several weeks. NOTE: this is not a docker image. I'm using...
Hi, I'm just back with installing TickTockDB. After months of successful execution I'm setting up another system - using the latest version 0.12.1-beta build from main branch just a few...
Hello there! First at all, project doesn't build due to error: `include/kv.h:60:46: error: ‘std::string’ has not been declared ` which can simple fixed by adding `#include ` to **include/kv.h** After...
Ping, and healthcheck, are great to check and see if ticktock is running, but you can only run them on the device that ticktock is running on. While you can...
So I have TickTock running and I the ping/pong works and the example curl statements to put and get readings work fine but I can seem to get others to...