OpServ-Monitoring / opserv-backend

The backend repository for the opserv monitoring software
GNU General Public License v3.0
3 stars 0 forks source link

Decide on which embedded database to use #2

Closed Laberbear closed 8 years ago

Laberbear commented 8 years ago

We could always go safe with SQLite, however I think vedis is the more clean solution to this.

EndzeitBegins commented 8 years ago

We'll go with vedis and use the vedis-python library to avoid the effort and time needed to write own bindings.

In case vedis shouldn't fit our purposes or is no longer supported we still can fall back to sqlite or an other database.

EndzeitBegins commented 8 years ago

As Vedis turned out to be no longer supported we decided to use SQLite instead.