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
To run a local development server, run the following:
$ npm install
$ npm run dev