Questions tagged [database]

Database is an organized collection of data.

200 questions
25
votes
6 answers

Standard key/value datastore for unix

I know about the key/value libraries for unix (berkeleydb, gdbm, redis... ). But before I start coding, I wonder if there is a standard tool for unix that would allow me to perform the following operations: $ tool -f datastore.db put "KEY" "VALUE" $…
Pierre
  • 1,793
1
vote
1 answer

influx 1.8 query "first match of a value on a day"

I am using influx 1.8 to monitor my photovoltaik. I want to get much more informations out of the gathered data: everything is there, it must "only" be selected ;) I have a measurement "battery" with a field "soc". soc is a value that can in theora…
DF8OE
  • 33
0
votes
2 answers

Problem with Workbench

I am on Debian stretch, I am using PHP 7.1, Here is the output Info from Workbench. > MySQL Workbench Community (GPL) for Linux/Unix version 6.3.8 CE build 1228 (64 bit) Configuration Directory: /home/me/.mysql/workbench Data Directory:…
567hz
  • 81
-1
votes
1 answer

What can be a database in mysql as a minor project?

Some ideas about making a database in mysql as a minor project for the students.