irff / iondashboard

Dashboard for data analytics
0 stars 0 forks source link

Issue #2: Add database support #2

Open irff opened 9 years ago

irff commented 9 years ago

Please add database system to store anything that cannot be stored on ElasticSearch. You can use SQL-Alchemy or if you like a non-relational approach, consider using PyMongo. I would prefer to use MongoDB since the schema of the data to be stored are not yet clear.

The data to be stored are:

  1. Users, each entry consists of
    • user name
    • password
    • role (superadministrator, administrator, user)
    • features (user only; as set by the administrator)

More will follow :stuck_out_tongue: