Mongo Database

MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.

Integration Details

Daasity connects to Mongo databases via an ODBC connector. Some key notes on the Daasity method for data replication:

  • A user will be needed that has read permissions in the Mongo database. This user will access via ODBC and execute the data replication

  • Data replication is performed by running queries against the Mongo database and then de-nesting the JSON into a relational database schema

  • The DDL is read at time of initial setup and sets the definitions for all the tables. If tables are added, deleted or modified please contact Daasity Support

Last updated