Akumuli icon indicating copy to clipboard operation
Akumuli copied to clipboard

modify redis-cli to adapt akumuli

Open a615549958 opened this issue 5 years ago • 1 comments

Is there a tool that can easily demonstrate akumuli? How about to modify redis-cli for adapting akumuli database? Did you think about it? 

a615549958 avatar Apr 13 '19 11:04 a615549958

Hi, I don't think it's possible to adapt redis-cli tool. Akumuli uses RESP protocol only for data ingestion. If you need a quick demonstration you can check roundtrip test - https://github.com/akumuli/Akumuli/blob/master/functests/roundtrip.sh This script downloads test data, writes it to the database (please note that it will delete the database on the machine) and then it reads it all back using the join query. It runs join query in a way that produces output that matches the input 1:1. Another option is to use data collector. Any data collector that supports OpenTSDB telnet protocol will work. Including collectd, netdata, and tcolector. To read the data that collector writes you can use Grafana and akumuli-datasource plugin (it can be installed from the official Grafana plugin repository).

Lazin avatar Apr 15 '19 07:04 Lazin