Ad
Simple Database Solution (local Storage) From Bash
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 ?
Ad
Answer
You could try rrdtool. It's a round robin time series db, perfect for visualizations.
Ad
source: stackoverflow.com
Related Questions
- → "failed to open stream" error when executing "migrate:make"
- → I can't do a foreign key, constraint error
- → Setting a default value on settings form return null in Octobercms
- → Eloquent Multitable query
- → "Laravel 5.1" add user and project with userId
- → Image does not go in database with file name only tmp name saved?
- → Database backup with custom code in laravel 5 and get the data upto 10 rows from per table in database
- → Trait 'IlluminateFoundationBusDispatchesJobs' not found
- → Setting the maxlength of text in an element that is displayed
- → laravel check between 2 integer from database
- → how to retrieve image from database in laravel 5.1?
- → relationship for database Column type object
- → Carousel in Laravel 4 does not show as expected
Ad