@nqminds/fin-genie-file-analyser

2.18.8 • Public • Published

Fin Genie File Analyser

This databot watches for new fin genie resources and then attempts to identify the audit resources to which they correspond. It makes use of mappings that users have previously accepted for resources so should become more accurate over time.

Inputs

During testing the inputs for this databot are manually configured as below:

resourceQuery: {
  $and: [
    {tags: {$ne: "fin-genie-analysed"}},
    {tags: "fin-genie-audit-resource"},
  ],
  storeSize: {$gt: 0}, // To prevent resources currently being uploaded being analysed
},

However in production these are set by the application when it boots and initialises this databot.

Run Criteria

The file analyser databot is started at application boot and is always running. It polls for new files to analyse.

Package Sidebar

Install

npm i @nqminds/fin-genie-file-analyser

Weekly Downloads

1

Version

2.18.8

License

UNLICENSED

Unpacked Size

31.3 kB

Total Files

6

Last publish

Collaborators

  • jr7g19
  • ionut_nqm
  • nqminds-bot
  • nqminds-org
  • mereacre
  • antmcc
  • toby.ealden
  • aloisklink
  • cbrafter
  • ashleysetter