MongoDB Data Dictionary
- 02 Jul 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
MongoDB Data Dictionary
- Updated on 02 Jul 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Because MongoDB data comes from a database system, Panoply cannot provide a data dictionary. But Panoply does automate the data schema for the collected data. This section includes useful information about the Panoply automations.
A column in a table uses the same data type for all values in that column. Panoply automatically chooses the data type for each column based on the available values. This is important to note for this data source. If even one value in a column has text, then the entire column is considered data type Text
.
The following metadata columns are added to the destination table(s):
__databasename
- The name of the database where the data originated.__collection
- The name of the source table in .id
- If you do not select a primary key, and noid
column exists in the source table, Panoply will insert anid
. Formatted as a GUID, such as2cd570d1-a11d-4593-9d29-9e2488f0ccc2
.__senttime
- Formatted as a datetime, such as2020-04-26T01:26:14.695Z
.__updatetime
- Formatted as a datetime, such as2020-04-26T01:26:14.695Z
.__state
- Reserved for internal Panoply use.
Data Type Mapping
Was this article helpful?