Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.27 KB

Implementations.md

File metadata and controls

25 lines (14 loc) · 1.27 KB

Implementations

KnowledgeDB

A very simple but powerful application for you to build a knowledge DB adding Url:s, Directory pats and links to One Note documents and enriching them with tags which makes them more searchable, I use this PowerCommands implementation every day in my job as an IT-architect.

Kdb_add_demo.mp4

This implementation is now moved out from this repo to its own github repo here: Power Commands - KDB

GlitchFinder power commands using GlitchFinder component by Jooachim

Either compare two different datasets or compare a single dataset towards itself over time. If there are glitches in the matrix then you get a report showing lines that are missing or different in the two datasets.

You can use it in two different ways.

Comparison

This is for comparing two different data sources, could be two different files, two different DB queries, one file vs one query etc.

Regression test

This is for tracking a single dataset/source over time. You create a baseline, which is stored on file, and then later compare data towards this baseline.

Back to start