An Alteryx Gallery & Server Admin Tool
- Quickly browse Gallery users with filter/search functionality
- View user sessions to see who's actually visiting/publishing on the Gallery
- Analyze jobs for the current day - whether running or completed
- Load Gallery content metadata and even download packages!
# clone
git clone https://github.com/alteryx-vue/acumen.git
# navigate to directory
cd acumen
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
- Download the MongoDB API App and save/publish a copy in your organization's gallery
- Grab the App's ID from the end of it's URL
# example URL
https://gallery.alteryx.com/#!app/Alteryx-MongoDB-API-App/5b2032b8826fd32438e9a640
Visit the settings page in Alteryx Acumen and populate appropriately
Contribute!!!