Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stryker-mutator/dashboard-data-access

Package Overview
Dependencies
Maintainers
0
Versions
2299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stryker-mutator/dashboard-data-access

This package contains the data access layer of the stryker dashboard application.

  • 0.15.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Mutation testing badge Build Status

Stryker dashboard data model

Table storage

    |--------------------|
    |      Project       |
    |--------------------|
    | owner: string PK   |
    | name: string RK    |
    | enabled: bool      |
    | apiKeyHash: string |
    |--------------------|

    |-----------------------------------|
    |       MutationTestingReport       |
    |-----------------------------------|
    | projectName;version: string PK    |
    | module: string RK                 |
    | mutationScore: number             |
    |-----------------------------------|

    projectName = `${owner};${name}`

    Legend:
    PK = Partition key
    RK = Row key

This data model will be stored in an Azure table service database. It is a, very scalable, NoSQL database.

Some notes:

  • A Project's owner is i.e. 'github.com/stryker-mutator'
  • A Project's name is the short name of the repository, i.e. 'stryker'
  • The MutationTestingReport's projectName and version form the Partition Key. This is te full project name including the branch name (usually) i.e. 'github.com/stryker-mutator/stryker/master'

Blob storage

The mutation testing report json data is stored in Azure blob storage. The name of the blobs are projectName/version/module.

FAQs

Package last updated on 13 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc