Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 808 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 808 Bytes

AppMap data inspector

Analyze and label data objects captured in an AppMap JSON file. This is a proof of concept in surfacing sensitive information and data usage, intended or not.

If you'd like to capture your own AppMap data, visit appland.org. Data loaded into this application is never transmitted outside of your local browser.

Demo available here: https://appmap-data-inspector.netlify.app

For more information, check out this project in the AppMap code gallery

Developing

To run a local development server, run the following:

$ npm install
$ npm run dev