how data stored in MongoDB
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
I am new to Alteryx. I would like to understand a bit more detail about embedded MongoDB.
- What data would be stored in this DB?
- Is workflow stored anytime in the DB?
- Is the Data stored as encrypted in the DB?
Many Thanks in Advance.
Regards,
Ratheesh
Solved! Go to Solution.
- Labels:
- MongoDB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @ratheesh,
Short answers to your questions:
- The data stored is Metadata about the server. It will contain information about schedules, output logs, users, gallery apps, logins etc
- If you publish the app to the gallery, then it is stored in the MongoDB or if you decide to select 'Run workflow from Scheduler DB when scheduling then it will be stored in the DB. However, it is not readily readable.
- Some of the information is encrypted, some is stored as Blobs, and some is just raw data, but remember that the MongoDB in itself is not unprotected... As with anything, you should guard those passwords.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for the response!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@KaneG Anywhere we can find further documentation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I would like to elaborate on the original poster's question. It makes sense that the info described would be located in the MongoDB, but where and how is it stored, and can it be retrieved?
For example, I need to generate a report of all my server's users, grouped by permission. Where does one find that data in MongoDB? Or, I need to generate a list of all workflows on the server, by owner. Again, where does one find that data in MongoDB?
Is any of this documented at all?
Regards,
Kevin Jennings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Have you reviewed the server usage workflow?
great post to get you started
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
