Skip to content

Mentor Data Set 4 All Tech AL

Angelo Luciani edited this page Aug 9, 2019 · 2 revisions
{
    "scoring_weights": {
      "interests": 1.5,
      "values": 7.5,
      "age": 0.65,
      "coordinates": 0.015
    },
    "group1": [
    {
        "name": "Mentor 1",
        "interests": [
            "VMware",
            "hyperv",
            "cloud",
            "networking"
        ],
        "values": [
            "individuality"
        ],
        "age": "56",
        "coordinates": {
            "lat": 47.599088077746394,
            "long": -122.3339125374332
        }
    },
    {
        "name": "Mentor 2",
        "interests": [
            "VMware",
            "Microsoft Azure",
            "PowerShell",
            "Python",
            "DevOps",
            "storage"
        ],
        "values": [
            "spirituality"
        ],
        "age": "32",
        "coordinates": {
            "lat": 47.599088077746394,
            "long": -122.3339125374332
        }
    }
    ,{
        "name": "Mentor 3",
        "interests": [
            "programming",
            "artificial intelligence",
            "computers",
            "cloud",
            "devops"
        ],
        "values": [
            "individuality",
            "freedom of speech"
        ],
        "age": "25",
        "coordinates": {
            "lat": 47.599088077746394,
            "long": -122.3339125374332
        }
    },
    {
        "name": "Mentor 4",
        "interests": [
            "devops",
            "artificial intelligence",
            "hyperv",
            "storage",
            "devops"
        ],
        "values": [
            "good food"
        ],
        "age": "37",
        "coordinates": {
            "lat": 47.599088077746394,
            "long": -122.3339125374332
        }
    },
    {
        "name": "Mentor 5",
        "interests": [
            "vmware",
            "devops",
            "cloud",
            "GCP",
            "python"
        ],
        "values": [
            "love",
            "relationships"
        ],
        "age": "26",
        "coordinates": {
            "lat": 47.599088077746394,
            "long": -122.3339125374332
        }
    }
],
    "group2": [
    {
        "name": "Mentee 1",
        "interests": [
            "hyperv",
            "cloud",
            "terraform",
            "networking"
        ],
        "values": [
            "individuality"
        ],
        "age": "22",
        "coordinates": {
            "lat": 47.62446091996251,
            "long": -122.32016064226627
        }
    },
    {
        "name": "Mentee 2",
        "interests": [
            "devops",
            "cloud",
            "powershell",
            "azure",
            "powecli"
        ],
        "values": [
            "family",
            "love"
        ],
        "age": "26",
        "coordinates": {
            "lat": 47.62446091996251,
            "long": -122.32016064226627
    }
    },
    {
        "name": "Mentee 3",
        "interests": [
            "VMware",
            "Terraform",
            "cloud",
            "Python",
            "DevOps"
        ],
        "values": [
            "vegetarianism",
            "individuality"
        ],
        "age": "39",
        "coordinates": {
            "lat": 47.62446091996251,
            "long": -122.32016064226627
    }
    },
    {
        "name": "Mentee 4",
        "interests": [
            "vmware",
            "devops",
            "terraform",
            "cloud",
            "hyperv"
        ],
        "values": [
            "love",
            "art"
        ],
        "age": "24",
        "coordinates": {
            "lat": 47.62446091996251,
            "long": -122.32016064226627
        }
    }
]
}