github-starter-workflows / repo-analysis-partner

9 stars 10 forks source link

Azure Data Factory support as a new `tech_stack` #1

Open fedeoliv opened 2 years ago

fedeoliv commented 2 years ago

Name of the tech_stack The new tech_stack suggested is Azure Data Factory.

File extensions to look for in the repository The repository must have a .json file.

Content/Regex to look for in the above-mentioned filename/extensions

The presence of the following JSON content:

{
    "scripts":{
        "build":"node node_modules/@microsoft/azure-data-factory-utilities/lib/index"
    },
    "dependencies":{
        "@microsoft/azure-data-factory-utilities":"^0.1.5"
    }
}
NinadKavimandan commented 2 years ago

Thanks for reaching out @fedeoliv!

Just to confirm -

{
    "scripts":{
        "build":"node node_modules/@microsoft/azure-data-factory-utilities/lib/index"
    },
    "dependencies":{
        "@microsoft/azure-data-factory-utilities":"^0.1.5"
    }
}

This is to be searched across all .json files or any particular file?

fedeoliv commented 2 years ago

@NinadKavimandan typically it's inside a package.json file. Of course developers can rename it, but it's unlikely to have this scenario. So I'd simplify this just looking inside a package.json.