apMigStats

Migration process for app.aplynk.com

Usage no npm install needed!

<script type="module">
  import apMigStats from 'https://cdn.skypack.dev/apMigStats';
</script>

README

Stats to help with migration process of connect users to aplynk

Available methods:

-analyze > Run all funtions and get the json in results directory

  • getNumberOfUsersPerComponentPair

    Get the number of users using a pair of components

  • getNumberTasksPerUser

    Get the number of tasks created by each user

  • getNumberOfUsersPerComponent

    Get number of users using a single component separated by step_1 and step_2

Installation

Be wary that apMigStats uses Node version ^6.3.0.

$ npm i apMigStats

Usage

$ const ams = require('apMigStats');

ams.analyze()