[advanced][databases] Add livedet-iris-2020
Merge request reports
Activity
- advanced/databases/livedet-iris-2020/1.json 0 → 100644
1 { 2 "description": "Livedet Iris 2020 test database", 3 "protocols": [ 4 { 5 "name": "Main", 6 "sets": [ 7 { 8 "name": "test", 9 "outputs": { 10 "category": "system/integer/1", 11 "image": "system/array_2d_uint8/1", 12 "label": "system/boolean/1" 13 }, 14 "parameters": {}, changed this line in version 4 of the diff
- advanced/databases/livedet-iris-2020/1.py 0 → 100644
1 import os 2 3 import numpy as np 4 import pandas as pd changed this line in version 5 of the diff
As you are not stating which database image you want to use, this means that you won't be able to use it on the platform as currently none of them lists this new database.
Since were a bit time constrained, I suggest you use the db.examples image.
I will add panda to it and deploy it on the worker nodes as soon as possible. It will makes things simpler now and give us the time to refactor properly the database containers. This will also avoid trying to fit pandas in db.old which runs an outdated stack.
What do you think @andre.anjos ?
There's currently no image providing panda. Hence my suggestion of modifying beat.examples because it's the one with the less complex set of dependencies and the lighter weight.
This will also avoid having to change all the other database environment to add your new database to their list of databases.
- advanced/databases/livedet-iris-2020/1.json 0 → 100644
1 { 2 "description": "Livedet Iris 2020 test database", 3 "environment": { 4 "name": "db.examples", 5 "version": "I don't know" The name and version values can be found in the environment.json file of the environment you are interested in.
changed this line in version 5 of the diff
mentioned in commit 40d8fc18