Skip to content
Snippets Groups Projects

[advanced][databases] Add livedet-iris-2020

Merged Amir MOHAMMADI requested to merge livedet-iris-2020 into master
4 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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": {},
  • 1 import os
    2
    3 import numpy as np
    4 import pandas as pd
  • 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 ?

  • Amir MOHAMMADI added 1 commit

    added 1 commit

    • 4f97b47e - [advanced][databases] Add livedet-iris-2020

    Compare with previous version

    • Author Contributor

      @samuel.gaist any image with those libraries installed should be fine. I am not sure you wanted me to list the docker image in the json file or not but I added it anyway. Please feel free to modify this further as needed. Thank you.

    • 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.

    • Please register or sign in to reply
  • 1 {
    2 "description": "Livedet Iris 2020 test database",
    3 "environment": {
    4 "name": "db.examples",
    5 "version": "I don't know"
  • Author Contributor

    Samuel, could I leave this MR to you to edit as necessary and merge it? Thank you.

  • Samuel GAIST added 2 commits

    added 2 commits

    • 264996f4 - [advanced][databases][livedet-iris-2020] Set correct db environement information
    • 4f4fc706 - [advanced][databases][livedet-iris-2020] Update folder name to follow repository pattern

    Compare with previous version

  • merged

  • Samuel GAIST mentioned in commit 40d8fc18

    mentioned in commit 40d8fc18

  • Author Contributor

    Thanks a lot.

  • Please register or sign in to reply
    Loading