Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

simple database solution (local storage) from bash

Tags:

bash

database

I am searching for an simple data storage solution, interfaced from local bash (write and read).

Background: I'm collecting sensor data and save values with timestamp (actually in a text file, every week a new file is created). I like to visualize the data on request with the help of php. Is there a database (like sqlite) which can be easily written from bash ?

like image 287
twooBeers Avatar asked Oct 20 '25 01:10

twooBeers


1 Answers

You could try rrdtool. It's a round robin time series db, perfect for visualizations.

like image 84
Ben Whaley Avatar answered Oct 21 '25 22:10

Ben Whaley



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!